diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-03 08:50:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-03 08:50:38 +0000 |
commit | 187d2d06e855a08b89b6bb8acdad70b99dc9219f (patch) | |
tree | bfbb94cebd9a898f9fe1b16d6b94973966ec781b /ChangeLog | |
parent | 9f6eecc9876db1b61aac552f77766418e400eafd (diff) | |
download | coreutils-187d2d06e855a08b89b6bb8acdad70b99dc9219f.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2004-10-29 Paul Eggert <eggert@cs.ucla.edu> +2004-11-03 Jim Meyering <jim@meyering.net> * Version 5.3.0. + * src/tac.c: quote(...) file names in diagnostics. + +2004-10-29 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: Document getdate changes. 2004-10-29 Jim Meyering <jim@meyering.net> @@ -21,6 +25,7 @@ by trying to `lseek' to its end, and dispatch to tac_seekable or tac_nonseekable accordingly. (main): Rewrite argument handling now that it uses only tac_file. + * NEWS: Mention it here. 2004-10-21 Jim Meyering <jim@meyering.net> |