| Commit message (Expand) | Author | Age | Files | Lines |
* | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -22/+257 |
|
|
* | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -0/+73 |
|
|
* | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -0/+36 |
|
|
* | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -0/+40 |
|
|
* | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -2/+205 |
|
|
* | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -0/+36 |
|
|
* | Added compilation of [regsub] (in the simplest, most restricted case). | dkf | 2012-10-30 | 1 | -0/+174 |
|
|
* | Minor: correct a comment | dkf | 2012-10-29 | 1 | -2/+3 |
|
|
* | Compiler for some of the simpler cases of [format]. | dkf | 2012-10-29 | 1 | -0/+219 |
|
|
* | Compilation of [info commands] in the case of a fully-qualified literal name. | dkf | 2012-10-29 | 1 | -0/+58 |
|
|
* | Added [self namespace] to bytecoded command set. | dkf | 2012-10-28 | 1 | -5/+34 |
|
|
* | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 1 | -0/+46 |
|
|
* | Added compilation of [namespace code] (except for gnarly edge cases). | dkf | 2012-10-25 | 1 | -0/+50 |
|
|
* | merge trunk | dkf | 2012-10-24 | 1 | -0/+61 |
|\ |
|
| * | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -0/+61 |
|
|
* | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -0/+34 |
|
|
* | | merge trunk | dkf | 2012-10-17 | 1 | -8/+183 |
|\ \
| |/ |
|
| * | ...and all the compilation and tests now work/passtip_vote | dkf | 2012-10-05 | 1 | -23/+32 |
|
|
| * | compilation code adjusted | dkf | 2012-10-05 | 1 | -69/+73 |
|
|
| * | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. | twylite | 2012-08-08 | 1 | -5/+5 |
|
|
| * | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd... | twylite | 2012-08-08 | 1 | -21/+2 |
|
|
| * | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite | 2012-08-03 | 1 | -8/+189 |
|
|
* | | merge trunk | dkf | 2012-08-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -2/+2 |
|
|
* | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -8/+94 |
|/ |
|
* | * 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 |
|
|