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