diff options
author | hobbs <hobbs@noemail.net> | 2000-06-02 20:04:05 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-06-02 20:04:05 (GMT) |
commit | 669621d9660d9ddb5fc7c26a39c5b6ee1b6cdf19 (patch) | |
tree | a36e658ceb19d688b3a412f4182fbab59334f640 /ChangeLog | |
parent | ab1af1344da71fa9d1bf119728034fa1621a8dff (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |