diff options
author | Jim Meyering <jim@meyering.net> | 1994-02-10 19:14:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-02-10 19:14:24 +0000 |
commit | 4caa3d07cfffdb530250195f9df116d39b6fbcd0 (patch) | |
tree | 68fb192aa9380b9845c365cf7a65b79da3d29c80 /old/sh-utils/NEWS | |
parent | 589f6b1c17d8fe77d001d3ef8a0b40c748073f1a (diff) | |
download | coreutils-4caa3d07cfffdb530250195f9df116d39b6fbcd0.tar.xz |
merge with 1.9.2g
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 bc8bf81c7..c659447d8 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,10 @@ User visible changes in release 1.9.3 +* stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work. +* stty no longer gives an error message when it finds a spurious difference + (due to buggy tcsetattr/tcsetattr) between requested and current tty + modes under SunOS 4.1.x. +* stty no longer fails if the ioctl to determine the display width fails + when displaying settings. * stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail. * who and tee no longer fail gratuitously when continued after an interrupted read or write system call. |