| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -47/+56 |
|
|
* | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -450/+119 |
|
|
* | * generic/tclCompCmds.c: Tolerate [append] syntax errors | dgp | 2004-09-22 | 1 | -6/+2 |
|
|
* | Fix for my bozo-ness. [Bug 898910] | dkf | 2004-02-17 | 1 | -2/+2 |
|
|
* | Minor comment improvements | dkf | 2004-01-20 | 1 | -5/+6 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -1/+121 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -57/+103 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -4/+4 |
|
|
* | Whitespace police | dkf | 2003-10-30 | 1 | -103/+96 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 1 | -3/+6 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -5/+6 |
|
|
* | corrected comment about the default matching mode for [switch]. | dgp | 2003-05-01 | 1 | -3/+4 |
|
|
* | Default mode of operation of [switch] is exact matching. [Bug 727563] | dkf | 2003-04-28 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -4/+4 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] | dgp | 2003-04-03 | 1 | -9/+1 |
|
|
* | Stopped some GCC possibly-uninit-variable warnings. | dkf | 2003-03-20 | 1 | -3/+3 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 1 | -20/+3 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -2/+2 |
|
|
* | Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]. | Kevin B Kenny | 2003-03-06 | 1 | -2/+2 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 1 | -19/+401 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): | mdejong | 2003-02-07 | 1 | -5/+1 |
|
|
* | * generic/tclCompCmds.c: Removed an unused variable that caused
| Kevin B Kenny | 2003-02-01 | 1 | -13/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-one | dgp | 2003-01-09 | 1 | -5/+8 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 1 | -1/+15 |
|
|
* | * generic/regexpComp.test: added tests 22.* | hobbs | 2002-11-14 | 1 | -32/+45 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the | hobbs | 2002-09-30 | 1 | -25/+29 |
|
|
* | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-26 | 1 | -52/+76 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -154/+117 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): return | Miguel Sofer | 2002-07-03 | 1 | -7/+2 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -126/+7 |
|
|
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -1/+174 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): removed error | hobbs | 2002-05-29 | 1 | -7/+1 |
|
|
* | bugfix to the bugfix to the new [for] compiled code | Miguel Sofer | 2002-02-26 | 1 | -3/+5 |
|
|
* | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | Miguel Sofer | 2002-02-25 | 1 | -21/+25 |
|
|
* | Optimising [if], [for] and [while] for constant conditions | Miguel Sofer | 2002-02-22 | 1 | -193/+273 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check | hobbs | 2002-02-07 | 1 | -6/+31 |
|
|
* | * tests/regexpComp.test: | hobbs | 2002-01-30 | 1 | -29/+64 |
|
|
* | * tests/regexpComp.test (new): | hobbs | 2002-01-29 | 1 | -18/+132 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -8/+8 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -11/+3 |
|
|
* | removed overestimates of necessary stack depth for bytecodes in the | Miguel Sofer | 2001-12-11 | 1 | -2/+9 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -234/+53 |
|
|
* | patch for [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+2 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -15/+293 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - | hobbs | 2001-09-19 | 1 | -15/+75 |
|
|
* | * generic/tcl.h: added TclCompileListCmd header | hobbs | 2001-09-01 | 1 | -2/+84 |
|
|
* | * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn. | hobbs | 2001-08-28 | 1 | -2/+2 |
|
|
* | * tests/stringComp.test: added string-1.3 | hobbs | 2001-08-25 | 1 | -2/+3 |
|
|
* | Fixed overagressive compilation of [catch], [Bug #219184] | Miguel Sofer | 2001-08-22 | 1 | -4/+21 |
|
|