Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/getopt @ 14744:440d21ed4f64
Fix confusion regarding deprecated modules.
* modules/calloc (Status, Notice): Mark module as deprecated, not
obsolete.
* modules/fnmatch-posix (Status, Notice): Likewise.
* modules/getdate (Status, Notice): Likewise.
* modules/getopt (Status, Notice): Likewise.
* modules/malloc (Status, Notice): Likewise.
* modules/pipe (Status, Notice): Likewise.
* modules/realloc (Status, Notice): Likewise.
* modules/rename-dest-slash (Status, Notice): Likewise.
* modules/unictype/bidicategory-all (Status, Notice): Likewise.
* modules/unictype/bidicategory-byname (Status, Notice): Likewise.
* modules/unictype/bidicategory-name (Status, Notice): Likewise.
* modules/unictype/bidicategory-of (Status, Notice): Likewise.
* modules/unictype/bidicategory-test (Status, Notice): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 17 May 2011 00:27:54 +0200 |
parents | 245c367e63f4 |
children |
comparison
equal
deleted
inserted
replaced
14743:e2175e5db896 | 14744:440d21ed4f64 |
---|---|
1 Description: | 1 Description: |
2 Process command line arguments. | 2 Process command line arguments. |
3 | 3 |
4 Status: | 4 Status: |
5 obsolete | 5 deprecated |
6 | 6 |
7 Notice: | 7 Notice: |
8 This module is obsolete. Use the module 'getopt-posix' or 'getopt-gnu' instead. | 8 This module is deprecated. Use the module 'getopt-posix' or 'getopt-gnu' instead. |
9 | 9 |
10 Files: | 10 Files: |
11 | 11 |
12 Depends-on: | 12 Depends-on: |
13 getopt-gnu | 13 getopt-gnu |