From: Jim Meyering Date: Fri, 21 Jul 2006 08:57:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-6_0~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb12ed1aa7c7b1d6aafa048106d3f866308e46cb;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 874e987..138ca55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * 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. Also exercises the new df feature, below. @@ -21,6 +22,7 @@ (long_options): Map "file-type" to FILE_TYPE_INDICATOR_OPTION, not to 'p'. (decode_switches): Handle new case: FILE_TYPE_INDICATOR_OPTION. + * NEWS: Mention the fix. * tests/ls-2/tests (file-type): New test, for the above fix. 2006-07-19 Jim Meyering