From: Jim Meyering Date: Sat, 19 Jun 2004 09:24:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1594fb914bdfcb3f913ffbccd6bd0685ff8c60f9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e5dcb3a700..e60ebc1b68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2004-06-17 Jim Meyering +2004-06-19 Jim Meyering * Version 5.3.0. + * src/system.h (case_GETOPT_VERSION_CHAR): Switch back to + using GNU_PACKAGE (from PACKAGE) once again. This restores + `GNU' to the parenthesized package name in --version output. + Before, the first argument from AC_INIT, `GNU coreutils', would + be propagated to the PACKAGE variable. Now, `GNU ' is trimmed. + Reported by Richard Stallman. + +2004-06-17 Jim Meyering + * src/tr.c (to_uchar): Rename function from `uchar'. The latter would clash with a typedef in Tru64's . From Albert Chin.