summaryrefslogtreecommitdiff
path: root/src/stty.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Remove uses of PROTOTYPE macro.Jim Meyering2003-04-171-13/+2
* Remove SPC in SPC-TAB sequence.Jim Meyering2003-04-111-2/+2
* (wrapf): Declare with format attribute.Jim Meyering2003-04-101-1/+4
* (valid_options): Declare to be static.Jim Meyering2002-12-181-1/+1
* Remove all uses of `PARAMS'.Jim Meyering2002-12-151-28/+25
* stty doesn't support all baud rates available in current Linux kernels.Jim Meyering2002-11-211-0/+33
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-12/+12
* Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-301-13/+14
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-151-21/+61
* (usage): Prefix each line with a space, so thatJim Meyering2001-09-161-116/+116
* (visible): Don't mark `<undef>' for translation.Jim Meyering2000-07-171-1/+1
* (valid_options): Don't segfault on `stty erase -'.Jim Meyering2000-06-211-1/+1
* Include "closeout.h".Jim Meyering2000-05-071-0/+3
* Make it so stty's rprnt attribute works on HPUX 10.20.Jim Meyering2000-03-031-0/+7
* (screen_columns): Change #if-0 (test code, mistakenly committed in last delta)Jim Meyering2000-01-291-1/+1
* (wrapf): Emit a newline only if 0 < current_col.Jim Meyering2000-01-281-9/+17
* (usage): Correct --help message.Jim Meyering1999-08-301-8/+8
* (PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1999-03-311-2/+7
* (main): Include author name argument in call to parse_long_options.Jim Meyering1999-03-041-1/+2
* (main): #ifdef-out unreachable code.Jim Meyering1999-02-161-6/+10
* update copyright datesJim Meyering1999-02-161-1/+1
* (usage): Remove static attribute.Jim Meyering1999-01-251-1/+1
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* (main): Revamp option processing, again.Jim Meyering1998-09-191-17/+61
* tweak commentJim Meyering1998-07-041-1/+1
* revert back to using lower case _unlocked wrapper namesJim Meyering1998-06-291-11/+11
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-11/+11
* Use "%s", not device_name, as the format string, in case theJim Meyering1998-04-041-20/+20
* clean up commentsJim Meyering1998-04-041-15/+13
* (valid_options): Parenthesize assignment in while expr.Jim Meyering1998-04-041-12/+11
* Use STREQ in place of strcmp everywhere.Jim Meyering1998-04-041-95/+85
* [1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>]Jim Meyering1998-04-041-70/+173
* s/__P/PARAMS/Jim Meyering1997-12-211-21/+21
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.Jim Meyering1997-02-051-1/+3
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-2/+1
* Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE.Jim Meyering1996-12-101-1/+2
* (get_win_size): Rename formal parameter from fileno to FD.Jim Meyering1996-12-081-2/+2
* (get_win_size): Take a FILENO parameter rather thanJim Meyering1996-11-241-6/+13
* Big patch from Karl Heuer. FIXME: fill in detailsJim Meyering1996-11-241-26/+57
* (recover_mode): Fail also if there are too many fields. From Karl Heuer.Jim Meyering1996-11-041-0/+5
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* Guard inclusion of stdarg.h and definition of VA_STARTJim Meyering1996-10-241-2/+2
* (main): Remove TAB from diagnostic, for consistency.Jim Meyering1996-10-211-1/+1