summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-02-15 20:24:09 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-02-15 20:24:09 (GMT)
commitc57a31dd4cb2115f456bd86670401d84cfece198 (patch)
treeb5e5798c6c88c51e872ae25e983a8b464b8a4373 /ChangeLog
parentd7fea62a694860b20556f09402fa119eb3bc4cdb (diff)
downloadtcl-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b16e03..9f0f949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.