diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-27 08:46:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-27 08:46:16 +0000 |
commit | a26e5e37b80c86aec97b2eb1e0a4498eab51faff (patch) | |
tree | 181085020a1d65ef8e62c1c336796e5fe0c6c58b | |
parent | a2e87ae6d1b425ec6aa34579c2f97880ec0727ff (diff) | |
download | coreutils-a26e5e37b80c86aec97b2eb1e0a4498eab51faff.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c04eb5025..2fc2f53fb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,16 @@ +2001-08-27 Jim Meyering <meyering@lucent.com> + + * strtoxmax.c: Tweak comment. + 2001-08-26 Jim Meyering <meyering@lucent.com> + * version-etc.c (version_etc_copyright_fmt): Replace literal year + of copyright with `%s' so translators don't get an untranslated + message in 2002. + (COPYRIGHT_YEAR): Define. + (version_etc): Use fprintf rather than fputs. + Suggestion from Ulrich Drepper. + * Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c. * strtoll.c: New file, from GNU libc. @@ -10,7 +21,7 @@ * 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. + * strtoxmax.c: ... then renamed to this. 2001-08-13 Paul Eggert <eggert@twinsun.com> |