Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix | dgp | 2013-01-30 | 1 | -4/+2 |
|\ | |||||
| * | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -4/+2 |
| | | |||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | 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. | ||||
| | * | * tests/result.test (result-6.2): Add test for Bug 1649062 so | dgp | 2007-06-05 | 1 | -0/+16 |
| | | | | | | | | | | | | that 8.4 and 8.5 both test the same outcome and we verify compatibility. | ||||
| | * | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -5/+28 |
| | | | |||||
| * | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -2/+4 |
| | | | | | | | | | | | | * tests/result.test: that it rejects illegal non-list values. | ||||
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -4/+4 |
| | | | |||||
* | | | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel ↵ | ferrieux | 2010-06-02 | 1 | -2/+2 |
| | | | | | | | | | | | | offsets no longer overestimated. | ||||
* | | | Fix computation of [uplevel] offsets in TIP 341. | ferrieux | 2010-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Only depend on callerPtr chaining now. Needed for upcoming coro patch. | ||||
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -0/+8 |
| | | | |||||
* | | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+4 |
| | | | | | | | | | | | | * tests/result.test: that it rejects illegal non-list values. | ||||
* | | | Assorted improvements to make better use of tcltest2 | dkf | 2008-04-23 | 1 | -5/+3 |
|/ / | |||||
* | | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | * generic/tclInt.h: control the timing with which the global * generic/tclNamesp.c: variables ::errorCode and ::errorInfo get * generic/tclProc.c: updated after an error. This keeps more * generic/tclResult.c: precise compatibility with Tcl 8.4. * tests/result.test (result-6.2): [Bug 1649062] | ||||
* | | Clean up constraint handling | dkf | 2006-03-20 | 1 | -11/+5 |
| | | |||||
* | | This close to a release, simple is better. | dgp | 2005-06-02 | 1 | -2/+7 |
| | | |||||
* | | d'oh! | dgp | 2005-06-01 | 1 | -1/+1 |
| | | |||||
* | | * generic/tclBasic.c: For compatibility with earlier Tcl releases, | dgp | 2005-06-01 | 1 | -0/+8 |
| | | | | | | | | | | | | | | * generic/tclResult.c: when a command procedure simply does a * generic/tclTest.c: "return TCL_RETURN;" we must interpret that * tests/result.test: the same as "return Tcl_SetReturnOptions(interp, Tcl_NewObj());" [Bug 1209759]. | ||||
* | | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -5/+28 |
| | | |||||
* | | Remove trailing whitespace | dkf | 2004-05-19 | 1 | -12/+0 |
|/ | |||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -2/+2 |
| | | | | | | | 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). | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -1/+1 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -1/+1 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -1/+1 |
| | | | | 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 | -1/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+102 |