changeset 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 e2175e5db896
children f45cbc4ed6d9
files 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
diffstat 14 files changed, 44 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/calloc
+++ b/modules/calloc
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/fnmatch-posix
+++ b/modules/fnmatch-posix
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/getdate
+++ b/modules/getdate
@@ -2,10 +2,10 @@
 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
--- a/modules/getopt
+++ b/modules/getopt
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/malloc
+++ b/modules/malloc
@@ -7,10 +7,10 @@
 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:
 
--- a/modules/pipe
+++ b/modules/pipe
@@ -2,10 +2,10 @@
 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
--- a/modules/realloc
+++ b/modules/realloc
@@ -7,10 +7,10 @@
 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:
 
--- a/modules/rename-dest-slash
+++ b/modules/rename-dest-slash
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/unictype/bidicategory-all
+++ b/modules/unictype/bidicategory-all
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/unictype/bidicategory-byname
+++ b/modules/unictype/bidicategory-byname
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/unictype/bidicategory-name
+++ b/modules/unictype/bidicategory-name
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/unictype/bidicategory-of
+++ b/modules/unictype/bidicategory-of
@@ -2,10 +2,10 @@
 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:
 
--- a/modules/unictype/bidicategory-test
+++ b/modules/unictype/bidicategory-test
@@ -2,10 +2,10 @@
 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: