| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. | dkf | 2005-12-18 | 1 | -13/+16 |
|
|
* | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of | dkf | 2005-11-30 | 1 | -1/+237 |
|
|
* | ANSIfy; generic/*.c now all done except for test code | dkf | 2005-11-02 | 1 | -168/+178 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -42/+9 |
|
|
* | * generic/tclCompCmds.c: New convenience macro CompileTokens(). | Miguel Sofer | 2005-10-10 | 1 | -16/+20 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -4/+12 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -54/+588 |
|
|
* | copy/paste/fail-to-modify error in comment. | dgp | 2005-07-13 | 1 | -2/+2 |
|
|
* | typos | dkf | 2005-06-20 | 1 | -2/+2 |
|
|
* | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] | dkf | 2005-06-20 | 1 | -27/+71 |
|
|
* | Update error case handling following Mo's updates (which are a good thing) | dkf | 2005-06-20 | 1 | -17/+22 |
|
|
* | D'oh! | dkf | 2005-06-12 | 1 | -2/+2 |
|
|
* | Simplify command compilation by moving numerous common stanzas into macros so... | dkf | 2005-06-12 | 1 | -863/+887 |
|
|
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -31/+45 |
|
|
* | Increase efficiency of [lindex] compilation | dkf | 2005-06-01 | 1 | -3/+32 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -10/+5 |
|
|
* | * generic/tclCompCmds.c: Factored common efficiency trick into | dgp | 2005-05-05 | 1 | -91/+32 |
|
|
* | * generic/tclCompCmds.c: Replaced all instance of | dgp | 2005-05-05 | 1 | -90/+90 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Updated callers to call new routine. | dgp | 2005-04-21 | 1 | -3/+3 |
|
|
* | Improved [switch] compilation. | dkf | 2005-04-08 | 1 | -122/+189 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 1 | -15/+11 |
|
|
* | * generic/tclCompCmds.c: removed debugging line | Miguel Sofer | 2005-03-10 | 1 | -2/+1 |
|
|
* | * 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 |
|
|