diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-09-25 14:58:00 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-09-25 14:58:00 (GMT) |
commit | 85db18a56024363297104710a26f2ab0d7d765a5 (patch) | |
tree | f70a40118296664949715b07d9b25ff9b2d2190f /ChangeLog | |
parent | e293e4aa3ac622c6b6b896d4726462c22a5c297f (diff) | |
download | tcl-85db18a56024363297104710a26f2ab0d7d765a5.zip tcl-85db18a56024363297104710a26f2ab0d7d765a5.tar.gz tcl-85db18a56024363297104710a26f2ab0d7d765a5.tar.bz2 |
yet another stab at 1564777
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |