| Age | Commit message (Expand) | Author | Lines |
| 2006-07-09 | Adjust 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-24 | rename array_cardinality to array_len | Jim Meyering | -2/+2 |
| 2005-10-24 | (ls_codes): Add missing comma. | Jim Meyering | -1/+1 |
| 2005-10-24 | Add a compile-time assertion that the slack_codes | Jim Meyering | -1/+2 |
| 2005-10-19 | (append_quoted): Quote ' correctly. | Jim Meyering | -0/+7 |
| 2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu... | Jim Meyering | -1/+1 |
| 2005-09-22 | Include strcase.h. | Paul Eggert | -0/+1 |
| 2005-09-05 | Colorize set-user-ID and set-group-ID files and sticky, | Jim Meyering | -1/+3 |
| 2005-08-12 | Add 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-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-12 | Assume `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 gives | Jim Meyering | -10/+6 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-07-23 | Include xstrndup.h. | Jim Meyering | -11/+3 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2002-12-01 | Don't include <ctype.h>. | Jim Meyering | -1/+0 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -5/+5 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -4/+2 |
| 2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | -0/+2 |
| 2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering | -3/+5 |
| 2001-05-12 | include dirname.h. | Jim Meyering | -0/+1 |
| 2000-08-08 | (xstrndup): Invoke xalloc_die instead of printing our own message. | Jim Meyering | -1/+1 |
| 2000-07-30 | include quote.h. | Jim Meyering | -0/+1 |
| 2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | -4/+4 |
| 2000-07-09 | update copyright date | Jim Meyering | -1/+1 |
| 2000-05-13 | Arrange to call close_stdout only upon exit. | Jim Meyering | -2/+2 |
| 2000-05-03 | Remove declaration of strndup. | Jim Meyering | -3/+1 |
| 1999-04-04 | define/use AUTHORS | Jim Meyering | -1/+3 |
| 1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering | -2/+0 |
| 1999-03-26 | No longer include long-options.h. | Jim Meyering | -7/+12 |
| 1999-03-04 | Include long-options.h | Jim Meyering | -3/+3 |
| 1999-02-16 | update copyright dates | Jim Meyering | -1/+1 |
| 1999-02-14 | (dc_parse_stream): Don't try to dereference NULL | Jim Meyering | -1/+2 |
| 1999-02-09 | (slack_codes): Add "DOOR". | Jim Meyering | -3/+3 |
| 1999-01-16 | Don't declare base_name. | Jim Meyering | -14/+13 |
| 1998-09-19 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1998-08-26 | (dc_parse_stream): Don't segfault when a line | Jim Meyering | -0/+9 |
| 1998-07-05 | (parse_line): Add casts to avoid errors from Irix4's `cc' C compiler. | Jim Meyering | -3/+3 |
| 1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering | -5/+5 |
| 1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | -5/+5 |
| 1998-04-28 | (parse_line): Use ISSPACE, not isspace. | Jim Meyering | -8/+8 |