| Commit message (Expand) | Author | Age | Files | Lines |
* | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. | dgp | 2013-02-25 | 1 | -2/+12 |
|
|
* | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -9/+9 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
|
|
| * | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -1/+5 |
|
|
| * | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 1 | -4/+2 |
|
|
| * | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -1/+19 |
|
|
| * | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 1 | -1/+21 |
|
|
| * | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only | dgp | 2004-07-28 | 1 | -3/+2 |
|
|
| * | * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+10 |
|
|
| * | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -26/+34 |
|
|
| * | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -2/+2 |
|
|
* | | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -72/+72 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -2/+2 |
|
|
* | | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -5/+13 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit | dgp | 2005-03-18 | 1 | -4/+2 |
|
|
* | | * tests/basic.test (basic-26.3): new test | Miguel Sofer | 2005-02-11 | 1 | -2/+21 |
|
|
* | | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -1/+19 |
|
|
* | | * tests/basic.test: Updated functional (not testing) uses of | dgp | 2004-11-18 | 1 | -8/+14 |
|
|
* | | * tests/basic.test: Added missing constraints. | dgp | 2004-10-26 | 1 | -3/+3 |
|
|
* | | * tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL. | dgp | 2004-09-29 | 1 | -1/+21 |
|
|
* | | * generic/tclBasic.c: Removed internal routines TclInvoke, | dgp | 2004-09-27 | 1 | -11/+2 |
|
|
* | | overlooked update to tests. | dgp | 2004-03-29 | 1 | -3/+2 |
|
|
* | | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -26/+34 |
|
|
* | | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -17/+324 |
|
|
* | | * tests/async.test: Added several tests that demonstrate Tcl | dgp | 2003-07-24 | 1 | -1/+6 |
|
|
* | | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 1 | -62/+2 |
|
|
* | | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -2/+2 |
|
|
* | | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -2/+2 |
|/ |
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 1 | -1/+5 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -5/+5 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -19/+13 |
|
|
* | fixed [Bug 575817] | Miguel Sofer | 2002-07-04 | 1 | -15/+20 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -6/+6 |
|
|
* | Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces. | Miguel Sofer | 2002-05-07 | 1 | -4/+4 |
|
|
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -6/+8 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -1/+42 |
|
|
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -1/+15 |
|
|
* | adding test for [Bug 533758], fixed earlier today. | Miguel Sofer | 2002-03-23 | 1 | -3/+25 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -1/+32 |
|
|
* | Added fix for Bug #494348; the [foreach] implementation was doing some | dkf | 2002-01-03 | 1 | -26/+13 |
|
|
* | Added test from Bug #494348, but solution still far off. | dkf | 2002-01-03 | 1 | -1/+26 |
|
|
* | improved skip reporting of missing commands | hobbs | 2001-09-20 | 1 | -35/+16 |
|
|
* | * library/tcltest1.0/tcltest2.tcl: | jenn | 2000-10-19 | 1 | -3/+7 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/tcltest.test: | jenn | 1999-10-19 | 1 | -3/+3 |
|
|
* | * tests/basic.test: updated test cases for 8.3 | hobbs | 1999-10-13 | 1 | -3/+3 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
|
|