summaryrefslogtreecommitdiff
path: root/src/dircolors.c
AgeCommit message (Expand)Author
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
2005-03-26(parse_line): Use char *, not unsigned char *. This avoids casts.Paul Eggert
2004-08-02(have_read_stdin, append_quoted,Paul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-07-23Include xstrndup.h.Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2002-12-01Don't include <ctype.h>.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-05-12include dirname.h.Jim Meyering
2000-08-08(xstrndup): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-07-30include quote.h.Jim Meyering
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering