summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-20 10:31:48 +0000
committerJim Meyering <jim@meyering.net>2006-07-20 10:31:48 +0000
commit6ad7eac04f03b709c045914fa9374f55a0acbc80 (patch)
tree4424336b85c86a34b91ccc074db331f2d2a57d6a /ChangeLog
parent492f011795cff3ba6a27ab04b02e781c7fb5513e (diff)
downloadcoreutils-6ad7eac04f03b709c045914fa9374f55a0acbc80.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3101f9a61..81233d4bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-20 Jim Meyering <jim@meyering.net>
+
+ Fix a bug: ls --file-type worked like --indicator-style=slash,
+ rather than like --indicator-style=file-type.
+ * src/ls.c (FILE_TYPE_INDICATOR_OPTION): New enum member.
+ (long_options): Map "file-type" to FILE_TYPE_INDICATOR_OPTION,
+ not to 'p'.
+ (decode_switches): Handle new case: FILE_TYPE_INDICATOR_OPTION.
+ * tests/ls-2/tests (file-type): New test, for the above fix.
+
2006-07-19 Jim Meyering <jim@meyering.net>
* src/ls.c (print_dir): Give a better diagnostic for failed opendir.