summaryrefslogtreecommitdiff
path: root/src/dircolors.c
AgeCommit message (Expand)Author
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
2005-10-19(append_quoted): Quote ' correctly.Jim Meyering
2005-09-24Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu...Jim Meyering
2005-09-22Include strcase.h.Paul Eggert
2005-09-05Colorize set-user-ID and set-group-ID files and sticky,Jim Meyering
2005-08-12Add bulletproofing in case stdin is closed.Jim Meyering
2005-08-12(dc_parse_file): Remove comment about now-removed OPENOPTS.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-04-11(dc_parse_file): Don't assume fopen does not return stdin.Paul Eggert