summaryrefslogtreecommitdiff
path: root/src/dircolors.c
Commit message (Expand)AuthorAgeFilesLines
...
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* Adjust dircolors to match ls.c.Jim Meyering2008-02-171-3/+3
* Don't include "getline.h".Jim Meyering2007-08-221-1/+0
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.Paul Eggert2007-02-151-5/+6
* Adjust to today's change to gnulib, which added a module forPaul Eggert2007-01-261-2/+1
* * src/cat.c (infile): Add "const" to declaration.Jim Meyering2006-10-251-1/+1
* Don't include dirname.h, since system.h does it now.Paul Eggert2006-09-031-1/+0
* Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert2006-08-261-3/+1
* Adjust to today's renaming changes in system.h.Paul Eggert2006-07-091-8/+6
* (guess_shell_syntax): Use new last_component.Jim Meyering2006-03-261-2/+2
* rename array_cardinality to array_lenJim Meyering2005-10-241-2/+2
* (ls_codes): Add missing comma.Jim Meyering2005-10-241-1/+1
* Add a compile-time assertion that the slack_codesJim Meyering2005-10-241-1/+2
* (append_quoted): Quote ' correctly.Jim Meyering2005-10-191-0/+7
* Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu...Jim Meyering2005-09-241-1/+1
* Include strcase.h.Paul Eggert2005-09-221-0/+1
* Colorize set-user-ID and set-group-ID files and sticky,Jim Meyering2005-09-051-1/+3
* Add bulletproofing in case stdin is closed.Jim Meyering2005-08-121-23/+5
* (dc_parse_file): Remove comment about now-removed OPENOPTS.Jim Meyering2005-08-121-4/+0
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Assume `free (NULL)' works.Jim Meyering2005-05-121-2/+1
* (dc_parse_file): Don't assume fopen does not return stdin.Paul Eggert2005-04-111-2/+3
* (parse_line): Use char *, not unsigned char *. This avoids casts.Paul Eggert2005-03-261-26/+26
* (have_read_stdin, append_quoted,Paul Eggert2004-08-021-36/+33
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-10/+6
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-3/+3
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* Include xstrndup.h.Jim Meyering2003-07-231-11/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Don't include <ctype.h>.Jim Meyering2002-12-011-1/+0
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-5/+5
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* Split usage strings so that --help and --versionJim Meyering2001-11-231-0/+2
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-3/+5
* include dirname.h.Jim Meyering2001-05-121-0/+1
* (xstrndup): Invoke xalloc_die instead of printing our own message.Jim Meyering2000-08-081-1/+1
* include quote.h.Jim Meyering2000-07-301-0/+1
* Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering2000-07-301-4/+4
* update copyright dateJim Meyering2000-07-091-1/+1
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-2/+2
* Remove declaration of strndup.Jim Meyering2000-05-031-3/+1
* define/use AUTHORSJim Meyering1999-04-041-1/+3
* Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering1999-03-311-2/+0
* No longer include long-options.h.Jim Meyering1999-03-261-7/+12