]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dircolors: support globbing of TERM entries
authorPádraig Brady <P@draigBrady.com>
Tue, 13 Oct 2015 11:40:52 +0000 (12:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 16 Oct 2015 11:23:30 +0000 (12:23 +0100)
commitc249a5afc4f480e10346198422a3161931afd574
treefd799462c026bdba9c8c577ceba8799335054457
parent3a68c3e99065fd17436260889fe821caa19a855e
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.
NEWS
src/dircolors.c
src/dircolors.hin
tests/misc/dircolors.pl