From 680bd6f6dd1615e37c7512650590a582df6757b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Jul 2006 09:14:43 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.7.4