changeset 14607:19ff16971722

strtoll: remove dependency on strtol This is so that 'configure' need not check for strtol merely because the application needs strtoll. * modules/strtoll (Files): Add lib/strtol.c. (Depends-on): Remove strtol.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 24 Apr 2011 23:27:44 -0700
parents 9b89f648856f
children 90cff8e08ef3
files ChangeLog modules/strtoll
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	strtoll: remove dependency on strtol
+	This is so that 'configure' need not check for strtol merely because
+	the application needs strtoll.
+	* modules/strtoll (Files): Add lib/strtol.c.
+	(Depends-on): Remove strtol.
+
 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
 	inttypes: Move some configure check to module 'imaxdiv'.
--- a/modules/strtoll
+++ b/modules/strtoll
@@ -2,13 +2,13 @@
 strtoll() function: convert string to 'long long'.
 
 Files:
+lib/strtol.c
 lib/strtoll.c
 m4/longlong.m4
 m4/strtoll.m4
 
 Depends-on:
 stdlib
-strtol
 
 configure.ac:
 gl_FUNC_STRTOLL
@@ -24,4 +24,3 @@
 
 Maintainer:
 glibc
-