summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c06d385c4..872c2055c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2005-08-16 Paul Eggert <eggert@cs.ucla.edu>
+2005-08-17 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
+ * tests/misc/date [neg-secs]: New test for today's strftime.c bug fix.
+
+2005-08-16 Paul Eggert <eggert@cs.ucla.edu>
+
* src/df.c (show_dev): New arg STAT_FILE. All uses changed.
This sometimes gives better results on networked file systems
that do not respect POSIX semantics. Problem reported by
@@ -15,6 +19,8 @@
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>