| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation | dkf | 2012-02-15 | 1 | -0/+124 |
|
|
* | * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler for | dkf | 2012-02-15 | 1 | -3/+110 |
|
|
* | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -1/+2 |
|\ |
|
| * | * 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 |
| |/ / |
|
* | | | Minor: make comments accurate in [catch] compiler. | dkf | 2012-01-30 | 1 | -22/+22 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient | dkf | 2012-01-30 | 1 | -1/+29 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -303/+312 |
|
|
* | | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -14/+55 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -0/+179 |
|
|
* | | | [Bug 3386417] avoid a reference loop between the bytecode and its companion e... | ferrieux | 2011-08-09 | 1 | -1/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -19/+18 |
|
|
* | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ... | dkf | 2011-03-09 | 1 | -16/+7 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
* | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
|
|
* | | | Correct typo and mistaken comment. | dgp | 2010-11-04 | 1 | -2/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -67/+104 |
|
|
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 1 | -4/+7 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter | dkf | 2010-04-30 | 1 | -2/+8 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+4 |
|
|
* | | | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 1 | -3541/+375 |
|
|
* | | | Correct silly error with missing semicolons | dkf | 2010-02-25 | 1 | -3/+3 |
|
|
* | | | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -3/+2 |
|
|
* | | | Make [string length] compiler handle more trivial cases. | dkf | 2010-02-20 | 1 | -108/+105 |
|
|
* | | | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 1 | -1/+4 |
|
|
* | | | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -683/+364 |
|
|
* | | | Small cleanups of formatting issues | dkf | 2010-02-09 | 1 | -72/+88 |
|
|