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 ef14fb595d2cb3e0deea174bca7f022fae469e0f..428047785c4bf551edfa5f460351385c8ecced25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index d06a55b14b65794337a9a5d1825ea1481ba82843..654b2f77f37d008504d6bca680e052ef631465c2 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 9c6ca993a8b148af4e215e48134df21961fe4f84..dc2b50b12f55c002500588a4cc70400fed2ae145 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