| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 1 | -2/+1 |
|
|
| * | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 1 | -5/+31 |
|
|
| * | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -0/+1 |
|
|
| * | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -3/+0 |
| |\ |
|
| | * | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -3/+0 |
|
|
| * | | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
| | |\ |
|
| | | * | Remove TclInitCompilation() declaration that's never had a definition | dgp | 2013-03-05 | 1 | -1/+0 |
|
|
* | | | | merge main dev branch | dkf | 2013-01-03 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Working towards more efficient treatment of non-bytecoded ensemble subcommands. | dkf | 2012-12-31 | 1 | -1/+3 |
|
|
* | | | | merge main dev branch | dkf | 2012-11-05 | 1 | -13/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -1/+7 |
|
|
| * | | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -13/+15 |
|
|
| * | | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -1/+2 |
|
|
* | | | | reorder to preserve main BC development branch sequence better | dkf | 2012-11-02 | 1 | -3/+3 |
|
|
* | | | | merge dkf-compile-misc-info | dkf | 2012-11-02 | 1 | -1/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -1/+3 |
|
|
* | | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -1/+4 |
|/ / / |
|
* | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -7/+8 |
|
|
* | | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -12/+13 |
|
|
* | | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -12/+13 |
|
|
* | | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 1 | -8/+10 |
|
|
* | | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 1 | -8/+11 |
|
|
* | | | Working towards a BCCed [yield]; this doesn't work right now. | dkf | 2012-10-26 | 1 | -7/+10 |
|
|
* | | | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 1 | -2/+3 |
|
|
* | | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -1/+2 |
|
|
* | | | merge trunk | dkf | 2012-08-04 | 1 | -2/+11 |
|\ \ \ |
|
| * | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -0/+10 |
|
|
| * | | | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 1 | -2/+1 |
|
|
* | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -1/+7 |
|/ / / |
|
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 1 | -0/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+1 |
|
|
* | | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -2/+3 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -1/+4 |
|
|
* | | | 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/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+9 |
|
|
| | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -4/+9 |
|
|
| | * | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -2/+111 |
|
|
| | * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -4/+1 |
|
|
| | * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -6/+4 |
|
|
| | * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+10 |
|
|
| | * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+76 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -6/+48 |
|
|
| * | | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with | andreas_kupries | 2010-02-02 | 1 | -1/+5 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+11 |
|
|
| * | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -4/+8 |
|
|
| * | | typo | das | 2008-08-14 | 1 | -4/+1 |
|
|
| * | | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -2/+122 |
|
|