From: Jim Meyering Date: Fri, 28 Sep 2001 19:35:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_16~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9893f72169f8dacfde57a7029d0a2d46a670907f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b3fd2848fe..e0efcbdf1a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2001-09-28 Paul Eggert + + Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which + #defines strtoimax. Also treat the other strto* functions + like strtoimax. + + * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL. + (strtoul): Do not declare if HAVE_DECL_STRTOUL. + (strtoimax, strtoumax): Do not declare if already defined as a macro. + 2001-09-26 Jim Meyering Most macros in unlocked-io.h had the wrong number of arguments.