From: Jim Meyering Date: Wed, 17 Aug 2005 19:56:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8305377e27e7a32819ba21536484c42312740305;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c06d385c46..872c2055cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2005-08-16 Paul Eggert +2005-08-17 Jim Meyering * Version 5.3.1. + * tests/misc/date [neg-secs]: New test for today's strftime.c bug fix. + +2005-08-16 Paul Eggert + * 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