summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2008-04-27 08:36:20 (GMT)
committervasiljevic <zv@archiware.com>2008-04-27 08:36:20 (GMT)
commita85067c3276c504baded33ddeaab0f61f8dad6f1 (patch)
treeb71a0f66823b08e09835c1e83d0132a376b23b61 /ChangeLog
parent99a92c56e27cbad54bae820d66f83a04065da5e6 (diff)
downloadtcl-a85067c3276c504baded33ddeaab0f61f8dad6f1.zip
tcl-a85067c3276c504baded33ddeaab0f61f8dad6f1.tar.gz
tcl-a85067c3276c504baded33ddeaab0f61f8dad6f1.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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f799bf0..e9e38f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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