diff options
-rw-r--r-- | old/textutils/ChangeLog | 8 |
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. |