diff options
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ec860e86e..40fadb2e3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2001-04-22 Jim Meyering <meyering@lucent.com> + * 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. |