summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-12-11 17:30:18 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-12-11 17:30:18 (GMT)
commit6cb99f7bf8a960b9c8db1d06c4509fea270989b1 (patch)
tree84e713e17a14c7002afd51995234808c2c8b99db /ChangeLog
parent1e9af660c1936aa10a345ac8f0ee41f74143c698 (diff)
downloadtcl-6cb99f7bf8a960b9c8db1d06c4509fea270989b1.zip
tcl-6cb99f7bf8a960b9c8db1d06c4509fea270989b1.tar.gz
tcl-6cb99f7bf8a960b9c8db1d06c4509fea270989b1.tar.bz2
* generic/tclIO.c (SetChannelFromAny and related): Modified the
* tests/io.test: internal representation of the tclChannelType to contain not only the ChannelState pointer, but also a reference to the interpreter it was made in. Invalidate and recompute the internal representation when it is used in a different interpreter (Like cmdName intrep's). Added testcase. [Bug 2407783].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a39202..07439cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-11 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (SetChannelFromAny and related): Modified the
+ * tests/io.test: internal representation of the tclChannelType to
+ contain not only the ChannelState pointer, but also a reference to
+ the interpreter it was made in. Invalidate and recompute the
+ internal representation when it is used in a different interpreter
+ (Like cmdName intrep's). Added testcase. [Bug 2407783].
+
2008-12-11 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c (ConvertError): Factor out code to turn zlib