summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-21 08:57:47 +0000
committerJim Meyering <jim@meyering.net>2006-07-21 08:57:47 +0000
commiteb12ed1aa7c7b1d6aafa048106d3f866308e46cb (patch)
treec31dac375a710bb041b09c90b356ec971624afd5
parent9e0a095be648284bdc8a47d2b01120fdb01c001f (diff)
downloadcoreutils-eb12ed1aa7c7b1d6aafa048106d3f866308e46cb.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 874e98733..138ca5527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* src/ls.c (gobble_file): Don't treat symlinks specially (in
requiring a stat syscall). Remove the offending exclusion.
* NEWS: Mention the fix.
+
* tests/ls/stat-dtype: New file/test, for the above fix.
Also exercises the new df feature, below.
@@ -21,6 +22,7 @@
(long_options): Map "file-type" to FILE_TYPE_INDICATOR_OPTION,
not to 'p'.
(decode_switches): Handle new case: FILE_TYPE_INDICATOR_OPTION.
+ * NEWS: Mention the fix.
* tests/ls-2/tests (file-type): New test, for the above fix.
2006-07-19 Jim Meyering <jim@meyering.net>