summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-28 21:07:11 +0000
committerJim Meyering <jim@meyering.net>2002-04-28 21:07:11 +0000
commitb5d5f6fffd8b939848c36dafd663ac10dbd18550 (patch)
tree7b2f3049077e0c0e7fe233d721b951d1f2ead590 /old/textutils
parente464e1da1c57262136d0a3a568e90ad753782737 (diff)
downloadcoreutils-b5d5f6fffd8b939848c36dafd663ac10dbd18550.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7a997f793..9c94933d5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.