From: Jim Meyering Date: Fri, 21 Jul 2006 09:14:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-6_0~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=680bd6f6dd1615e37c7512650590a582df6757b9;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 138ca55..8c27da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ 2006-07-21 Jim Meyering + * 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.