summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-06-02 20:04:05 (GMT)
committerhobbs <hobbs@noemail.net>2000-06-02 20:04:05 (GMT)
commit669621d9660d9ddb5fc7c26a39c5b6ee1b6cdf19 (patch)
treea36e658ceb19d688b3a412f4182fbab59334f640 /ChangeLog
parentab1af1344da71fa9d1bf119728034fa1621a8dff (diff)
downloadtcl-669621d9660d9ddb5fc7c26a39c5b6ee1b6cdf19.zip
tcl-669621d9660d9ddb5fc7c26a39c5b6ee1b6cdf19.tar.gz
tcl-669621d9660d9ddb5fc7c26a39c5b6ee1b6cdf19.tar.bz2
* generic/tclIO.c (CloseChannel): removed the &ing out of
(TCL_READABLE|TCL_WRITABLE) from the flags, as CloseChannel does this on the next pass through for the top channel, and it appeared to be causing hangs by not allowing the final flush. FossilOrigin-Name: 7659a94a042038049309bddffd5c5edc7416788e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e48a5e..2bb5db1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-06-02 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclIO.c (CloseChannel): removed the &ing out of
+ (TCL_READABLE|TCL_WRITABLE) from the flags, as CloseChannel does
+ this on the next pass through for the top channel, and it appeared
+ to be causing hangs by not allowing the final flush.
+
2000-06-01 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclIO.c (CloseChannel): Rewrote CloseChannel code to