summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-28 19:35:01 +0000
committerJim Meyering <jim@meyering.net>2001-09-28 19:35:01 +0000
commit9893f72169f8dacfde57a7029d0a2d46a670907f (patch)
tree0ed2d741c48a087485df63eb824d9ad8c2c7ecf0 /lib
parent9a8547bc45cfd4ef4e0d94ec81988eac9fe1fb16 (diff)
downloadcoreutils-9893f72169f8dacfde57a7029d0a2d46a670907f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b3fd2848f..e0efcbdf1 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
+ * 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 <meyering@lucent.com>
Most macros in unlocked-io.h had the wrong number of arguments.