changeset 14608:90cff8e08ef3

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 24 Apr 2011 23:28:39 -0700
parents 19ff16971722
children 97b99ef6c731
files ChangeLog modules/strtoull
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/strtoull
+++ b/modules/strtoull
@@ -2,13 +2,14 @@
 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 @@
 
 Maintainer:
 glibc
-