maint: adjust formatting of certain continued strings
[platform/upstream/coreutils.git] / src / dircolors.c
2012-01-11 Jim Meyeringmaint: adjust formatting of certain continued strings
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-05-26 Jim Meyeringmaint: accommodate gcc's -Wstrict-overflow option
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-11-07 Eric Blakebuild: consistently use freopen-safer
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-11 Kamil Dudkals --color: do not colorize files with multiple hard...
2009-05-17 Jim Meyeringmaint: use ARRAY_CARDINALITY more
2009-02-10 Jim Meyeringls: clean up after wrapped+colored file names with...
2008-10-28 Kamil Dudkals: --color now highlights hard linked files, too
2008-08-01 Kamil Dudkals: --color now highlights files with capabilities...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-02-17 Jim MeyeringAdjust dircolors to match ls.c.
2007-08-22 Jim MeyeringDon't include "getline.h".
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-15 Paul Eggert* bootstrap.conf (gnulib_modules): Add c-strcase. ...
2007-01-29 Jim MeyeringMerge branch 'master' of /cu
2007-01-26 Paul EggertAdjust to today's change to gnulib, which added a modul...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-26 Paul EggertInclude <config.h> unconditionally, since we now assume...
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-03-26 Jim Meyering(guess_shell_syntax): Use new last_component.
2005-10-24 Jim Meyeringrename array_cardinality to array_len
2005-10-24 Jim Meyering(ls_codes): Add missing comma.
2005-10-24 Jim MeyeringAdd a compile-time assertion that the slack_codes
2005-10-19 Jim Meyering(append_quoted): Quote ' correctly.
2005-09-24 Jim MeyeringUse `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H...
2005-09-22 Paul EggertInclude strcase.h.
2005-09-05 Jim MeyeringColorize set-user-ID and set-group-ID files and sticky,
2005-08-12 Jim MeyeringAdd bulletproofing in case stdin is closed.
2005-08-12 Jim Meyering(dc_parse_file): Remove comment about now-removed OPENOPTS.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-11 Paul Eggert(dc_parse_file): Don't assume fopen does not return...
2005-03-26 Paul Eggert(parse_line): Use char *, not unsigned char *. This...
2004-08-02 Paul Eggert(have_read_stdin, append_quoted,
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-23 Jim MeyeringInclude xstrndup.h.
2003-06-17 Jim Meyering(main): Call initialize_main.
2002-12-01 Jim MeyeringDon't include <ctype.h>.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-05-12 Jim Meyeringinclude dirname.h.
2000-08-08 Jim Meyering(xstrndup): Invoke xalloc_die instead of printing our...
2000-07-30 Jim Meyeringinclude quote.h.
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-07-09 Jim Meyeringupdate copyright date
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-05-03 Jim MeyeringRemove declaration of strndup.
1999-04-04 Jim Meyeringdefine/use AUTHORS
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-02-14 Jim Meyering(dc_parse_stream): Don't try to dereference NULL
1999-02-09 Jim Meyering(slack_codes): Add "DOOR".
1999-01-16 Jim MeyeringDon't declare base_name.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-26 Jim Meyering(dc_parse_stream): Don't segfault when a line
1998-07-05 Jim Meyering(parse_line): Add casts to avoid errors from Irix4...
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-28 Jim Meyering(parse_line): Use ISSPACE, not isspace.
1998-04-14 Jim MeyeringUse STREQ in string equality tests, not strcmp.
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros.
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1997-10-23 Jim MeyeringRemove free and malloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-08-31 Jim Meyering[!STDC_HEADERS]: Declare malloc.
1997-05-27 Jim MeyeringUse base_name, not basename.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-02 Jim Meyering[obstack_chunk_alloc]: Define to malloc, not xmalloc
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-26 Jim MeyeringRevert last change. With obstack, dcl of free is ...
1997-01-15 Jim Meyering[!STDC_HEADERS]: Remove unnecessary declaration of...
1996-12-19 Jim Meyering(usage): Remove --print-data-base.
next