diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 07:03:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 07:03:32 +0000 |
commit | a5a086c06ee63ca5e18ed2c231a8ea756fb8a59c (patch) | |
tree | b4004461f8f4748280f08429ecfd90acb816fd22 /lib/ChangeLog | |
parent | ee356181ede3df2252a10e891952f06e27272b1d (diff) | |
download | coreutils-a5a086c06ee63ca5e18ed2c231a8ea756fb8a59c.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 10 |
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. |