summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+7
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-6/+8
| * Typo correction: knownbug -> knownBugdgp2003-09-041-2/+2
| * * generic/tclBasic.c:Miguel Sofer2003-06-101-1/+11
| * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-1/+10
| * Corrected error message for grammar and spelling.dkf2003-05-051-4/+4
| * * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+5
* | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-5/+48
* | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-25/+47
* | [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-1/+13
* | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-201-1/+24
* | 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
* | Typo correction: knownbug -> knownBugdgp2003-09-041-2/+2
* | * generic/tclBasic.c:Miguel Sofer2003-06-101-1/+11
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-1/+10
* | Corrected error message for grammar and spelling.dkf2003-05-051-4/+4
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+5
|/
* * tests/interp.test:mdejong2003-02-051-3/+3
* * tests/interp.test: interp-14.4hobbs2002-11-231-1/+7