+2011-05-16 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2011-05-16 Bruno Haible <bruno@clisp.org>
doc: List the target platforms.
calloc() function that is glibc compatible.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'calloc-gnu' instead.
+This module is deprecated. Use the module 'calloc-gnu' instead.
Files:
fnmatch() function: wildcard matching.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'fnmatch' instead.
+This module is deprecated. Use the module 'fnmatch' instead.
Files:
Convert a date/time string to linear time.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'parse-datetime' instead.
+This module is deprecated. Use the module 'parse-datetime' instead.
Files:
doc/getdate.texi
Process command line arguments.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'getopt-posix' or 'getopt-gnu' instead.
+This module is deprecated. Use the module 'getopt-posix' or 'getopt-gnu' instead.
Files:
have side effects on the compilation of the main modules in lib/.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'malloc-gnu' instead.
+This module is deprecated. Use the module 'malloc-gnu' instead.
Files:
Creation of subprocesses, communicating via pipes.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'spawn-pipe' instead.
+This module is deprecated. Use the module 'spawn-pipe' instead.
Files:
lib/pipe.h
have side effects on the compilation of the main modules in lib/.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'realloc-gnu' instead.
+This module is deprecated. Use the module 'realloc-gnu' instead.
Files:
rename() function: change the name or location of a file.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete; use the rename module instead.
+This module is deprecated. Use the 'rename' module instead.
Files:
Unicode character bidi category functions.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'unictype/bidiclass-all' instead.
+This module is deprecated. Use the module 'unictype/bidiclass-all' instead.
Files:
Find a Unicode character bidi category, given its name.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'unictype/bidiclass-byname' instead.
+This module is deprecated. Use the module 'unictype/bidiclass-byname' instead.
Files:
Name of Unicode character bidi category.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'unictype/bidiclass-name' instead.
+This module is deprecated. Use the module 'unictype/bidiclass-name' instead.
Files:
Determine bidi category of a Unicode character.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'unictype/bidiclass-of' instead.
+This module is deprecated. Use the module 'unictype/bidiclass-of' instead.
Files:
Test whether a Unicode character belongs to a given bidi category.
Status:
-obsolete
+deprecated
Notice:
-This module is obsolete. Use the module 'unictype/bidiclass-test' instead.
+This module is deprecated. Use the module 'unictype/bidiclass-test' instead.
Files: