bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strtol, strtoul on old platforms


From: Bruno Haible
Subject: Re: strtol, strtoul on old platforms
Date: Sun, 24 Apr 2011 14:35:15 +0200
User-agent: KMail/1.9.9

The platforms x functions matrix reveals that all current portability targets
have the strtol() and strtoul() functions. So here's the proposed patch that
will exclude the corresponding files and configure checks from packages that
don't specify --with-obsolete.

Note that this patch relies on the patches [3/7], [4/7], [5/7] from Paul in
<http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00238.html>.


2011-04-24  Bruno Haible  <address@hidden>

        strtol, strtoul: Mark modules as obsolete.
        * modules/strtol (Status, Notice): New sections.
        * modules/strtoul (Status, Notice): New sections.

--- modules/strtol.orig Sun Apr 24 14:33:20 2011
+++ modules/strtol      Sun Apr 24 14:26:00 2011
@@ -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
--- modules/strtoul.orig        Sun Apr 24 14:33:20 2011
+++ modules/strtoul     Sun Apr 24 14:26:00 2011
@@ -1,6 +1,12 @@
 Description:
 strtoul() function: convert string to 'unsigned long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strtoul.c
 m4/strtoul.m4

-- 
In memoriam Siamanto <http://en.wikipedia.org/wiki/Siamanto>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]