Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update test for corrected error message | dgp | 2008-03-14 | 1 | -2/+2 |
| | |||||
* | * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy | dgp | 2007-03-12 | 1 | -1/+13 |
| | | | | | | * tests/foreach.test (foreach-10.1): of value list to be assigned to variables so that shimmering of that list doesn't lead to invalid pointers. [Bug 1671087] | ||||
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away | dgp | 2007-03-01 | 1 | -3/+6 |
| | | | | | * tests/foreach.test (foreach-1.14): useful error information when loop variable sets fail. | ||||
* | Fix [Bug 1671138] | dkf | 2007-03-01 | 1 | -6/+13 |
| | |||||
* | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] | Miguel Sofer | 2005-10-22 | 1 | -1/+14 |
| | |||||
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -24/+12 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - | hobbs | 2001-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | Updated to Int1 instruction type and added special case to use INST_STR_EQ instead when no glob chars are specified in a static string. * tests/{for.test,foreach.test,if.test,while.test}: * generic/tclCompCmds.c (TclCompileForCmd, TclCompileForeachCmd, TclCompileIfCmd, TclCompileWhileCmd): Corrected the overaggressive compiling of loop bodies enclosed in ""s. [Bug #219166] (msofer) | ||||
* | Avoid panic when there are extra items in the tcl stack | Miguel Sofer | 2001-04-07 | 1 | -1/+10 |
| | | | | [Bug #406709, Patch #414470] | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | * tests/foreach.test: | hobbs | 2000-04-04 | 1 | -3/+3 |
| | | | | | | * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sorted return problems. [Bug: 2682] | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2/+32 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+212 |