summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-09-25 14:58:00 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-09-25 14:58:00 (GMT)
commit85db18a56024363297104710a26f2ab0d7d765a5 (patch)
treef70a40118296664949715b07d9b25ff9b2d2190f /ChangeLog
parente293e4aa3ac622c6b6b896d4726462c22a5c297f (diff)
downloadtcl-85db18a56024363297104710a26f2ab0d7d765a5.zip
tcl-85db18a56024363297104710a26f2ab0d7d765a5.tar.gz
tcl-85db18a56024363297104710a26f2ab0d7d765a5.tar.bz2
yet another stab at 1564777
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccbcfd1..83306ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-25 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclNotify.c (Tcl_DeleteEvents): Simplified the code in
+ hopes of making the invariants clearer and proving to Coverity
+ that the event queue memory is managed correctly.
+
2006-09-25 Donal K. Fellows <dkf@users.sf.net>
* generic/tclNotify.c (Tcl_DeleteEvents): Make it clear what happens