summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-06 14:16:13 +0000
committerJim Meyering <jim@meyering.net>2002-12-06 14:16:13 +0000
commitfc670bfb386333dd6aa31c7a4c47656ea7da108b (patch)
tree3cfc3321662aa2dfa470b20cd099f8eef1ca5c61
parent10fc9c5ee99436f8776f95105ef31e8b15d1448f (diff)
downloadcoreutils-fc670bfb386333dd6aa31c7a4c47656ea7da108b.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index af36faf7a..9ac9725e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,11 @@
* Version 4.5.4.
- * tests/ls/file-type: New file.
+ * src/ls.c (gobble_file): Also stat the file if it's a
+ regular file and --indicator-style=classify (aka -F).
+ Thanks to Ed Santiago for opening my eyes.
+
+ * tests/ls/file-type: New file. Test for the above.
A test to contrast ls -F and ls --indicator-style=file-type.
2002-12-04 Jim Meyering <jim@meyering.net>
@@ -40,8 +44,8 @@
Reported by Jeff Sheinberg as Debian bug #168203.
* 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.
+ ls is now more efficient: with certain options, 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 it's fixed.