summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-10 17:54:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-10 17:54:46 (GMT)
commit329fba90403d605eace298e0ed1cbf251c85d65a (patch)
tree4f3a29687c3684bd2a07dfc4d8924bd0b50cec8f /ChangeLog
parent59ee2f1e347fb19a9228787a2fc637dbff1d875c (diff)
downloadtcl-329fba90403d605eace298e0ed1cbf251c85d65a.zip
tcl-329fba90403d605eace298e0ed1cbf251c85d65a.tar.gz
tcl-329fba90403d605eace298e0ed1cbf251c85d65a.tar.bz2
* generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error
* tests/event.test (event-5.*): checking to protect against callers passing invalid return options dictionaries. [Bug 1901113]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3a0b94..e5292f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-10 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error
+ * tests/event.test (event-5.*): checking to protect against callers
+ passing invalid return options dictionaries. [Bug 1901113]
+
* generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()
* tests/expr.test: function and the [::tcl::mathfunc::abs]
command do not return the value of -0, or equivalent values with