Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-10 | Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE. | Jim Meyering | |
Patch from Karl Heuer. | |||
1996-12-08 | (get_win_size): Rename formal parameter from fileno to FD. | Jim Meyering | |
1996-11-24 | (get_win_size): Take a FILENO parameter rather than | Jim Meyering | |
trying to get a size from both stdin and stdout. Update callers. Use STDIN_FILENO and STDOUT_FILENO instead of literal 0, 1. | |||
1996-11-24 | Big patch from Karl Heuer. FIXME: fill in details | Jim Meyering | |
1996-11-04 | (recover_mode): Fail also if there are too many fields. From Karl Heuer. | Jim Meyering | |
1996-11-03 | change bug-reporting address | Jim Meyering | |
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-24 | Guard inclusion of stdarg.h and definition of VA_START | Jim Meyering | |
with #if PROTOTYPES rather than with #ifdef __STDC__. The latter loses with Dynix/PTX. (wrapf) [PROTOTYPES]: Similarly, guard ANSI-style ... definition. Suggestion from Marcus Daniels. | |||
1996-10-21 | (main): Remove TAB from diagnostic, for consistency. | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-09-02 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-07-21 | (usage): Correct typo (-iucl -> -iuclc) in usage message. | Jim Meyering | |
From Thomas Olsson <d95to@efd.lth.se>. | |||
1996-07-13 | [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'. | Jim Meyering | |
GWINSZ_BROKEN can't be defined anymore. | |||
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-24 | (main): Reformat if-block a little. | Jim Meyering | |
Declare index I to be of type size_t to avoid warning from gcc -Wall. | |||
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-12 | (main): Initialize for internationalized message support: | Jim Meyering | |
call setlocale, bindtextdomain, and textdomain. | |||
1996-02-29 | (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI | Jim Meyering | |
function definition so ansi2knr doesn't munge it. | |||
1996-01-17 | Break some long lines. | Jim Meyering | |
Add const attribute to a few parameters. | |||
1996-01-17 | (integer_arg): Use xstrtol instead of open-coding this. | Jim Meyering | |
1996-01-17 | (visible): Change parameter type to unsigned int from unsigned char. | Jim Meyering | |
1996-01-17 | Protoize and __P-protect forward dcls. | Jim Meyering | |
1996-01-14 | Indent cpp directives. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-08 | (usage): Clarify descriptions of ignpar and ignbrk. | Jim Meyering | |
From Theodore Ts'o and Ulrich Windl. | |||
1995-08-08 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
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. |