diff options
author | Jim Meyering <jim@meyering.net> | 1994-02-13 16:39:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-02-13 16:39:44 +0000 |
commit | 380435c33b60786c4326a30b11ce520ec9549e6c (patch) | |
tree | 0e5d541df0e647d801d6f86c7192498a8737c709 /old | |
parent | 9935449e9d464ac7033838d74633b299daffb970 (diff) | |
download | coreutils-380435c33b60786c4326a30b11ce520ec9549e6c.tar.xz |
merge with 1.9.2j
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 5 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d34ba584f..f82556042 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 11 19:39:37 1994 Jim Meyering (meyering@comco.com) + + * stty.c (get_win_size): Don't use an ANSI-style function + definition. From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>. + Thu Feb 10 01:22:37 1994 Jim Meyering (meyering@comco.com) * stty.c [CSWTCH] (__sparc__ && __svr4__): Define `swtch' to diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index e22385bd9..70292f824 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -2,7 +2,7 @@ User visible changes in release 1.9.3 * 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 - (due to buggy tcsetattr/tcsetattr) between requested and current tty + (due to buggy tcgetattr/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. |