| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -1/+2 |
|
|
* | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). | dgp | 2012-02-06 | 1 | -1/+2 |
|
|
* | 3485022 TclCompileEnsemble() avoid compile when exec traces set. | dgp | 2012-02-06 | 1 | -1/+2 |
|\ |
|
* | | Drop old code.dgp_switch_compile | dgp | 2011-05-02 | 1 | -155/+2 |
|
|
* | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -14/+5 |
|\ \ |
|
* \ \ | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -13/+2 |
|\ \ \
| |/ / |
|
* | | | Tighten up the patch. | dgp | 2011-05-02 | 1 | -13/+16 |
|
|
* | | | Rewrite of parts of the [switch] compiler to better use the powers of | dgp | 2011-04-28 | 1 | -3/+104 |
|/ / |
|
* | | 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 |
|
|
| * | * generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd, | andreas_kupries | 2009-10-23 | 1 | -3/+4 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -265/+89 |
|
|
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -5/+5 |
|
|
| * | D'oh! Used an 8.5-ism... | dkf | 2007-03-01 | 1 | -2/+2 |
|
|
| * | Fix [Bug 1671138] | dkf | 2007-03-01 | 1 | -1/+13 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -3/+302 |
|
|
| * | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 1 | -15/+11 |
|
|
| * | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 1 | -3/+6 |
|
|
| * | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -4/+4 |
|
|
* | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -7/+7 |
|
|
* | | Backport dgp's fixes to comments and ChangeLog entry | Kevin B Kenny | 2010-11-05 | 1 | -2/+2 |
|
|
* | | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -70/+113 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -46/+69 |
|
|
* | | Fix off-by-one error that caused crashes. Backport from HEAD. | dkf | 2008-05-07 | 1 | -2/+2 |
|
|
* | | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -4/+5 |
|
|
* | | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit | dgp | 2008-02-28 | 1 | -1/+2 |
|
|
* | | Fix [Bug 1891827] | dkf | 2008-02-12 | 1 | -5/+9 |
|
|
* | | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 1 | -19/+16 |
|
|
* | | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot | hobbs | 2007-12-23 | 1 | -6/+5 |
|
|
* | | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp | hobbs | 2007-12-19 | 1 | -2/+14 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 1 | -2/+9 |
|
|
* | | Oops! | dkf | 2007-12-06 | 1 | -2/+2 |
|
|
* | | Fix [Bug 1845320] and [Bug 1845397] | dkf | 2007-12-06 | 1 | -8/+11 |
|
|
* | | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 1 | -14/+29 |
|
|
* | | Fix stack corruption in [dict append] compiler | dkf | 2007-11-24 | 1 | -26/+31 |
|
|
* | | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -152/+237 |
|
|
* | | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -410/+566 |
|
|
* | | Generalize the ensemble compiler further. Still doesn't precopile rewrites, b... | dkf | 2007-11-21 | 1 | -50/+138 |
|
|
* | | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -68/+287 |
|
|
* | | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+147 |
|
|
* | | (TclCompileSwitchCmd): simplify TclReToGlob usage. | hobbs | 2007-11-14 | 1 | -9/+6 |
|
|
* | | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, | hobbs | 2007-11-14 | 1 | -9/+12 |
|
|
* | | Extend [switch] compiler to handle regular expressions as long as things are not | dkf | 2007-11-13 | 1 | -71/+115 |
|
|
* | | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -91/+37 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -7/+7 |
|
|
* | | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code | dgp | 2007-10-18 | 1 | -2/+8 |
|
|
* | | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -18/+28 |
|
|
* | | * generic/tclCompCmds.c (TclCompileDictCmd-update): | Miguel Sofer | 2007-09-11 | 1 | -17/+33 |
|
|
* | | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -59/+48 |
|
|