summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-06-02 05:20:09 (GMT)
committerhobbs <hobbs@noemail.net>2000-06-02 05:20:09 (GMT)
commitab1af1344da71fa9d1bf119728034fa1621a8dff (patch)
treeed945b2ae00685b8a367868617df44e3eb3b2c52 /ChangeLog
parent1d435a6c5f8717dc00cbbe2bf5223bb03cbdef7a (diff)
downloadtcl-ab1af1344da71fa9d1bf119728034fa1621a8dff.zip
tcl-ab1af1344da71fa9d1bf119728034fa1621a8dff.tar.gz
tcl-ab1af1344da71fa9d1bf119728034fa1621a8dff.tar.bz2
(CloseChannel): further extended CloseChannel in the stacked case
to effect certain operations on the next channel that would have been done in Tcl_Close. Also added CHANNEL_CLOSED and removed (TCL_READABLE|TCL_WRITABLE) bits from chanPtr->flags. Changed final reset of the WatchProc to check the chanDownPtr's (next) interestMask. FossilOrigin-Name: 0224a167ee9a9e6d1593a172809fb8e36c62cbf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70cb148..5e48a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
* generic/tclIO.c (CloseChannel): Rewrote CloseChannel code to
unstack a channel during the close process. Fixed a refcount bug
in Tcl_UnstackChannel. [Bug: 5623]
+ (CloseChannel): further extended CloseChannel in the stacked case
+ to effect certain operations on the next channel that would have
+ been done in Tcl_Close. Also added CHANNEL_CLOSED and removed
+ (TCL_READABLE|TCL_WRITABLE) bits from chanPtr->flags. Changed
+ final reset of the WatchProc to check the chanDownPtr's (next)
+ interestMask.
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com>