summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-04-11 17:35:30 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-04-11 17:35:30 (GMT)
commit89975c594f663fa730e70a1d45ba4e4aedb9aed8 (patch)
treee11b3e273ce55293fd3b461371c4824d69f126c6 /ChangeLog
parentd5f0a961d91663c289bcfab20356dfb54493659a (diff)
downloadtcl-89975c594f663fa730e70a1d45ba4e4aedb9aed8.zip
tcl-89975c594f663fa730e70a1d45ba4e4aedb9aed8.tar.gz
tcl-89975c594f663fa730e70a1d45ba4e4aedb9aed8.tar.bz2
* generic/tclIO.c (UpdateInterest): When dropping interest in
TCL_READABLE now dropping interest in TCL_EXCEPTION too. This fixes a bug where Expect detects eof on a file prematurely on solaris 2.6 and higher. A much more complete explanation is in the code itself (40 lines of comments for a one-line change :)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecb0883..c48934e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-11 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (UpdateInterest): When dropping interest in
+ TCL_READABLE now dropping interest in TCL_EXCEPTION too. This
+ fixes a bug where Expect detects eof on a file prematurely on
+ solaris 2.6 and higher. A much more complete explanation is in
+ the code itself (40 lines of comments for a one-line change :)
+
2003-04-10 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/binary.n: Fixed typo in [binary format w] desc. [Bug 718543]