summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-28 19:35:42 +0000
committerJim Meyering <jim@meyering.net>2001-09-28 19:35:42 +0000
commitc9b0d2415abdaa1201a4f84c493fff934ffc728e (patch)
treedbc62fcb2507c88dbcd98ba23c760eb484bc3328 /m4
parent9893f72169f8dacfde57a7029d0a2d46a670907f (diff)
downloadcoreutils-c9b0d2415abdaa1201a4f84c493fff934ffc728e.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 43f0269a8..2077a5615 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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.