diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 09:29:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 09:29:27 (GMT) |
commit | f835d3db835f97e7ee1c56a02b85fa333f227ea7 (patch) | |
tree | 4ebf88233f218d49dd7c5d37bd16bcb1046081d1 /ChangeLog | |
parent | 38c8ba15dd7e0173d250b17812065aeedcec5695 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |