From: Paul Eggert Date: Sun, 5 Sep 2004 07:28:11 +0000 (+0000) Subject: Stty option-parsing fixes. X-Git-Tag: v5.3.0~741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee86084bea7baeeca2f46a1451341fdedf598ffc;p=thirdparty%2Fcoreutils.git Stty option-parsing fixes. --- diff --git a/ChangeLog b/ChangeLog index 4228c454b5..56007b1d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-09-05 Paul Eggert + + * src/stty.c (valid_options): Remove. + (main): Fix some bugs in handling invalid option-combinations + like "stty -F". + (recover_mode): Arg is now char const *, not char *. + (main): Use STDIN_FILENO, not 0. + Simplify option-parsing code a tad. + * tests/stty/basic-1: Check for the fixed bugs. + 2004-09-03 Paul Eggert * src/stat.c (HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented