| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | | * 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 | -7/+4 |
|
|
| * | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+11 |
|
|
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+9 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -7/+2 |
|
|
* | | | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -3/+2 |
|
|
* | | | * generic/tclCompExpr.c: Slight change in the literal sharing | Miguel Sofer | 2010-04-29 | 1 | -5/+5 |
|
|
* | | | Convert many multi-line macros to use the best-practice do-while(0) form | dkf | 2010-02-25 | 1 | -151/+183 |
|
|
* | | | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -1/+89 |
|
|
* | | | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -2/+8 |
|
|
* | | | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage | Miguel Sofer | 2010-01-21 | 1 | -1/+3 |
|
|
* | | | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -1/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -2/+8 |
|
|
* | | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+11 |
|
|
* | | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -6/+11 |
|
|
* | | | * generic/tclBasic.c: Let coroutines start with a much smaller | Miguel Sofer | 2009-05-08 | 1 | -2/+2 |
|
|
* | | | [Bug 218977] Tcl_DbCkfree needs a return value | nijtmans | 2009-02-27 | 1 | -9/+9 |
|
|
* | | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -2/+2 |
|
|
* | | | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -3/+3 |
|
|
* | | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 1 | -2/+2 |
|
|
* | | | CONSTify char* DTrace probe arguments | das | 2008-10-10 | 1 | -5/+3 |
|
|