strtoull: remove dependency on strtoul
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:28:39 +0000 (23:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:32:18 +0000 (23:32 -0700)
This is like the strtoll change.
* modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c.
(Depends-on): Remove strtoul.

ChangeLog
modules/strtoull

index ae96221713980a48e7dbf08f122d1577f53e016d..36540b0881b448e96ce0522c89718f82f19c05c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-04-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       strtoull: remove dependency on strtoul
+       This is like the strtoll change.
+       * modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c.
+       (Depends-on): Remove strtoul.
+
        strtoll: remove dependency on strtol
        This is so that 'configure' need not check for strtol merely because
        the application needs strtoll.
index f02e9b0f5300307c54c13ca1731ffc9a42a93470..97ce1fd850f8067795a2a94f66411266808ce85e 100644 (file)
@@ -2,13 +2,14 @@ Description:
 strtoull() function: convert string to 'unsigned long long'.
 
 Files:
+lib/strtol.c
+lib/strtoul.c
 lib/strtoull.c
 m4/longlong.m4
 m4/strtoull.m4
 
 Depends-on:
 stdlib
-strtoul
 
 configure.ac:
 gl_FUNC_STRTOULL
@@ -24,4 +25,3 @@ LGPL
 
 Maintainer:
 glibc
-