summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-26 07:03:32 +0000
committerJim Meyering <jim@meyering.net>2001-08-26 07:03:32 +0000
commita5a086c06ee63ca5e18ed2c231a8ea756fb8a59c (patch)
treeb4004461f8f4748280f08429ecfd90acb816fd22 /lib/ChangeLog
parentee356181ede3df2252a10e891952f06e27272b1d (diff)
downloadcoreutils-a5a086c06ee63ca5e18ed2c231a8ea756fb8a59c.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b0e82e02d..98d52879c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-26 Jim Meyering <meyering@lucent.com>
+
+ * xstrtoimax.c: New file.
+
+ * strtoumax.c: New file. Simply include "strtoumax.c".
+ * strtoimax.c: New file. Likewise, but first define STRTOUXMAX_SIGNED.
+
+ * strtoumax.c: Factor to work both for unsigned and signed types, ...
+ * strtouxmax.c: ... then renamed to this.
+
2001-08-13 Paul Eggert <eggert@twinsun.com>
* Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.