| Commit message (Expand) | Author | Age | Files | Lines |
* | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -19/+19 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | increment tcltest version requirement | dgp | 2006-01-11 | 1 | -2/+2 |
|
|
| | * | * tests/error.test (error-7.0): Test the timing of write traces | dgp | 2006-01-11 | 1 | -1/+21 |
|
|
| | * | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 1 | -1/+25 |
|
|
* | | | * tests/error.test (error-19.13): Another variation on testing for | dkf | 2010-11-04 | 1 | -1/+23 |
|
|
* | | | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -1/+45 |
|
|
* | | | [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 offs... | ferrieux | 2010-06-02 | 1 | -4/+4 |
|
|
* | | | Fix computation of [uplevel] offsets in TIP 341. | ferrieux | 2010-05-31 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: | dkf | 2010-05-28 | 1 | -1/+18 |
|
|
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -1/+23 |
|
|
* | | | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-31 | 1 | -4/+4 |
|
|
* | | | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -3/+3 |
|
|
* | | | Fix silly error in bytecode generation for [try]. | dkf | 2010-03-18 | 1 | -6/+55 |
|
|
* | | | [Bug 2971921]: Corrected jump so that it doesn't skip into the middle | dkf | 2010-03-18 | 1 | -1/+23 |
|
|
* | | | Plug memory leak. [Bug 2910044] | dkf | 2009-12-07 | 1 | -1/+66 |
|
|
* | | | Revert mistaken commit | dgp | 2009-11-16 | 1 | -23/+1 |
|
|
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -1/+23 |
|
|
* | | | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with | dgp | 2009-09-28 | 1 | -1/+15 |
|
|
* | | | * tests/error.test (error-15.9.*): More coverage tests for [try]. | dgp | 2009-09-28 | 1 | -2/+11 |
|
|
* | | | * tests/error.test (error-15.8.*): Coverage tests illustrating | dgp | 2009-09-28 | 1 | -1/+18 |
|
|
* | | | Move the implementation of [try] from Tcl to C. Not yet bytecoded. | dkf | 2009-03-09 | 1 | -13/+13 |
|
|
* | | | Move [throw] implementation into C. | dkf | 2009-01-13 | 1 | -1/+16 |
|
|
* | | | Added tests for [throw] and [try]. | dkf | 2008-12-16 | 1 | -41/+563 |
|/ / |
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -21/+21 |
|
|
* | | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to | dgp | 2006-01-11 | 1 | -2/+21 |
|
|
* | | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -2/+6 |
|
|
* | | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -1/+31 |
|
|
* | | * tests/error.test (error-6.2,3): Added more tests to verify | dgp | 2004-09-20 | 1 | -1/+10 |
|
|
* | | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -6/+6 |
|/ |
|
* | updated error-1.3 result that changed with string bc correction | hobbs | 2002-01-29 | 1 | -5/+3 |
|
|
* | * tests/error.test: updated error-1.3 message to account for | hobbs | 2001-05-17 | 1 | -3/+7 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
|
|
* | * doc/string.n: | stanton | 1999-05-06 | 1 | -19/+7 |
|
|
* | * tests/cmdIL.test: | stanton | 1999-05-04 | 1 | -3/+3 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+20 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+175 |
|
|