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

index b3fd2848fe86fa8bd2e727e78f92a8c9d6eb2dba..e0efcbdf1a7d1bad5e26cbc64133b00dcd3f275e 100644 (file)
@@ -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.