diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-21 10:04:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-21 10:04:15 +0000 |
commit | 9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee (patch) | |
tree | 55e8fb1d2b5590dd97f802ec144024bbd550545b | |
parent | 2768c3dfc494f2144ffea0b8613de39ee0842929 (diff) | |
download | coreutils-9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
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. |