diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-30 00:06:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-30 00:06:22 +0000 |
commit | 47bcfc54da3d26655f0c151f214a29cf58711765 (patch) | |
tree | 66be0a4f09376a31543bfeb5b6b87c9f119a3b52 | |
parent | a4f1136b52e3b9a916af39a16fdbed188c058d8c (diff) | |
download | coreutils-47bcfc54da3d26655f0c151f214a29cf58711765.tar.xz |
* NEWS: Document getdate changes.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2004-10-29 Jim Meyering <jim@meyering.net> +2004-10-29 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.0. + * NEWS: Document getdate changes. + +2004-10-29 Jim Meyering <jim@meyering.net> + * src/tac.c (tac_file): Remove temporary prototype and move this function `down' so that it precedes definition of tac_nonseekable. |