diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-02 07:47:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-02 07:47:18 +0000 |
commit | 2da62dbe9ab48896948024e4016c772cafa6685b (patch) | |
tree | 51c0a665194a541b994597b63de23bd9d2fafca2 | |
parent | d6fed8d35eb4a5d55c79dbe8539a2d123b8b8d62 (diff) | |
download | coreutils-2da62dbe9ab48896948024e4016c772cafa6685b.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2004-12-01 Paul Eggert <eggert@cs.ucla.edu> +2004-12-02 Jim Meyering <jim@meyering.net> * Version 5.3.0. + With using --color and with LS_COLORS saying not to color + executables, don't stat every file. + * src/ls.c (is_colored): New function. + (gobble_file): Use it. + (main): Use it here, in place of too-strict tests against NULL: + if either ORPHAN or MISSING was set to 0 from LS_COLORS, the + old test would fail. + +2004-12-01 Paul Eggert <eggert@cs.ucla.edu> + * src/comm.c (compare_files): Assume setlocale exists. * src/join.c (keycmp): Likewise. * src/seq.c (decimal_point): Treat like sort. Now char. |