# HG changeset patch # User Paul Eggert # Date 1303712864 25200 # Node ID 19ff1697172218e0d10719769e90e78f94bdc100 # Parent 9b89f648856fa9a5ffe0ab6ea1a4b303f497dc1e 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-04-24 Paul Eggert + + 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 inttypes: Move some configure check to module 'imaxdiv'. diff --git a/modules/strtoll b/modules/strtoll --- 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 -