summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-08 22:20:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-08 22:20:24 +0000
commit69d87e7bbcacccc8288017e17ecf59f2b2d2d083 (patch)
tree3a1155d2cf049a641cb5567f86d492730de24886 /ChangeLog
parent02019487ea00e81f57cda478405ff5f8e27ee0b2 (diff)
downloadcoreutils-69d87e7bbcacccc8288017e17ecf59f2b2d2d083.tar.xz
* src/date.c (usage): Redo to match recent documentation changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66536fbb1..cc8905f35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-03-06 Jim Meyering <jim@meyering.net>
+2005-03-08 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * src/date.c (usage): Redo to match recent documentation changes.
+ Don't bother documenting which usages are GNU extensions; the list
+ wasn't correct, and is better left to the printed manual anyway.
+
+2005-03-06 Jim Meyering <jim@meyering.net>
+
Factor out column-count processing.
* src/pr.c: Include "inttostr.h".
(parse_column_count): New function.