summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-3/+3
* [a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within thedgp2015-07-051-0/+9
* [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also setsdgp2015-06-031-0/+14
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * 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
| | * * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+14
| | * * generic/tclTest.c: Backport the [testexprlongobj] testing command.dgp2008-03-071-1/+3
| | * * tests/execute.test (execute-6.8): Added tests checking thatdgp2008-03-071-2/+179
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-4/+8
| | * * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs toMiguel Sofer2003-09-191-1/+9
| * | test name conflictdgp2009-06-131-2/+2
| * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+14
| * | * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+22
* | | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test thatdkf2011-01-011-94/+124
* | | * tests/execute.test: added execute-10.3 for [Bug 3072640]. TheMiguel Sofer2010-09-221-1/+22
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-3/+3
* | | Revert mistaken commitdgp2009-11-161-3/+3
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-3/+3
* | | Correct failures during -singleproc 1 test suite run.dgp2009-06-241-1/+2
* | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+14
* | | Fix [Bug 2568434]dkf2009-02-051-38/+30
* | | * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-051-1/+16
* | | * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+22
|/ /
* | * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-071-17/+97
* | * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-071-2/+81
* | * tests/execute.test (6.3,4): Added tests for Bug 1899164].dgp2008-03-041-1/+19
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-7/+7
* | * generic/tclExecute.c:Miguel Sofer2006-07-211-1/+15
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-8/+11
* | * tests/compile.test: Updated tests with changed behaviordgp2005-11-091-42/+42
* | Marked some failing tests as knownBug until they can be updated.dgp2005-10-211-6/+6
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detectiveMiguel Sofer2004-10-281-1/+23
* | * tests/execute.test (execute-8.1): Updated to remove the tracedgp2004-05-251-4/+8
* | * tests/execute.test (execute-8.2): Avoid crashes when theredgp2004-04-291-4/+9
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-7/+7
* | fix for [Bug 816641] - faulty execution and catch stack management.Miguel Sofer2003-10-041-1/+10
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ca...Miguel Sofer2003-09-191-1/+9
|/
* * tests/execute.test: cleaning up testobj's at the end, to avoidMiguel Sofer2003-02-251-1/+4
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-2/+2
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-4/+4
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-20/+125
* added test for evaluation of an expression in a variable; evals onceMiguel Sofer2001-02-231-1/+7
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* Changed the tests to use the testConstraints array that thejenn1999-07-011-2/+2
* Fixed another bug in test suite...rjohnson1999-06-261-1/+2
* Modified the tests to use the package tcltestjenn1999-06-261-3/+3
* * tests/execute.test:stanton1999-06-161-85/+151
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-8/+442