From: Jim Meyering Date: Sun, 13 May 2001 15:22:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_9~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1650fcd3f749a5e72f732e4272d16876815758a0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 68468569c9..f0b629ad4e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +2001-05-13 Jim Meyering + + * tests/Fetish.pm (run_tests): Fail if any test name is longer + than 12 bytes. + + * tests/ls-2/tests: Shorten test names so the length of a + resulting file name doesn't exceed 14. + 2001-05-12 Paul Eggert * src/system.h (NODEV): New macro, if not already defined. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a10c6cb44b..3d95331814 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,7 @@ [4.1.1] +* ls's new --dereference-command-line option causes it to dereference + symbolic links on the command-line only. +* ls -H now means the same as ls --dereference-command-line, as per POSIX. * ls -g now acts like ls -l, except it does not display owner, as per POSIX. * ls -n now implies -l, as per POSIX.