diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-02-15 20:24:09 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-02-15 20:24:09 (GMT) |
commit | c57a31dd4cb2115f456bd86670401d84cfece198 (patch) | |
tree | b5e5798c6c88c51e872ae25e983a8b464b8a4373 /ChangeLog | |
parent | d7fea62a694860b20556f09402fa119eb3bc4cdb (diff) | |
download | tcl-c57a31dd4cb2115f456bd86670401d84cfece198.zip tcl-c57a31dd4cb2115f456bd86670401d84cfece198.tar.gz tcl-c57a31dd4cb2115f456bd86670401d84cfece198.tar.bz2 |
Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the
last event in the queue. Added test code in 'tcltest' and a new file
of test cases 'notify.test' to exercise this functionality; several of
the new test cases fail for the original code and pass for the
corrected code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-02-15 Kevin Kenny <kennykb@users.sourceforge.net> + + * tests/notify.test (new-file): + * generic/tclTest.c (TclTest_Init, EventtestObjCmd, EventtestProc, + EventTestDeleteProc): + * generic/tclNotify.c (Tcl_DeleteEvents): Fixed Tcl_DeleteEvents + not to get a pointer smash when deleting the last event in the + queue. Added test code in 'tcltest' and a new file of test cases + 'notify.test' to exercise this functionality; several of the new + test cases fail for the original code and pass for the corrected + code. + 2003-02-14 Jeff Hobbs <jeffh@ActiveState.com> * README: Bumped to version 8.4.2. |