diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-23 07:38:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-23 07:38:44 +0000 |
commit | bf0d2aac158edb81a46d70c40c1a5675fbf4aee9 (patch) | |
tree | 190c197fa99f30503cbd2b21534279f41f32a588 /old/fileutils | |
parent | cc3ea7c99f32fb0ab4a2164173f22bbf3ef9ee36 (diff) | |
download | coreutils-bf0d2aac158edb81a46d70c40c1a5675fbf4aee9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 50328b995..fd14919b5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |