summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
Commit message (Expand)AuthorAgeFilesLines
* merge trunkKevin B Kenny2011-03-011-5/+5
|\
| * Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-4/+4
| * * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-177/+151
| * * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-5/+49
* | mergeKevin B Kenny2010-12-111-177/+151
* | mergeKevin B Kenny2010-12-011-5/+49
|/
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-251/+267
* Slight improvement of test so it shouldn't block forever if it failsdkf2009-12-281-2/+6
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-81/+21
* * tests/interp.test: interp-20.50 test for Bug 2486550.dgp2009-05-061-1/+9
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-021-15/+16
* improved test fixesdgp2009-01-301-13/+7
* * generic/tclInterp.c: Convert the [interp] command into adgp2009-01-291-11/+16
* * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-011-17/+179
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-3/+3
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-6/+6
* * changes: Updates for 8.6a1 release.dgp2008-06-201-4/+29
* TIP 285 ImplementationJoe Mistachkin2008-06-131-5/+5
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-7/+8
* test added (did not fail previously, just to make sure it never does)Miguel Sofer2008-03-021-1/+18
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Forgot to adjust tests to take into account safeness of [unload]dkf2007-12-081-3/+3
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-2/+2
* * generic/tclInterp.c (ApplyObjCmd):Miguel Sofer2006-10-121-1/+88
* * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-3/+3
* Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each testdgp2006-01-181-1/+3
* Fix two bugs in limits, one a crash and the other a failed flag reset.dkf2005-10-101-4/+60
* Fix an odd [after]-and-limits problem. [Bug 1221395]dkf2005-06-171-1/+18
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-2/+23
* * tests/interp.test (interp-36.*): [interp bgerror] tests.dgp2004-11-181-1/+36
* TIP #221 IMPLEMENTATIONdgp2004-11-131-5/+5
* * doc/interp.n:Miguel Sofer2004-09-141-5/+12
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-4/+4
* TIP#207 IMPLEMENTATIONdgp2004-08-021-1/+14
* Test name was thoroughly misleadingdkf2004-05-271-2/+2
* * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result"dgp2004-05-251-1/+2
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-201-1/+75
* Added test based on suggestion by Miguel Soferdkf2004-05-191-1/+17
* Enable a test of limiting tight loops.dkf2004-05-191-6/+7
* Spelling whoops! Moved constraint declaration to near top of filedkf2004-05-191-2/+3
* Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-76/+72
* Tests of limit-exceeded callbacks and make sure that those callbacks can removedkf2004-05-181-1/+52
* Improved TIP#143 tests and now track the number of bytecoded commands better.dkf2004-05-171-11/+17
* Expanding the tests avilable for TIP#143 features.dkf2004-05-141-1/+129
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-148/+151
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-301-2/+2
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-26/+2
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-2/+2