summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-05-09 19:09:51 (GMT)
committerandreask <andreask>2012-05-09 19:09:51 (GMT)
commite20f1abdc32a0550e6c840dcb99c848b39d33537 (patch)
tree37e4e46bdd84967a8687cefad0aacc23728bf2e9 /ChangeLog
parentb085bdf17a65111cfda61a55fbe5aeedd61b5954 (diff)
downloadtcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.zip
tcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.tar.gz
tcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.tar.bz2
* generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the
test case. Modified [chan postevent] to properly inject the event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8d6c50..6b02b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-05-09 Andreas Kupries <andreask@activestate.com>
+ * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the
+ test case. Modified [chan postevent] to properly inject the
+ event(s) into the owner thread's event queue for execution in the
+ correct context. Renamed the ForwardOpTo...Thread() function to
+ match with our terminology.
+
* tests/ioCmd.test [Bug 3522560]: Added a test which crashes the
core if it were not disabled as knownBug. For a reflected channel
transfered to a different thread the [chan postevent] run in the