summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-04-11 17:39:50 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-04-11 17:39:50 (GMT)
commit092f06de8fa11aaa44b5d6d0a127ca0d0f87703d (patch)
tree41ecf13c05c30228f4741642a517c77f8e74042b /ChangeLog
parenta5499a51a90ae1c06f3f39ee05c4b42185e0f28c (diff)
downloadtcl-092f06de8fa11aaa44b5d6d0a127ca0d0f87703d.zip
tcl-092f06de8fa11aaa44b5d6d0a127ca0d0f87703d.tar.gz
tcl-092f06de8fa11aaa44b5d6d0a127ca0d0f87703d.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 fffc552..6f5f8aa 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-11 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/cmdAH.test: fix test suite problem if /home is a symlink