# HG changeset patch # User Paul Eggert # Date 1303712968 25200 # Node ID 97b99ef6c7311f47994c31da571f8db61e2f34df # Parent 90cff8e08ef38a162abc07225d68a9bf1fc79066 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-04-24 Paul Eggert + 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. diff --git a/modules/strtoul b/modules/strtoul --- a/modules/strtoul +++ b/modules/strtoul @@ -2,11 +2,11 @@ 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 @@ Maintainer: glibc -