| Age | Commit message (Expand) | Author | Lines |
| 2004-12-02 | (decimal_point): Treat like sort. Now char. | Paul Eggert | -19/+14 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-08-02 | (equal_width, valid_format, main): Use bool for booleans. | Paul Eggert | -12/+12 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -2/+3 |
| 2004-02-23 | (usage): Remove stray space after \n in --help output. | Jim Meyering | -1/+1 |
| 2004-02-03 | (print_numbers): Use 'double' for loop index, not | Jim Meyering | -1/+1 |
| 2004-01-27 | Reword so as not to exclude the possibility that INCREMENT be zero. | Jim Meyering | -3/+5 |
| 2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -8/+5 |
| 2003-11-27 | Include "c-strtod.h". | Jim Meyering | -1/+2 |
| 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-09-05 | (step): Default to 1. | Jim Meyering | -56/+12 |
| 2003-09-04 | This makes seq's --width (-w) option work properly even when the | Jim Meyering | -1/+1 |
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-03-20 | (valid_format): Also accept ` ' and `'' as valid | Jim Meyering | -3/+3 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -8/+8 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2002-03-17 | (usage): Mention that --format=FORMAT must be | Jim Meyering | -3/+3 |
| 2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -7/+9 |
| 2000-12-02 | (valid_format): Move pre-increment to a separate statement to avoid a warning. | Jim Meyering | -1/+4 |
| 2000-05-07 | Include "closeout.h". | Jim Meyering | -2/+2 |
| 2000-05-05 | Include "closeout.h". | Jim Meyering | -0/+3 |
| 2000-04-14 | Shorten `#ifdef HAVE_...' to `#if HAVE_...' and | Jim Meyering | -2/+2 |
| 2000-03-01 | (get_width_format): Fix portability problem with `-0' vs. `0'. | Jim Meyering | -2/+5 |
| 2000-01-29 | Back out most of the 2000-01-21 and 01-22 changes. | Jim Meyering | -104/+24 |
| 2000-01-22 | Topologically sort the functions and remove fwd declarations. | Jim Meyering | -189/+184 |
| 2000-01-22 | (enum Format_type): Declare. | Jim Meyering | -43/+51 |
| 2000-01-22 | Add support for octal and hexadecimal output. | Jim Meyering | -18/+83 |
| 1999-04-26 | (main): Revert last change. | Jim Meyering | -1/+1 |
| 1999-04-26 | revert last change | Jim Meyering | -6/+0 |
| 1999-04-26 | (main): Handle the case in which seq is given no args. | Jim Meyering | -0/+6 |
| 1999-04-19 | (main): Restore `+' in getopt_long string. Otherwise, | Jim Meyering | -13/+38 |
| 1999-03-31 | No longer include long-options.h. | Jim Meyering | -4/+6 |
| 1999-03-31 | (PROGRAM_NAME, AUTHORS): Define and use. | Jim Meyering | -2/+7 |
| 1999-03-06 | Include long-options.h. | Jim Meyering | -20/+4 |
| 1999-02-16 | update copyright dates | Jim Meyering | -1/+1 |
| 1999-01-25 | (usage): Remove static attribute. | Jim Meyering | -1/+1 |
| 1998-09-28 | (main): Decrement optind when we find an `option' that | Jim Meyering | -0/+1 |
| 1998-09-19 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1998-07-15 | (check_format): Add `5' to the list of digits. | Jim Meyering | -1/+1 |
| 1998-05-02 | (check_format): Use ISDIGIT, not isdigit. | Jim Meyering | -2/+2 |
| 1997-12-21 | s/__P/PARAMS/ | Jim Meyering | -4/+4 |
| 1997-10-07 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1997-07-13 | indent | Jim Meyering | -1/+1 |
| 1997-03-19 | (check_format): Rename local, FORMAT_STRING, to avoid shadowing global. | Jim Meyering | -24/+23 |
| 1997-02-09 | update copyrights for 1997 | Jim Meyering | -1/+1 |
| 1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | -1/+1 |
| 1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering | -1/+1 |
| 1996-12-21 | (usage): Tweak --usage text. | Jim Meyering | -2/+3 |