From: Jim Meyering Date: Mon, 23 Apr 2001 07:38:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_45^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bf0d2aac158edb81a46d70c40c1a5675fbf4aee9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 50328b9955..fd14919b54 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,20 @@ -2001-04-22 Jim Meyering +2001-04-23 Jim Meyering * Version 4.0.45. +2001-04-22 Jim Meyering + + * src/ls.c (decode_switches): Ensure that -1 has no effect when it + follows -l. Reported by Ulrich Drepper. + + * src/dd.c (usage): Mention that sync makes dd pad with spaces (rather + than NULs) when used with block or unblock. + (dd_copy): When using sync with either block or unblock, + pad with spaces. Reported by Dale Scheetz. + * tests/dd/skip-seek (block-sync-1): New test, for this. Based on + report from Dale Scheetz. + * doc/fileutils.texi (dd invocation): Document it here, too. + * configure: Regenerate using a patched copy of autoconf-2.49e to work around a bug in its test for a working memcmp function. @@ -9,9 +22,6 @@ * 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. - 2001-04-21 Jim Meyering * Version 4.0.44.