summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 22:43:37 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 22:43:37 +0000
commit1a50efcd039bcc49c173d0d357c949c5638af75a (patch)
treeb027a4e8f5bcde575d76afa672d5a107a7ebd174
parent86a839108c187bec57fb9ba7ddd405b8ce1e3363 (diff)
downloadcoreutils-1a50efcd039bcc49c173d0d357c949c5638af75a.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 81e9f996b..09da64aaa 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,4 +1,10 @@
2000-01-22 Jim Meyering <meyering@lucent.com>
+
+ * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
+ [! HAVE_DECL_STRTOULL]: Declare strtoull.
+ Required for some AIX systems. Reported by Christian Krackowizer.
+ [TESTING] (main): New function.
+
1997-10-17 Eli Zaretskii <eliz@is.elta.co.il>
* dirname.c (dir_name): Support for DOS-style file names with drive
letters.