| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -4/+4 |
|
|
* | Add missing constraints | dgp | 2007-03-07 | 1 | -2/+2 |
|
|
* | Detect [Bug 1638414] | dkf | 2007-01-18 | 1 | -23/+6 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -22/+22 |
|
|
* | * tests/compExpr-old.test: Update existing tests to not fail | dgp | 2006-08-22 | 1 | -13/+9 |
|
|
* | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests | das | 2006-08-02 | 1 | -4/+8 |
|
|
* | TIP#215 IMPLEMENTATION | dgp | 2006-02-09 | 1 | -5/+5 |
|
|
* | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 1 | -3/+3 |
|
|
* | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 1 | -2/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -6/+6 |
|
|
* | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -4/+4 |
|
|
* | Add another test demonstrating what *should* happen, and xref to FRQ | dkf | 2005-01-14 | 1 | -2/+17 |
|
|
* | Document deep magic in compiled [expr] | dkf | 2005-01-14 | 1 | -1/+17 |
|
|
* | Upgrade more of the file to tcltest2, and collect constraint definitions to t... | dkf | 2004-12-02 | 1 | -51/+53 |
|
|
* | * tests/basic.test: Added missing constraints. | dgp | 2004-10-26 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline | dgp | 2004-09-22 | 1 | -1/+14 |
|
|
* | * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected | dgp | 2004-08-02 | 1 | -1/+58 |
|
|
* | * tests/compile.test (compile-16.22.0): Improved test for the | dgp | 2003-11-20 | 1 | -4/+7 |
|
|
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -1/+8 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -4/+135 |
|
|
* | fix for [Bug 735055] | Miguel Sofer | 2003-05-09 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -1/+11 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 1 | -2/+32 |
|
|
* | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-26 | 1 | -1/+12 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -13/+12 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -4/+4 |
|
|
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -1/+10 |
|
|
* | made bytecodes check for a catch before returning; the compiled [return] is o... | Miguel Sofer | 2002-04-15 | 1 | -1/+10 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -1/+8 |
|
|
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -3/+3 |
|
|
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -3/+3 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -2/+2 |
|
|
* | * tests/compile.test: added a test for bug [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+14 |
|
|
* | Small modif to tests/compile.test: better constraint handling for | Miguel Sofer | 2001-10-12 | 1 | -24/+21 |
|
|
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 1 | -2/+52 |
|
|
* | * tests/compile.test: added compile-11.* interp result checks | hobbs | 2001-08-31 | 1 | -15/+42 |
|
|
* | Fixed overagressive compilation of [catch], [Bug #219184] | Miguel Sofer | 2001-08-22 | 1 | -2/+10 |
|
|
* | * tests/compile.test: | hobbs | 2000-05-03 | 1 | -3/+2 |
|
|
* | * 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 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -16/+42 |
|
|
* | * generic/tclCompile.c (CompileExprWord): Fixed exception stack | stanton | 1999-02-02 | 1 | -1/+10 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | *** empty log message *** | stanton | 1998-06-25 | 1 | -0/+10 |
|
|
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -7/+48 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+128 |
|
|