summaryrefslogtreecommitdiff
path: root/src/stty.c
AgeCommit message (Collapse)Author
1995-03-09add 1995 to Copyright datesJim 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 declaringJim Meyering
`void error ();'.
1994-10-08merge with 1.10qJim Meyering
1994-10-01.Jim Meyering
1994-09-27merge with 1.10n2Jim Meyering
1994-09-25.Jim Meyering
1994-09-24(wrapf): Declare first argument const char *.Jim Meyering
1994-09-15.Jim Meyering
1994-09-08merge with 1.10iJim Meyering
1994-07-13merge with 1.10eJim Meyering
1994-06-20.Jim Meyering
1994-06-02.Jim Meyering
1994-05-30merge with 1.10a + local build modsJim Meyering
1994-04-19.Jim Meyering
1994-02-20merge with 1.9.4Jim 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-12merge with 1.9.2iJim Meyering
1994-02-10CIBAUD hack for SunOS 4.1.xJim Meyering
1994-02-10.Jim Meyering
1994-02-01.Jim Meyering
1994-02-01.Jim Meyering
1994-01-26.Jim Meyering
1994-01-24merge with 1.9.2eJim Meyering
1993-12-22.Jim Meyering
1993-11-30merge with 1.9.1cJim Meyering
1993-11-30merge with 1.9.1bJim Meyering
1993-11-27Redefine TIOCGWINSZ to TCGETS for Solaris.Jim Meyering
1993-11-20merge with 1.9.1aJim Meyering
1993-11-15merge with 1.9aJim Meyering
1993-10-26merge with 1.8.1iJim Meyering
1993-10-24merge with 1.8.1hJim Meyering
1993-10-17merge with 1.8.1gJim Meyering
1993-10-12merge with 1.8.1dJim Meyering
1993-10-12merge with 1.8.1bJim Meyering
1993-09-08merge with 1.8.1 + partial --version and --helpJim Meyering
1993-03-28Accept `flush' option. From Arne H. Juul arnej@lise.unit.noJim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-12(set_mode): Parenthesize expressions with bit operationsJim Meyering
to correctly set/reset modes bits.
1992-11-01Make still more file-scope variables `static'.Jim Meyering
1992-11-01Make file-scope variable static.Jim Meyering
1992-11-01Initial revisionJim Meyering