summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-22 09:08:53 +0000
committerJim Meyering <jim@meyering.net>2001-04-22 09:08:53 +0000
commitf27f72bd6d6285166589c1544c4e4e59de3a8d13 (patch)
tree715fb393cb91bc87d146a4e3fa423b7098d7ba9b
parent2fb7f1e3c1db47b73d08511cb50d4585786b6a8a (diff)
downloadcoreutils-f27f72bd6d6285166589c1544c4e4e59de3a8d13.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog4
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.