diff options
author | Jim Meyering <jim@meyering.net> | 1994-02-14 21:19:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-02-14 21:19:12 +0000 |
commit | c6f59f7abe4e89f690021c2ba29dfef8a3cc7a9c (patch) | |
tree | cdc4c0fbdb88202f20181f3e257b6b2796e3f419 /old/sh-utils/NEWS | |
parent | e4aba2047ab257bddf475af70f04d15041dd6d70 (diff) | |
download | coreutils-c6f59f7abe4e89f690021c2ba29dfef8a3cc7a9c.tar.xz |
.
Diffstat (limited to 'old/sh-utils/NEWS')
-rw-r--r-- | old/sh-utils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 70292f824..90958f32d 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,10 @@ User visible changes in release 1.9.3 +* `stty -a -g' gets a diagnostic +* `stty {-a|-g} any-other-argument' gets a diagnostic +* stty no longer ignores some of its arguments +* basename and dirname no longer treat `--' specially +* `basename -- file.c .c' generates a usage error. Before, it output `file'. +* `basename file-dist -dist' outputs `file'. Before it output `file-dist'. * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work. Before, with the default settings ^Z did nothing. * stty no longer gives an error message when it finds a spurious difference |