summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-21 09:14:43 +0000
committerJim Meyering <jim@meyering.net>2006-07-21 09:14:43 +0000
commit680bd6f6dd1615e37c7512650590a582df6757b9 (patch)
tree4a070acf8895903237a211be73db80de7cb9b80c /ChangeLog
parenta1eae84aedb3ead2971f7baba0304aa05aec0aa2 (diff)
downloadcoreutils-680bd6f6dd1615e37c7512650590a582df6757b9.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 138ca5527..8c27da82f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
2006-07-21 Jim Meyering <jim@meyering.net>
+ * src/ls.c (FILE_TYPE_INDICATOR_OPTION): Reposition this new
+ name so the list remains alphabetized.
+
Fix another bug: ls --indicator-style=file-type would call
stat for a symlink, even though it wasn't always needed.
In some cases, that unnecessary stat would cause ls to fail.
* 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.