summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* New internal routine TclFetchLiteral() for better CompileEnv encapsulation.dgp2013-03-051-0/+1
* Remove from tclCompile.h declarations used in only one source file.dgp2013-03-051-3/+0
|\
| * Remove from tclCompile.h declarations used in only one source file.dgp2013-03-051-3/+0
* | Remove TclInitCompilation() declaration with no definition.dgp2013-03-051-1/+0
|\ \ | |/
| * Remove TclInitCompilation() declaration with no definition.dgp2013-03-051-1/+0
| |\
| | * Remove TclInitCompilation() declaration that's never had a definitiondgp2013-03-051-1/+0
* | | Working towards more efficient treatment of non-bytecoded ensemble subcommands.dkf2012-12-311-1/+3
* | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-1/+7
* | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-13/+15
* | | Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-031-1/+2
* | | Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-021-1/+3
* | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-7/+8
* | | Added compilation of [dict create] and [dict merge].dkf2012-11-011-12/+13
* | | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-301-12/+13
* | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-8/+10
* | | Added compilation of simplest practical case of [string map].dkf2012-10-291-8/+11
* | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-7/+10
* | | Compile [namespace which -command]; big performance saving in some contexts.dkf2012-10-261-2/+3
* | | yet another small introspector: [self]dkf2012-10-191-1/+2
* | | merge trunkdkf2012-08-041-2/+11
|\ \ \
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-0/+10
| * | | NRInterpCoroutine -> TclNRInterpCoroutinejan.nijtmans2012-07-021-2/+1
* | | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-041-1/+7
|/ / /
* | | Commit of patch relating to interp resolversdkf2011-10-151-0/+2
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-091-0/+1
* | | Added support for having the dict var itself referenced by LVT index.dkf2011-10-031-2/+3
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-1/+4
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+9
| | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-4/+9
| | * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+111
| | * * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-4/+1
| | * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-6/+4
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+10
| | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+76
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-6/+48
| * | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreas_kupries2010-02-021-1/+5
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+11
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-4/+8
| * | typodas2008-08-141-4/+1
| * | * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+122
| * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-4/+1
| * | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-7/+4
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+11
* | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+9
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-7/+2
* | | * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-3/+2
* | | * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-291-5/+5