summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2008-04-26 11:53:23 (GMT)
committervasiljevic <zv@archiware.com>2008-04-26 11:53:23 (GMT)
commit99a92c56e27cbad54bae820d66f83a04065da5e6 (patch)
tree1963ab9b3bc532cce9da723f3d9c758bb1f5bca6 /ChangeLog
parent73658e4d1b3f4b4ffc846c711a9d55c64d16b61b (diff)
downloadtcl-99a92c56e27cbad54bae820d66f83a04065da5e6.zip
tcl-99a92c56e27cbad54bae820d66f83a04065da5e6.tar.gz
tcl-99a92c56e27cbad54bae820d66f83a04065da5e6.tar.bz2
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt
to locate handler token fails. Happens when some other thread attempts to delete somebody else's token.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f6a7b..f799bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt
+ to locate handler token fails. Happens when some other
+ thread attempts to delete somebody else's token.
+
2008-04-24 Andreas Kupries <andreask@activestate.com>
* tests/ioCmd.test: Extended testsuite for reflected channel