diff options
author | Jim Meyering <jim@meyering.net> | 1994-02-16 23:36:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-02-16 23:36:20 +0000 |
commit | 4923c48619ce3c83f5141b579ecd59fbd13353bc (patch) | |
tree | 8799addc866e85f52c00f657c248c87a4e133f43 /old | |
parent | c6f59f7abe4e89f690021c2ba29dfef8a3cc7a9c (diff) | |
download | coreutils-4923c48619ce3c83f5141b579ecd59fbd13353bc.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1df78dd8a..b9b8e467c 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. |