diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-10-13 12:40:52 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-10-16 12:23:30 +0100 |
commit | c249a5afc4f480e10346198422a3161931afd574 (patch) | |
tree | fd799462c026bdba9c8c577ceba8799335054457 /NEWS | |
parent | 3a68c3e99065fd17436260889fe821caa19a855e (diff) | |
download | coreutils-c249a5afc4f480e10346198422a3161931afd574.tar.xz |
dircolors: support globbing of TERM entries
* src/dircolors.c (dc_parse_stream): Support globbing of
TERM entries, to allow entries like "TERM *256color*" for example.
* src/dircolors.hin: Reduce the internal list with globbing.
* tests/misc/dircolors.pl: New test cases.
* NEWS: Mention the improvement.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + dircolors now supports globbing of TERM entries in its database. + For example "TERM *256color*" is now supported. + du no longer stats all mount points at startup, only doing so upon detection of a directory cycle. [issue introduced in coreutils-8.20] |