From e1cbfb6b2aee287a925901f3e0466d2e5b65c8b7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Apr 2011 23:28:39 -0700 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ modules/strtoull | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae9622171..36540b088 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-04-24 Paul Eggert + 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. diff --git a/modules/strtoull b/modules/strtoull index f02e9b0f5..97ce1fd85 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -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 - -- 2.11.0