diff options
author | dgp <dgp@noemail.net> | 2002-03-07 20:17:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-03-07 20:17:21 (GMT) |
commit | bc6e5978b6e22eccd4768063002968305197397f (patch) | |
tree | 184910b8ad72de98f7e7ac866aca918781e3afb7 /ChangeLog | |
parent | 97a58d3471317e6a542b3188e163897f2447e457 (diff) | |
download | tcl-bc6e5978b6e22eccd4768063002968305197397f.zip tcl-bc6e5978b6e22eccd4768063002968305197397f.tar.gz tcl-bc6e5978b6e22eccd4768063002968305197397f.tar.bz2 |
* Added the [interp recursionlimit] command to
set/query the recursion limit of an interpreter. Proposal and
implementation from Stephen Trier. [TIP 87, Patch 522849]
FossilOrigin-Name: 74cba3cfd35665d6eca82771cb2ef4a496298287
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2002-03-07 Don Porter <dgp@users.sourceforge.net> + + * doc/interp.n: + * generic/tclInterp.c(Tcl_InterpObjCmd,SlaveObjCmd,SlaveRecursionLimit): + * generic/tclTest.c: + * tests/interp.test: Added the [interp recursionlimit] command to + set/query the recursion limit of an interpreter. Proposal and + implementation from Stephen Trier. [TIP 87, Patch 522849] + 2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tcl.h, tools/tcl.wse.in, unix/configure.in, @@ -86,8 +95,8 @@ 2002-02-28 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclExecute.c: Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] (Don Porter). + * generic/tclExecute.c: Replaced a few direct stack accesses 2002-02-27 Don Porter <dgp@users.sourceforge.net> |