summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2008-04-27 08:18:12 (GMT)
committervasiljevic <zv@archiware.com>2008-04-27 08:18:12 (GMT)
commitde1bb7a14fd63e5fb0a20ea489dcba8e439937b7 (patch)
tree8850af7a395c615ea7716e32a9979dcecdceea38 /ChangeLog
parent27aec14d72c41ea56ffe2785d3a598a76f64c5db (diff)
downloadtcl-de1bb7a14fd63e5fb0a20ea489dcba8e439937b7.zip
tcl-de1bb7a14fd63e5fb0a20ea489dcba8e439937b7.tar.gz
tcl-de1bb7a14fd63e5fb0a20ea489dcba8e439937b7.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 d0782c9..b1b5f59 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-17 Andreas Kupries <andreask@activestate.com>
*** 8.4.19 TAGGED FOR RELEASE ***