]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:35:42 +0000 (19:35 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:35:42 +0000 (19:35 +0000)
THANKS
m4/ChangeLog

diff --git a/THANKS b/THANKS
index 4eb3b49f12cbf1b9949ee59946d2de7cf4e587a8..cc50cfe34fbbdb337742684da062cac3612e27c8 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -258,6 +258,7 @@ Peter Eriksson                      peter@ifm.liu.se
 Peter Moulder                       reiter@netspace.net.au
 Peter Samuelson                     psamuels@sampo.creighton.edu
 Peter Seebach                       seebs@taniemarie.solon.com
+Petter Reinholdtsen                 pere@hungry.com
 Phelippe Neveu                      pneveu@pcigeomatics.com
 Phil Richards                       phil.richards@vf.vodafone.co.uk
 Philippe De Muyter                  phdm@macqel.be
index 43f0269a80d0c8837e93ab99050854eee9cd3248..2077a561525fdc0cb1ce2b1b1d1cfc7e608ab9ef 100644 (file)
@@ -1,3 +1,15 @@
+2001-09-28  Paul Eggert  <eggert@twinsun.com>
+
+       Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
+       #defines strtoimax.  Also treat the other strto* functions
+       like strtoimax.
+
+       * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
+       Check for strtoul and strtoumax,
+       as those declarations are made even in the signed case.
+       * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
+       Likewise, for strtol and strtoimax.
+
 2001-09-24  Jim Meyering  <meyering@lucent.com>
 
        * gettext.m4: Use the version from gettext-0.10.40, not CVS.