]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message *** FILEUTILS-4_0_45
authorJim Meyering <jim@meyering.net>
Mon, 23 Apr 2001 07:38:44 +0000 (07:38 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 23 Apr 2001 07:38:44 +0000 (07:38 +0000)
old/fileutils/ChangeLog

index 50328b9955c57e8f79297e8d9c4638b5a9b53d9a..fd14919b542149927afd0d35d678b901565525cd 100644 (file)
@@ -1,7 +1,20 @@
-2001-04-22  Jim Meyering  <meyering@lucent.com>
+2001-04-23  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.0.45.
 
+2001-04-22  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <meyering@lucent.com>
 
        * Version 4.0.44.