diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-25 15:50:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-25 15:50:49 (GMT) |
commit | c7b81182cc496c61309904a116c693a3dedc6382 (patch) | |
tree | 790c2ef01074c50fefc925edd6566aec75b8be19 /ChangeLog | |
parent | 44711d15a61c4375fa6e9ba17b65bf12a96eecd6 (diff) | |
download | tcl-c7b81182cc496c61309904a116c693a3dedc6382.zip tcl-c7b81182cc496c61309904a116c693a3dedc6382.tar.gz tcl-c7b81182cc496c61309904a116c693a3dedc6382.tar.bz2 |
Fix for bug 471374; Tcl only resets serial ports on exit now if it has
updated their settings first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-10-25 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * unix/tclUnixChan.c: Added stateUpdated member to struct TtyState. + (TtyCloseProc,TtySetOptionProc,TtyInit): Use stateUpdated member + of TtyState to decide whether it is necessary to reset a serial + port when Tcl closes it. Blindly resetting can cause Tcl to be + sent an unexpected SIGTSTP when it is executing in the background + [Bug 471374, reported by Chris Nelson] + 2001-10-22 Andreas Kupries <andreas_kupries@users.sourceforge.net> * doc/ObjectType.3: Minor documentation fix, reported by David |