summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-24 18:51:00 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-24 18:51:00 (GMT)
commit140933e5aa1698253bb1afadc0add0e4e068bfc9 (patch)
tree6ffa83cf83f35502a872f58569f03dd338cb3d18 /ChangeLog
parent2806530fd57fcf8fdf0f65ef7b2778bcadfaa8ed (diff)
downloadtcl-140933e5aa1698253bb1afadc0add0e4e068bfc9.zip
tcl-140933e5aa1698253bb1afadc0add0e4e068bfc9.tar.gz
tcl-140933e5aa1698253bb1afadc0add0e4e068bfc9.tar.bz2
* tests/ioCmd.test: Extended testsuite for reflected channel
implementation. Added test cases about how it handles if the rug is pulled out from under a channel (= killing threads, interpreters containing the tcl command for a channel, and channel sitting in a different interpreter/thread.) * generic/tclIORChan.c: Fixed the bugs exposed by the new testcases, redone most of the cleanup and exit handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc7b769..d1f6a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-04-24 Andreas Kupries <andreask@activestate.com>
+
+ * tests/ioCmd.test: Extended testsuite for reflected channel
+ implementation. Added test cases about how it handles if the rug
+ is pulled out from under a channel (= killing threads,
+ interpreters containing the tcl command for a channel, and channel
+ sitting in a different interpreter/thread.)
+
+ * generic/tclIORChan.c: Fixed the bugs exposed by the new
+ testcases, redone most of the cleanup and exit handling.
+
2008-04-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclIOUtil.c: Removed all code delimited by