summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 04:29:00 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 04:29:00 +0000
commit9b56140087fedf375c249ca1cdef5fbde055f0f4 (patch)
tree6390f7932eb9b11899abee9e18ca87be6f0c6e42 /old
parent890797627031d6acb54345a3794fbf6471f82af4 (diff)
downloadcoreutils-9b56140087fedf375c249ca1cdef5fbde055f0f4.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8698aa4fc..538098695 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,20 @@
+1999-04-20 Paul Eggert <eggert@twinsun.com>
+
+ Replace our temporary hack implementation of strtoumax with
+ something very close to the real code in glibc.
+
+ * lib/xstrtoumax.c: Remove the temporary strtoumax replacement;
+ we now have a true replacement in strtoumax.c.
+ (__strtol): Always define to strtoumax.
+ (<stdlib.h>): No need to include.
+ (PARAMS): Remove.
+ (my_strtoumax): Move this to strtoumax.c,
+ rename it to strtoumax, and simplify.
+
+ * lib/strtoull.c, lib/strtoumax.c: New files.
+
+ * lib/strtol.c: Update to glibc 2.1.1 version.
+
1999-04-20 Jim Meyering <meyering@ascend.com>
* tests/Makefile.am (EXTRA_DIST): s/posix-warn/env-warn/.