summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-10-25 15:50:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-10-25 15:50:49 (GMT)
commitc7b81182cc496c61309904a116c693a3dedc6382 (patch)
tree790c2ef01074c50fefc925edd6566aec75b8be19 /ChangeLog
parent44711d15a61c4375fa6e9ba17b65bf12a96eecd6 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f6d8a6..31c672a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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