]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 19 Jun 2004 09:24:12 +0000 (09:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Jun 2004 09:24:12 +0000 (09:24 +0000)
ChangeLog

index e5dcb3a700b3e7e58d5de5ddb16dd7e4d3d89faa..e60ebc1b68b73aebe5a29b3be6a2550f9013c800 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
-2004-06-17  Jim Meyering  <jim@meyering.net>
+2004-06-19  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * src/tr.c (to_uchar): Rename function from `uchar'.  The latter
        would clash with a typedef in Tru64's <sys/types.h>.  From Albert Chin.