summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-21 10:04:15 +0000
committerJim Meyering <jim@meyering.net>2001-04-21 10:04:15 +0000
commit9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee (patch)
tree55e8fb1d2b5590dd97f802ec144024bbd550545b /old/fileutils
parent2768c3dfc494f2144ffea0b8613de39ee0842929 (diff)
downloadcoreutils-9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f75787e0c..3677ef83b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,12 @@
+2001-04-21 Jim Meyering <meyering@lucent.com>
+
+ * src/ls.c (main): When given two or more arguments but the only one
+ that exists is a directory, don't treat it as if it were the only
+ argument. Before, `mkdir d; ls no-dir d 2>/dev/null' would act like
+ `ls d' and produce no output. Now, it prints `d:'.
+ Report and patch from Stéphane Chazelas.
+ * tests/ls-2/tests: New tests, for the above fix.
+
2001-04-08 Jim Meyering <meyering@lucent.com>
* depcomp: New version, from automake.