summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-01 08:57:31 +0000
committerJim Meyering <jim@meyering.net>2002-12-01 08:57:31 +0000
commit067fc3f4ef3e93f8a032fe7f19b3b3a16f5b290a (patch)
treedf615513ba8983ecd27c7df2d00c1f8f18553a33 /ChangeLog
parent4966d758f2b1e17478afeb52da4d436f40767e04 (diff)
downloadcoreutils-067fc3f4ef3e93f8a032fe7f19b3b3a16f5b290a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-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.