]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:07:11 +0000 (21:07 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:07:11 +0000 (21:07 +0000)
old/textutils/ChangeLog

index 7a997f793f4ace373726a1ba379b291dc430e78c..9c94933d51d517a11bd174d1c2af10a91a323506 100644 (file)
@@ -1,7 +1,13 @@
-2002-04-25  Jim Meyering  <meyering@lucent.com>
+2002-04-28  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.22.
 
+       Avoid new warnings from gcc.
+       * src/pr.c [struct COLUMN] <name>: Declare member to be const.
+       (init_fps): Declare local variable `firstname' to be const.
+
+2002-04-25  Jim Meyering  <meyering@lucent.com>
+
        * src/wc.c (usage): Adjust ordering to match that of default output.
        Suggestion from Gaute Hvoslef Kvalnes.