summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+2
* * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilationdkf2012-02-151-0/+124
* * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler fordkf2012-02-151-3/+110
* * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdkf2012-02-151-1/+2
|\
| * * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdkf2012-02-151-1/+2
| * 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace().dgp2012-02-061-1/+2
| * 3485022 TclCompileEnsemble() avoid compile when exec traces set.dgp2012-02-061-1/+2
| |\
| * | Drop old code.dgp_switch_compiledgp2011-05-021-155/+2
| * | Revised TclFindElement() interface.dgp2011-05-021-14/+5
| |\ \
| * \ \ Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-13/+2
| |\ \ \ | | |/ /
| * | | Tighten up the patch.dgp2011-05-021-13/+16
| * | | Rewrite of parts of the [switch] compiler to better use the powers ofdgp2011-04-281-3/+104
| |/ /
* | | Minor: make comments accurate in [catch] compiler.dkf2012-01-301-22/+22
* | | * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficientdkf2012-01-301-1/+29
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-091-303/+312
* | | Added support for having the dict var itself referenced by LVT index.dkf2011-10-031-14/+55
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-0/+179
* | | [Bug 3386417] avoid a reference loop between the bytecode and its companion e...ferrieux2011-08-091-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-19/+18
* | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ...dkf2011-03-091-16/+7
* | | 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/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd,andreas_kupries2009-10-231-3/+4
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-265/+89
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-5/+5
| | * D'oh! Used an 8.5-ism...dkf2007-03-011-2/+2
| | * Fix [Bug 1671138]dkf2007-03-011-1/+13
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-3/+302
| | * * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-181-15/+11
| | * * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371dgp2003-07-151-3/+6
| | * * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-071-4/+4
| * | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-7/+7
| * | Backport dgp's fixes to comments and ChangeLog entryKevin B Kenny2010-11-051-2/+2
| * | * generic/tclCompCmds.c (TclCompileCatchCmd):Kevin B Kenny2010-11-031-70/+113
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-46/+69
| * | Fix off-by-one error that caused crashes. Backport from HEAD.dkf2008-05-071-2/+2
* | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-3/+3
* | | Correct typo and mistaken comment.dgp2010-11-041-2/+2
* | | * generic/tclCompCmds.c (TclCompileCatchCmd):Kevin B Kenny2010-11-031-67/+104
* | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+2
* | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-201-4/+7
* | | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighterdkf2010-04-301-2/+8
* | | Code Audit results:dkf2010-03-051-4/+4
* | | Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-261-3541/+375
* | | Correct silly error with missing semicolonsdkf2010-02-251-3/+3
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-3/+2
* | | Make [string length] compiler handle more trivial cases.dkf2010-02-201-108/+105
* | | Fix error in stack depth calculation for [dict update], correct misleadingdkf2010-02-171-1/+4
* | | Hive off the ensemble code into its own file.dkf2010-02-131-683/+364