diff options
author | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
commit | e20f1abdc32a0550e6c840dcb99c848b39d33537 (patch) | |
tree | 37e4e46bdd84967a8687cefad0aacc23728bf2e9 /ChangeLog | |
parent | b085bdf17a65111cfda61a55fbe5aeedd61b5954 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |