From: Jim Meyering Date: Sun, 1 Dec 2002 08:57:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067fc3f4ef3e93f8a032fe7f19b3b3a16f5b290a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 177218af17..3ea5ca7f1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2002-11-24 Jim Meyering +2002-11-30 Jim Meyering * Version 4.5.4. + (gobble_file): Remove the block of code that caused + `ls --color -F symlink-to-dir' to list the files in + `symlink-to-dir/.'. Now, it prints `symlink-to-dir@', (just + like `ls -F symlink-to-dir') but with the addition of highlighting. + * tests/ls-2/tests (sl-F-color, sl-dF-color): New tests for the above. + + ls is now more efficient: it no longer needs to stat each directory + entry on systems with valid dirent.d_type. + * src/ls.c (print_dir): Add DT_LNK and DT_REG. + (main): Make --recursive set format_needs_type, not format_needs_stat. + (gobble_file): Remove a FIXME comment, now that this is fixed. + +2002-11-24 Jim Meyering + * src/du.c (du_files): Don't strip any trailing slash. Rewrite so that `/' is no longer represented internally as the empty string.