*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:40:15 +0000 (10:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:40:15 +0000 (10:40 +0000)
old/fileutils/ChangeLog

index fecb904..6fcb144 100644 (file)
@@ -1,3 +1,14 @@
+1999-07-04  Jim Meyering  <meyering@ascend.com>
+
+       * lib/xstrtol.c [!defined strtoumax]: Declare strtoumax.
+
+1999-07-04  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
+       expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
+       (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
+       the above decl.
+
 1999-06-27  Paul Eggert  <eggert@twinsun.com>
 
        Fix some incompatibilities between `df -P' and POSIX.2.
 
        * doc/fileutils.texi: Document these changes.
 
-1999-07-04  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
-       expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
-       (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
-       the above decl.
-
 1999-05-27  Volker Borchert  <bt@teknon.de>
 
        * tests/Makefile.am: Qualify .env-warn with $(srcdir)/ prefix.