Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-05-15 | (usage): Add one- and two-line descriptions to --help output. | Jim Meyering | |
From Karl. | |||
1995-03-09 | add 1995 to Copyright dates | Jim Meyering | |
1995-02-27 | (main, set_window_size): Use memset instead of bzero. | Jim Meyering | |
1994-12-20 | * src/*.c: Include "error.h" instead of simply declaring | Jim Meyering | |
`void error ();'. | |||
1994-10-08 | merge with 1.10q | Jim Meyering | |
1994-10-01 | . | Jim Meyering | |
1994-09-27 | merge with 1.10n2 | Jim Meyering | |
1994-09-25 | . | Jim Meyering | |
1994-09-24 | (wrapf): Declare first argument const char *. | Jim Meyering | |
1994-09-15 | . | Jim Meyering | |
1994-09-08 | merge with 1.10i | Jim Meyering | |
1994-07-13 | merge with 1.10e | Jim Meyering | |
1994-06-20 | . | Jim Meyering | |
1994-06-02 | . | Jim Meyering | |
1994-05-30 | merge with 1.10a + local build mods | Jim Meyering | |
1994-04-19 | . | Jim Meyering | |
1994-02-20 | merge with 1.9.4 | Jim Meyering | |
1994-02-16 | * stty.c (main): Use getopt only to recognize long options. | Jim Meyering | |
Hand code the loop to detect -a, -g, -ag and -ga. Using getopt to detect the short options loses (because we have to ignore unrecognized options and we are allowing GNU getopt to permute) because e.g. `-tabs' is interpreted as a group of options, one of which is `-a'. Before, running `stty -tabs echo' gave this error: stty: when specifying an output style, modes may not be set Reported by Arne H. Juul. | |||
1994-02-14 | . | Jim Meyering | |
1994-02-13 | . | Jim Meyering | |
1994-02-13 | (main): Change `optind' to `k'. | Jim Meyering | |
1994-02-13 | (main): Use parse_long_options. | Jim Meyering | |
Rework option handling so stty no longer ignores arguments. | |||
1994-02-13 | (set_window_size): Patch from Rick Sladkey. | Jim Meyering | |
1994-02-12 | merge with 1.9.2i | Jim Meyering | |
1994-02-10 | CIBAUD hack for SunOS 4.1.x | Jim Meyering | |
1994-02-10 | . | Jim Meyering | |
1994-02-01 | . | Jim Meyering | |
1994-02-01 | . | Jim Meyering | |
1994-01-26 | . | Jim Meyering | |
1994-01-24 | merge with 1.9.2e | Jim Meyering | |
1993-12-22 | . | Jim Meyering | |
1993-11-30 | merge with 1.9.1c | Jim Meyering | |
1993-11-30 | merge with 1.9.1b | Jim Meyering | |
1993-11-27 | Redefine TIOCGWINSZ to TCGETS for Solaris. | Jim Meyering | |
1993-11-20 | merge with 1.9.1a | Jim Meyering | |
1993-11-15 | merge with 1.9a | Jim Meyering | |
1993-10-26 | merge with 1.8.1i | Jim Meyering | |
1993-10-24 | merge with 1.8.1h | Jim Meyering | |
1993-10-17 | merge with 1.8.1g | Jim Meyering | |
1993-10-12 | merge with 1.8.1d | Jim Meyering | |
1993-10-12 | merge with 1.8.1b | Jim Meyering | |
1993-09-08 | merge with 1.8.1 + partial --version and --help | Jim Meyering | |
1993-03-28 | Accept `flush' option. From Arne H. Juul arnej@lise.unit.no | Jim Meyering | |
1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-11-12 | (set_mode): Parenthesize expressions with bit operations | Jim Meyering | |
to correctly set/reset modes bits. | |||
1992-11-01 | Make still more file-scope variables `static'. | Jim Meyering | |
1992-11-01 | Make file-scope variable static. | Jim Meyering | |
1992-11-01 | Initial revision | Jim Meyering | |