# HG changeset patch # User Jim Meyering # Date 998901976 0 # Node ID a33ac70b3f655d2d7b89b405dac270a1265d225e # Parent 8c62a53d29e7cc30c025f2848c0d9d518cf6d0e4 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,16 @@ +2001-08-27 Jim Meyering + + * strtoxmax.c: Tweak comment. + 2001-08-26 Jim Meyering + * 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