summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-04 08:35:05 +0000
committerJim Meyering <jim@meyering.net>1999-07-04 08:35:05 +0000
commit0806bbf6086453bf4dd037298584f853e4f0b7b2 (patch)
tree14b4ae598a6225e77003716d8ebf878d0ec7243b
parent589cf443b9eb52a77bdf5f2d39d14ad13349afce (diff)
downloadcoreutils-0806bbf6086453bf4dd037298584f853e4f0b7b2.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index dfdfb3763..f0b4d03c1 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+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.