summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-18 09:29:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-18 09:29:27 (GMT)
commitf835d3db835f97e7ee1c56a02b85fa333f227ea7 (patch)
tree4ebf88233f218d49dd7c5d37bd16bcb1046081d1 /ChangeLog
parent38c8ba15dd7e0173d250b17812065aeedcec5695 (diff)
downloadtcl-f835d3db835f97e7ee1c56a02b85fa333f227ea7.zip
tcl-f835d3db835f97e7ee1c56a02b85fa333f227ea7.tar.gz
tcl-f835d3db835f97e7ee1c56a02b85fa333f227ea7.tar.bz2
Tests of limit-exceeded callbacks and make sure that those callbacks can remove
the limits if they see fit (as well as extending them).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21c6f56..e214ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclInterp.c (Tcl_LimitCheck, Tcl_LimitTypeReset): Reset
+ the limit-exceeded flag when removing a limit.
+
2004-05-18 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TclExecuteByteCode): added comments to