summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdogeen_assembler_branchKevin B Kenny2011-03-051-2/+0
|\
| * 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
* | | | merge trunkKevin B Kenny2011-03-011-5/+5
|\ \ \ \ | |/ / /
| * | | 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
* | | | mergeKevin B Kenny2010-12-011-2/+2
* | | | mergeKevin B Kenny2010-11-031-67/+104
* | | | mergeKevin B Kenny2010-10-231-4/+8
|/ / /
* | | * 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
* | | Small cleanups of formatting issuesdkf2010-02-091-72/+88
* | | Compilation of [try] now enabled!dkf2010-02-091-1/+640
* | | Added basic compilation of [error] (the most common case only).dkf2010-02-051-1/+46
* | | Make the [unset] command be bytecode compiled.dkf2010-01-301-15/+113
* | | * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-12/+25
* | | Fixed up error in stack requirement estimation that made debug buildsdgp2009-09-041-1/+11
* | | Patched up flaw in option syntax checkingdgp2009-09-041-6/+3
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-1/+270
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-45/+68
* | | - eliminate some unnessary type castsnijtmans2009-02-031-4/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-6/+6
* | | Simplification of expanded-literals handling after analysis of dead branchesferrieux2008-11-191-4/+4
* | | Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-4/+4
* | | * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-051-4/+4
* | | Implement TIP 314. [Patch 1901783]dkf2008-09-281-1/+15