summaryrefslogtreecommitdiffstats
path: root/src/dircolors.c
AgeCommit message (Expand)AuthorLines
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-11-07build: consistently use freopen-saferEric Blake-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-155/+155
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka-2/+2
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering-3/+2
2009-02-10ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering-2/+2
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka-2/+3
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka-2/+2
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-08standardize some error messagesBo Borgerson-2/+2
2008-06-03use gnulib's progname moduleJim Meyering-3/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2008-02-17Adjust dircolors to match ls.c.Jim Meyering-3/+3
2007-08-22Don't include "getline.h".Jim Meyering-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-02-15* bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.Paul Eggert-5/+6
2007-01-26Adjust to today's change to gnulib, which added a module forPaul Eggert-2/+1
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering-1/+1
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert-1/+0
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert-3/+1
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert-8/+6
2006-03-26(guess_shell_syntax): Use new last_component.Jim Meyering-2/+2
2005-10-24rename array_cardinality to array_lenJim Meyering-2/+2
2005-10-24(ls_codes): Add missing comma.Jim Meyering-1/+1
2005-10-24Add a compile-time assertion that the slack_codesJim Meyering-1/+2
2005-10-19(append_quoted): Quote ' correctly.Jim Meyering-0/+7
2005-09-24Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu...Jim Meyering-1/+1
2005-09-22Include strcase.h.Paul Eggert-0/+1
2005-09-05Colorize set-user-ID and set-group-ID files and sticky,Jim Meyering-1/+3
2005-08-12Add bulletproofing in case stdin is closed.Jim Meyering-23/+5
2005-08-12(dc_parse_file): Remove comment about now-removed OPENOPTS.Jim Meyering-4/+0
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-2/+1
2005-04-11(dc_parse_file): Don't assume fopen does not return stdin.Paul Eggert-2/+3
2005-03-26(parse_line): Use char *, not unsigned char *. This avoids casts.Paul Eggert-26/+26
2004-08-02(have_read_stdin, append_quoted,Paul Eggert-36/+33
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering-10/+6
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-3/+3
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-2/+2
2003-07-23Include xstrndup.h.Jim Meyering-11/+3
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2002-12-01Don't include <ctype.h>.Jim Meyering-1/+0
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-5/+5