diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-07 20:17:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-07 20:17:22 (GMT) |
commit | 55889909abdf66ad1c7b86b10244d9dd09cc46e2 (patch) | |
tree | 184910b8ad72de98f7e7ac866aca918781e3afb7 /ChangeLog | |
parent | c28bf1192da9e92b14a27884bdc517cc6fb37d54 (diff) | |
download | tcl-55889909abdf66ad1c7b86b10244d9dd09cc46e2.zip tcl-55889909abdf66ad1c7b86b10244d9dd09cc46e2.tar.gz tcl-55889909abdf66ad1c7b86b10244d9dd09cc46e2.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]
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> |