summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-17 20:20:37 +0000
committerJim Meyering <jim@meyering.net>2005-08-17 20:20:37 +0000
commit38ca84bd9c0423237793aa393da251eaee5c6423 (patch)
treefe57991351638ae8170c7858cf3a96fa89ca1c59 /ChangeLog
parenta8819700e1264757eae815e6d088bd42691d29d3 (diff)
downloadcoreutils-38ca84bd9c0423237793aa393da251eaee5c6423.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 872c2055c..6a3955d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* Version 5.3.1.
* tests/misc/date [neg-secs]: New test for today's strftime.c bug fix.
+ * tests/misc/date: Remove terminating "\n"s once again.
+ Automatically add them whenever EXIT != 0.
2005-08-16 Paul Eggert <eggert@cs.ucla.edu>
@@ -19,8 +21,6 @@
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".
- FIXME: remove terminating "\n". Automatically add them whenever
- ERR != 0.
2005-08-14 Jim Meyering <jim@meyering.net>