From 4923c48619ce3c83f5141b579ecd59fbd13353bc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 16 Feb 1994 23:36:20 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1df78dd..b9b8e46 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 15 18:28:28 1994 Jim Meyering (meyering@comco.com) + + * stty.c (main): Use getopt only to recognize long options. + 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. + Sun Feb 13 13:34:25 1994 Jim Meyering (meyering@comco.com) * basename.1, dirname.1, stty.1: Reflect usage changes. -- 2.7.4