]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 10:04:15 +0000 (10:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 10:04:15 +0000 (10:04 +0000)
old/fileutils/ChangeLog

index f75787e0c9f2bb005cebd92067aff1175fe64ce2..3677ef83b5419f99dc960c66d3c5deb52c6fb9f6 100644 (file)
@@ -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.