Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tclWin32Dll.c (TclpCheckStackSpace): | Kevin B Kenny | 2004-05-03 | 1 | -1/+31 |
| | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] | ||||
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -3/+3 |
| | | | | command. Optimisation of alias invocation. | ||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -5/+5 |
| | | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). | ||||
* | speling ficks | dgp | 2002-06-06 | 1 | -2/+2 |
| | |||||
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -2/+2 |
| | |||||
* | reworked stack-2.1 to be impervious to interp state | hobbs | 2001-09-11 | 1 | -5/+7 |
| | |||||
* | * tests/stack.test: | hobbs | 2001-09-11 | 1 | -1/+9 |
| | | | | | * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we aren't hitting some alias loop condition. [Bug #443184] | ||||
* | * tests/stack.test: prevented possible crash on systems with low | hobbs | 2000-09-29 | 1 | -3/+23 |
| | | | | | | default stacksize (Tru64, AIX) in infinite recursion test. A solution to check remaining stack space in the core is best, but hard to do in a cross-platform manner. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | removed excess newliunes | hobbs | 1999-11-19 | 1 | -13/+1 |
| | |||||
* | minor change that prevents stack blowing | hobbs | 1999-11-19 | 1 | -3/+3 |
| | |||||
* | * tests/scan.test: | hobbs | 1999-11-19 | 1 | -3/+3 |
| | | | | | * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | 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 | -3/+21 |
| | |||||
* | Added tests/stack.test, to test recursion limits. | escoffon | 1998-09-30 | 1 | -0/+23 |
Added SHLIB_PATH to the list of special macros to ignore. |