Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |