diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-24 18:51:00 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-24 18:51:00 (GMT) |
commit | 140933e5aa1698253bb1afadc0add0e4e068bfc9 (patch) | |
tree | 6ffa83cf83f35502a872f58569f03dd338cb3d18 /ChangeLog | |
parent | 2806530fd57fcf8fdf0f65ef7b2778bcadfaa8ed (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |