summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-12 07:03:12 +0000
committerJim Meyering <jim@meyering.net>2001-10-12 07:03:12 +0000
commitd225261a775e449aecb75cd469bdea3714683a19 (patch)
treea9185dea6ce8d6bc4754e56174e8f336f0f0ccdb /old
parent0f14bad291c5f3f885f07dc2c4ae8cef577ab9e7 (diff)
downloadcoreutils-d225261a775e449aecb75cd469bdea3714683a19.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9653bc89d..0523f2389 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,13 @@
-2001-10-11 Jim Meyering <meyering@lucent.com>
+2001-10-12 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
+ * tests/ls/Makefile.am (TESTS): Add infloop.
+ (XFAIL_TESTS): Mark it as a test that we expect to fail (temporarily).
+ * tests/ls/infloop: New file.
+
+2001-10-11 Jim Meyering <meyering@lucent.com>
+
* src/mknod.c (main): Tell what's wrong with `mknod c zero 1 5' rather
than saying just `Try `./mknod --help' for more information.'.
Suggestion from Karl Berry.