diff options
author | vasiljevic <zv@archiware.com> | 2008-04-27 08:26:05 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2008-04-27 08:26:05 (GMT) |
commit | 6e6d593ca2987c4f6fcfc00ec6ba19b866f5c7c2 (patch) | |
tree | 1f2afba21c0a61582eda36dd5712122afe801397 /ChangeLog | |
parent | 1fbfeae31be33fc423d361863f7cdbf1035167fe (diff) | |
download | tcl-6e6d593ca2987c4f6fcfc00ec6ba19b866f5c7c2.zip tcl-6e6d593ca2987c4f6fcfc00ec6ba19b866f5c7c2.tar.gz tcl-6e6d593ca2987c4f6fcfc00ec6ba19b866f5c7c2.tar.bz2 |
Also, panic early if we find out the wrong thread attempting
to delete the async handler (common trap). As, only the one
that created the handler is allowed to delete it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ to locate handler token fails. Happens when some other thread attempts to delete somebody else's token. + Also, panic early if we find out the wrong thread attempting + to delete the async handler (common trap). As, only the one + that created the handler is allowed to delete it. + 2008-04-24 Andreas Kupries <andreask@activestate.com> * tests/ioCmd.test: Extended testsuite for reflected channel |