changeset 14617:392e3cd610a2

strtol, strtoul: Mark modules as obsolete. * modules/strtol (Status, Notice): New sections. * modules/strtoul (Status, Notice): New sections.
author Bruno Haible <bruno@clisp.org>
date Mon, 25 Apr 2011 20:55:15 +0200
parents ffa170f6f764
children 65c121a5292b
files ChangeLog modules/strtol modules/strtoul
diffstat 3 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/strtol
+++ b/modules/strtol
@@ -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
--- a/modules/strtoul
+++ b/modules/strtoul
@@ -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