From 55e764541395e46c1df89e3e97c804f45c598bc1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 28 Sep 2001 19:35:01 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 10 ++++++++++ m4/ChangeLog | 12 ++++++++++++ 2 files changed, 22 insertions(+) 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. diff --git a/m4/ChangeLog b/m4/ChangeLog index 43f0269a80..7ab1b44c22 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,15 @@ +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. + + * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): + Check for strtoul and strtoumax, + as those declarations are made even in the signed case. + * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): + Likewise, for strtol and strtoimax. + 2001-09-24 Jim Meyering * gettext.m4: Use the version from gettext-0.10.40, not CVS. -- 2.30.2