]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 08:57:31 +0000 (08:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 08:57:31 +0000 (08:57 +0000)
ChangeLog

index 177218af17fbacf37160baf93ace5f12d2172dda..3ea5ca7f1b41c2c2b8c3e515d0452e484d479ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2002-11-24  Jim Meyering  <jim@meyering.net>
+2002-11-30  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * src/du.c (du_files): Don't strip any trailing slash.
        Rewrite so that `/' is no longer represented internally as
        the empty string.