From d35ef05dc0564cf696408eae985444879a399e29 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Apr 2011 23:29:28 -0700 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ modules/strtoul | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36540b088..c9aa54d86 100644 --- 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 index 8cb6d66c4..9c6ca993a 100644 --- a/modules/strtoul +++ b/modules/strtoul @@ -2,11 +2,11 @@ Description: 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 @@ LGPL Maintainer: glibc - -- 2.11.0