| Age | Commit message (Expand) | Author | Lines |
| 2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | -6/+6 |
| 2005-07-08 | Include stropt.h if available. | Paul Eggert | -0/+4 |
| 2005-07-03 | Include fd-reopen.h. | Paul Eggert | -33/+28 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -10/+11 |
| 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-03-28 | (speeds): Declare this array to be static. | Jim Meyering | -1/+1 |
| 2005-01-30 | Remove unnecessary parentheses in #if directives. | Jim Meyering | -23/+23 |
| 2005-01-30 | [VSWTCH]: Some systems, like Cygwin, use VSWTC | Jim Meyering | -2/+9 |
| 2004-11-03 | Include "vasprintf.h" since we use vasprintf now. | Paul Eggert | -0/+1 |
| 2004-09-21 | (longopts): Add --help, --version. | Paul Eggert | -4/+6 |
| 2004-09-05 | (recover_mode): Arg is now char const *, not char *. | Paul Eggert | -34/+30 |
| 2004-09-05 | (valid_options): Remove. | Paul Eggert | -100/+22 |
| 2004-08-03 | (VA_START): Remove. All callers now use va_start. | Paul Eggert | -132/+150 |
| 2004-04-07 | Add support for IUTF8 input flag. | Jim Meyering | -1/+7 |
| 2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -5/+6 |
| 2003-11-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering | -1/+1 |
| 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-18 | revert previous change | Jim Meyering | -1/+1 |
| 2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | 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-04-17 | Remove uses of PROTOTYPE macro. | Jim Meyering | -13/+2 |
| 2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering | -2/+2 |
| 2003-04-10 | (wrapf): Declare with format attribute. | Jim Meyering | -1/+4 |
| 2002-12-18 | (valid_options): Declare to be static. | Jim Meyering | -1/+1 |
| 2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering | -28/+25 |
| 2002-11-21 | stty doesn't support all baud rates available in current Linux kernels. | Jim Meyering | -0/+33 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -12/+12 |
| 2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering | -13/+14 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -21/+61 |
| 2001-09-16 | (usage): Prefix each line with a space, so that | Jim Meyering | -116/+116 |
| 2000-07-17 | (visible): Don't mark `<undef>' for translation. | Jim Meyering | -1/+1 |
| 2000-06-21 | (valid_options): Don't segfault on `stty erase -'. | Jim Meyering | -1/+1 |
| 2000-05-07 | Include "closeout.h". | Jim Meyering | -0/+3 |
| 2000-03-03 | Make it so stty's rprnt attribute works on HPUX 10.20. | Jim Meyering | -0/+7 |
| 2000-01-29 | (screen_columns): Change #if-0 (test code, mistakenly committed in last delta) | Jim Meyering | -1/+1 |
| 2000-01-28 | (wrapf): Emit a newline only if 0 < current_col. | Jim Meyering | -9/+17 |
| 1999-08-30 | (usage): Correct --help message. | Jim Meyering | -8/+8 |
| 1999-03-31 | (PROGRAM_NAME, AUTHORS): Define and use. | Jim Meyering | -2/+7 |
| 1999-03-04 | (main): Include author name argument in call to parse_long_options. | Jim Meyering | -1/+2 |
| 1999-02-16 | (main): #ifdef-out unreachable code. | Jim Meyering | -6/+10 |
| 1999-02-16 | update copyright dates | Jim Meyering | -1/+1 |
| 1999-01-25 | (usage): Remove static attribute. | Jim Meyering | -1/+1 |
| 1998-09-19 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1998-09-19 | (main): Revamp option processing, again. | Jim Meyering | -17/+61 |
| 1998-07-04 | tweak comment | Jim Meyering | -1/+1 |
| 1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering | -11/+11 |