diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-01-22 00:11:24 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-01-22 00:11:24 (GMT) |
commit | 5cfe1a875e35f27b272584f4b35bac4030002df4 (patch) | |
tree | 00d671c428f4d69a65613cb4995eb597cf7b2f45 /ChangeLog | |
parent | 60f0c609aebe699812fbe32b1805a85a15a5241f (diff) | |
download | tcl-5cfe1a875e35f27b272584f4b35bac4030002df4.zip tcl-5cfe1a875e35f27b272584f4b35bac4030002df4.tar.gz tcl-5cfe1a875e35f27b272584f4b35bac4030002df4.tar.bz2 |
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202].
* generic/tclIORTrans.c (ReflectClose): Closing a channel may
supply NULL for the 'interp'. Test for finalization needs to be
different, and one place has to pull the interp out of the channel
instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-01-21 Andreas Kupries <andreask@activestate.com> + + * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. + * generic/tclIORTrans.c (ReflectClose): Closing a channel may + supply NULL for the 'interp'. Test for finalization needs to be + different, and one place has to pull the interp out of the channel + instead. + 2009-01-21 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c: New fix for [Bug 2494093] replaces the |