From: Jim Meyering Date: Sun, 22 Apr 2001 09:08:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_14~12 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f27f72bd6d6285166589c1544c4e4e59de3a8d13;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ec860e86e2..40fadb2e3b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2001-04-22 Jim Meyering + * tests/ls/no-arg: New file. + * tests/ls/Makefile.am (TESTS): Add no-arg. + * src/ls.c (main): Fix off-by-one error introduced with last change. + * src/dd.c (usage): Mention that sync makes dd pad with spaces (rather than NULs) when used with block or unblock. Reported by Dale Scheetz.