Fix confusion regarding deprecated modules.
authorBruno Haible <bruno@clisp.org>
Mon, 16 May 2011 22:27:54 +0000 (00:27 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 16 May 2011 22:27:54 +0000 (00:27 +0200)
* 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.

14 files changed:
ChangeLog
modules/calloc
modules/fnmatch-posix
modules/getdate
modules/getopt
modules/malloc
modules/pipe
modules/realloc
modules/rename-dest-slash
modules/unictype/bidicategory-all
modules/unictype/bidicategory-byname
modules/unictype/bidicategory-name
modules/unictype/bidicategory-of
modules/unictype/bidicategory-test

index ae41602e3435f3770b371649d43905f4c8ff5484..5615ad8bd2a9df30a1b45aeec7497d3050978db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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.
index cdeee11674d1ef377e2ba4354d9db49cf91a7962..8869bb18006897d57d44755392bd821e5248ccf1 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index b6df7da38a65b67c6ae5ba39e211e8261445939f..1676a76ec5e31d51f69228b626ba17b39615feb3 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index 5dca5cfdc924d9930b3b915817f57694a3941cca..37c37f92e03a53ab139a9f3ae9bdd51cc82fb2f9 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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
index 402e6765f85399285622ef345e8403e87645f665..5d4f3c4989092e3b14d8cf6060db3526c6a2ebcd 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index 831f65965d921c2e556cb70c1e70a18d15615512..366408a6bfde3e7746b4b50bf80337c6b56eccc5 100644 (file)
@@ -7,10 +7,10 @@ otherwise when this module occurs as a tests-related module, it will
 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:
 
index 06e070624da0f1b5a94c49edb00504514934d3f0..cfc008dce269652f8fa236372ada5671a0088107 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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
index 42c7d70de768be16bfa674ec51257dc8669dd83c..b712e023593706926829bfaa62c52f14ff2bf6da 100644 (file)
@@ -7,10 +7,10 @@ otherwise when this module occurs as a tests-related module, it will
 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:
 
index f52b3b8d240b430b98c24120e6477c918a1898da..e175761545ceaae7712835d486b783a2f90665ac 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index 480f74e97f74a377d219cec7f31ea892e0d38a93..24112379c70051ac8d0858843047b9fb933db19d 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index 0bff75d0fc481d5d64419667d63cd0147b21c750..7e908e819d12fee8b434982131a54ace43ae43a3 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index 2f90ca77945199d0bca28190916d7e23f1b09523..58f6687ec964a38fe0a1d6c30b130504b3240f8e 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index f1d2b4891a64e73880269c73829d884147389cb8..4380a35d913e48b6558558f66f0a4e1df05d7105 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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:
 
index ee8c94b6b2b828c8e20384112ed24ad081f99ff6..89e6b753b4a6ca934d5389b2237a3c1908822936 100644 (file)
@@ -2,10 +2,10 @@ Description:
 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: