diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-20 10:31:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-20 10:31:48 +0000 |
commit | 6ad7eac04f03b709c045914fa9374f55a0acbc80 (patch) | |
tree | 4424336b85c86a34b91ccc074db331f2d2a57d6a /ChangeLog | |
parent | 492f011795cff3ba6a27ab04b02e781c7fb5513e (diff) | |
download | coreutils-6ad7eac04f03b709c045914fa9374f55a0acbc80.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |