From: Jim Meyering Date: Sat, 21 Apr 2001 10:04:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_44~10 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f75787e0c9..3677ef83b5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +2001-04-21 Jim Meyering + + * 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 * depcomp: New version, from automake.