Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -4/+2 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * 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] | ||||
* | | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵ | nijtmans | 2010-01-06 | 1 | -7/+7 |
| | | | | | | | | backported from trunk. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * tests/stack.test: made the tests for stack overflow not care | Miguel Sofer | 2007-12-05 | 1 | -5/+22 |
| | | | | | | | | | | about which mechanism caused the error (interp's recursion limit or C-stack depth detector). | ||||
* | | * tests/stack.test: Run the stack tests in subshells, so that they | rmax | 2006-03-22 | 1 | -29/+29 |
| | | | | | | | | | | are reported as failed tests rather than bugs in the test suite if the recursion causes a segfault. | ||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -7/+4 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 1 | -24/+20 |
| | | |||||
* | | * generic/tclEvent.c (NewThreadProc): Fixed broken build on | Kevin B Kenny | 2004-06-22 | 1 | -7/+7 |
| | | | | | | | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. | ||||
* | | * 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. |