1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 10:11:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-04-21 10:04:15 +00:00
parent 2768c3dfc4
commit 9074a69e21
+9
View 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.