From 61f306ae4b4106d8bf0104c57ef96acac8397e16 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 17 May 2011 00:27:54 +0200 Subject: [PATCH] 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. --- ChangeLog | 18 ++++++++++++++++++ modules/calloc | 4 ++-- modules/fnmatch-posix | 4 ++-- modules/getdate | 4 ++-- modules/getopt | 4 ++-- modules/malloc | 4 ++-- modules/pipe | 4 ++-- modules/realloc | 4 ++-- modules/rename-dest-slash | 4 ++-- modules/unictype/bidicategory-all | 4 ++-- modules/unictype/bidicategory-byname | 4 ++-- modules/unictype/bidicategory-name | 4 ++-- modules/unictype/bidicategory-of | 4 ++-- modules/unictype/bidicategory-test | 4 ++-- 14 files changed, 44 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae41602e34..5615ad8bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2011-05-16 Bruno Haible + + 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 doc: List the target platforms. diff --git a/modules/calloc b/modules/calloc index cdeee11674..8869bb1800 100644 --- a/modules/calloc +++ b/modules/calloc @@ -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: diff --git a/modules/fnmatch-posix b/modules/fnmatch-posix index b6df7da38a..1676a76ec5 100644 --- a/modules/fnmatch-posix +++ b/modules/fnmatch-posix @@ -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: diff --git a/modules/getdate b/modules/getdate index 5dca5cfdc9..37c37f92e0 100644 --- a/modules/getdate +++ b/modules/getdate @@ -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 diff --git a/modules/getopt b/modules/getopt index 402e6765f8..5d4f3c4989 100644 --- a/modules/getopt +++ b/modules/getopt @@ -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: diff --git a/modules/malloc b/modules/malloc index 831f65965d..366408a6bf 100644 --- a/modules/malloc +++ b/modules/malloc @@ -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: diff --git a/modules/pipe b/modules/pipe index 06e070624d..cfc008dce2 100644 --- a/modules/pipe +++ b/modules/pipe @@ -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 diff --git a/modules/realloc b/modules/realloc index 42c7d70de7..b712e02359 100644 --- a/modules/realloc +++ b/modules/realloc @@ -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: diff --git a/modules/rename-dest-slash b/modules/rename-dest-slash index f52b3b8d24..e175761545 100644 --- a/modules/rename-dest-slash +++ b/modules/rename-dest-slash @@ -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: diff --git a/modules/unictype/bidicategory-all b/modules/unictype/bidicategory-all index 480f74e97f..24112379c7 100644 --- a/modules/unictype/bidicategory-all +++ b/modules/unictype/bidicategory-all @@ -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: diff --git a/modules/unictype/bidicategory-byname b/modules/unictype/bidicategory-byname index 0bff75d0fc..7e908e819d 100644 --- a/modules/unictype/bidicategory-byname +++ b/modules/unictype/bidicategory-byname @@ -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: diff --git a/modules/unictype/bidicategory-name b/modules/unictype/bidicategory-name index 2f90ca7794..58f6687ec9 100644 --- a/modules/unictype/bidicategory-name +++ b/modules/unictype/bidicategory-name @@ -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: diff --git a/modules/unictype/bidicategory-of b/modules/unictype/bidicategory-of index f1d2b4891a..4380a35d91 100644 --- a/modules/unictype/bidicategory-of +++ b/modules/unictype/bidicategory-of @@ -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: diff --git a/modules/unictype/bidicategory-test b/modules/unictype/bidicategory-test index ee8c94b6b2..89e6b753b4 100644 --- a/modules/unictype/bidicategory-test +++ b/modules/unictype/bidicategory-test @@ -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: -- 2.30.2