summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2008-04-27 08:05:36 (GMT)
committervasiljevic <zv@archiware.com>2008-04-27 08:05:36 (GMT)
commit1fbfeae31be33fc423d361863f7cdbf1035167fe (patch)
treec8f5579f5d883bc5d06c2e3797eddc243761a8fa /ChangeLog
parente56b4f5bbf2cf2a602730b664a8ad82cb816ca87 (diff)
downloadtcl-1fbfeae31be33fc423d361863f7cdbf1035167fe.zip
tcl-1fbfeae31be33fc423d361863f7cdbf1035167fe.tar.gz
tcl-1fbfeae31be33fc423d361863f7cdbf1035167fe.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 618f606..7f14005 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