summaryrefslogtreecommitdiff
path: root/src/dircolors.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19maint: don't trigger gcc-5's new -Wlogical-not-parentheses warningJim Meyering
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-11-07build: consistently use freopen-saferEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-02-10ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2008-02-17Adjust dircolors to match ls.c.Jim Meyering
2007-08-22Don't include "getline.h".Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-02-15* bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.Paul Eggert
2007-01-26Adjust to today's change to gnulib, which added a module forPaul Eggert
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-03-26(guess_shell_syntax): Use new last_component.Jim Meyering
2005-10-24rename array_cardinality to array_lenJim Meyering
2005-10-24(ls_codes): Add missing comma.Jim Meyering
2005-10-24Add a compile-time assertion that the slack_codesJim Meyering