summaryrefslogtreecommitdiff
path: root/src/stty.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-04tweak commentJim Meyering1-1/+1
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering1-11/+11
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1-11/+11
1998-04-04Use "%s", not device_name, as the format string, in case theJim Meyering1-20/+20
1998-04-04clean up commentsJim Meyering1-15/+13
1998-04-04(valid_options): Parenthesize assignment in while expr.Jim Meyering1-12/+11
1998-04-04Use STREQ in place of strcmp everywhere.Jim Meyering1-95/+85
1998-04-04[1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>]Jim Meyering1-70/+173
1997-12-21s/__P/PARAMS/Jim Meyering1-21/+21
1997-10-07update bug-reporting addressJim Meyering1-1/+1
1997-02-09update copyrights for 1997Jim Meyering1-1/+1
1997-02-05Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.Jim Meyering1-1/+3
1997-02-01bracket bug address with <> and append a periodJim Meyering1-1/+1
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1-2/+1
1996-12-10Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE.Jim Meyering1-1/+2
1996-12-08(get_win_size): Rename formal parameter from fileno to FD.Jim Meyering1-2/+2
1996-11-24(get_win_size): Take a FILENO parameter rather thanJim Meyering1-6/+13
1996-11-24Big patch from Karl Heuer. FIXME: fill in detailsJim Meyering1-26/+57
1996-11-04(recover_mode): Fail also if there are too many fields. From Karl Heuer.Jim Meyering1-0/+5
1996-11-03change bug-reporting addressJim Meyering1-1/+1
1996-11-02change bug-reporting addressJim Meyering1-1/+1
1996-10-24Guard inclusion of stdarg.h and definition of VA_STARTJim Meyering1-2/+2
1996-10-21(main): Remove TAB from diagnostic, for consistency.Jim Meyering1-1/+1
1996-10-05(main): update --version output to conform to coding standardJim Meyering1-1/+1
1996-09-02(usage): Tell where to report bugs.Jim Meyering1-0/+1
1996-07-21(usage): Correct typo (-iucl -> -iuclc) in usage message.Jim Meyering1-1/+1
1996-07-13[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.Jim Meyering1-4/+0
1996-04-24update Copyright years for 1996Jim Meyering1-1/+1
1996-03-24Update FSF's address.Jim Meyering1-2/+2
1996-03-24(main): Reformat if-block a little.Jim Meyering1-7/+7
1996-03-21(main): Declare to be of type int, not void.Jim Meyering1-1/+1
1996-03-16Don't include version.h.Jim Meyering1-2/+1
1996-03-12(main): Initialize for internationalized message support:Jim Meyering1-0/+3
1996-02-29(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSIJim Meyering1-1/+1
1996-01-17Break some long lines.Jim Meyering1-11/+17
1996-01-17(integer_arg): Use xstrtol instead of open-coding this.Jim Meyering1-34/+2
1996-01-17(visible): Change parameter type to unsigned int from unsigned char.Jim Meyering1-2/+2
1996-01-17Protoize and __P-protect forward dcls.Jim Meyering1-71/+41
1996-01-14Indent cpp directives.Jim Meyering1-41/+41
1995-11-27s/non-zero/nonzero/gJim Meyering1-1/+1
1995-11-08(usage): Clarify descriptions of ignpar and ignbrk.Jim Meyering1-2/+2
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1-45/+45
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering1-0/+1
1995-03-09add 1995 to Copyright datesJim Meyering1-1/+1
1995-02-27(main, set_window_size): Use memset instead of bzero.Jim Meyering1-3/+3
1994-12-20* src/*.c: Include "error.h" instead of simply declaringJim Meyering1-2/+1
1994-10-08merge with 1.10qJim Meyering1-0/+17
1994-10-01.Jim Meyering1-3/+0
1994-09-27merge with 1.10n2Jim Meyering1-7/+0
1994-09-25.Jim Meyering1-6/+6