summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-15 13:01:50 +0000
committerJim Meyering <jim@meyering.net>2005-08-15 13:01:50 +0000
commit4a78a30f89f076194581ab190d159a451cfe80b4 (patch)
treefa1030ac8909b249614a3bcdb77108cb998b3f96 /ChangeLog
parentc8624c2dcce43bf6f73b9d5dca8739367f9cf7f1 (diff)
downloadcoreutils-4a78a30f89f076194581ab190d159a451cfe80b4.tar.xz
(uninit-64): New test for today's date.c fix.
Rewrite all other OUT strings to include the terminating "\n".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e857d40..09361e805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
upon localtime failure.
* src/date.c (show_date): Remove stray `puts (buf);' (debugging?)
from the 2004-02-02 change.
+ * tests/misc/date (uninit-64): New test for the above.
+ Rewrite all other OUT strings to include the terminating "\n".
2005-08-14 Jim Meyering <jim@meyering.net>