summaryrefslogtreecommitdiff
path: root/src/dircolors.c
Commit message (Expand)AuthorAgeFilesLines
* dircolors: diagnose read errorsPádraig Brady2023-03-281-0/+5
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: prefer static_assert to verifyPaul Eggert2022-09-151-1/+1
* dircolors: speed up processing of TERM entriesPádraig Brady2022-02-151-8/+4
* dircolors: consider COLORTERM as well as TERM env varsPádraig Brady2022-02-151-1/+14
* dircolors: add --print-ls-colors to display colored entriesPádraig Brady2022-02-131-63/+86
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* build: update gnulib submodule to latestPaul Eggert2021-06-111-3/+2
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-7/+7
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering2017-06-101-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+4
* all: quote string arguments in error messagesPádraig Brady2015-10-271-2/+2
* dircolors: support globbing of TERM entriesPádraig Brady2015-10-161-1/+2
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* maint: don't trigger gcc-5's new -Wlogical-not-parentheses warningJim Meyering2014-09-191-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: adjust formatting of certain continued stringsJim Meyering2012-01-111-2/+2
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-2/+2
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: accommodate gcc's -Wstrict-overflow optionJim Meyering2011-05-261-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* build: consistently use freopen-saferEric Blake2009-11-071-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-155/+155
* ls --color: do not colorize files with multiple hard links by defaultKamil Dudka2009-06-111-2/+2
* maint: use ARRAY_CARDINALITY moreJim Meyering2009-05-171-3/+2
* ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering2009-02-101-2/+2
* ls: --color now highlights hard linked files, tooKamil Dudka2008-10-281-2/+3
* ls: --color now highlights files with capabilities, tooKamil Dudka2008-08-011-2/+2
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* standardize some error messagesBo Borgerson2008-06-081-2/+2
* use gnulib's progname moduleJim Meyering2008-06-031-3/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1