diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-04 10:40:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-04 10:40:15 +0000 |
commit | 1ccaa26ea4112383168ec86ca269271c42371487 (patch) | |
tree | c79e6cc73cd6eb86429e4d7a4aee6a870f846963 | |
parent | 376c3fe74028d6695313fbfb4331bdcc31941bf8 (diff) | |
download | coreutils-1ccaa26ea4112383168ec86ca269271c42371487.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fecb9040c..6fcb1446f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. @@ -17,13 +28,6 @@ * 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. |