summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 177218af1..3ea5ca7f1 100644
--- 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.