summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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