1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

strtoul: remove dependency on strtol

This is so that 'configure' need not check for strtol merely because
the application needs strtoul.
* modules/strtoul (Files): Add lib/strtol.c.
(Depends-on): Remove strtol.
This commit is contained in:
Paul Eggert
2011-04-24 23:29:28 -07:00
parent e1cbfb6b2a
commit d35ef05dc0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
2011-04-24 Paul Eggert <eggert@cs.ucla.edu>
strtoul: remove dependency on strtol
This is so that 'configure' need not check for strtol merely because
the application needs strtoul.
* modules/strtoul (Files): Add lib/strtol.c.
(Depends-on): Remove strtol.
strtoull: remove dependency on strtoul
This is like the strtoll change.
* modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c.

View File

@@ -2,11 +2,11 @@ Description:
strtoul() function: convert string to 'unsigned long'.
Files:
lib/strtol.c
lib/strtoul.c
m4/strtoul.m4
Depends-on:
strtol
configure.ac:
gl_FUNC_STRTOUL
@@ -21,4 +21,3 @@ LGPL
Maintainer:
glibc