strtol, strtoul: Mark modules as obsolete.
authorBruno Haible <bruno@clisp.org>
Mon, 25 Apr 2011 18:55:15 +0000 (20:55 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 25 Apr 2011 18:55:15 +0000 (20:55 +0200)
* modules/strtol (Status, Notice): New sections.
* modules/strtoul (Status, Notice): New sections.

ChangeLog
modules/strtol
modules/strtoul

index ef14fb5..4280477 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-04-25  Bruno Haible  <bruno@clisp.org>
 
+       strtol, strtoul: Mark modules as obsolete.
+       * modules/strtol (Status, Notice): New sections.
+       * modules/strtoul (Status, Notice): New sections.
+
+2011-04-25  Bruno Haible  <bruno@clisp.org>
+
        strtod: Remove check for strtod, unless supporting old platforms.
        * modules/strtod-obsolete: New file.
        * m4/strtod-obsolete.m4: New file.
index d06a55b..654b2f7 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strtol() function: convert string to 'long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strtol.c
 m4/strtol.m4
index 9c6ca99..dc2b50b 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strtoul() function: convert string to 'unsigned long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strtol.c
 lib/strtoul.c