| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | style revisions to latest commit | dgp | 2008-04-17 | 1 | -8/+1 |
|
|
| * | * generic/tclCompExpr.c (CompileMathFuncCall): Added | andreas_kupries | 2008-04-17 | 1 | -1/+7 |
|
|
| * | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 1 | -1/+59 |
|
|
| * | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-03-15 | 1 | -2/+2 |
|
|
| * | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -1/+12 |
|
|
* | | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -1/+31 |
|
|
* | | Test hygiene for the ::tmp variable | dgp | 2009-10-29 | 1 | -1/+2 |
|
|
* | | * 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 |
|
|