summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
|/ /
* | 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
* | Correct the handling of stack space calculation (the jump pattern used wasdkf2008-03-161-4/+5
* | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commitdgp2008-02-281-1/+2
* | Fix [Bug 1891827]dkf2008-02-121-5/+9
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-19/+16
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannothobbs2007-12-231-6/+5
* | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexphobbs2007-12-191-2/+14
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):hobbs2007-12-071-2/+9
* | Oops!dkf2007-12-061-2/+2
* | Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-061-8/+11
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-031-14/+29
* | Fix stack corruption in [dict append] compilerdkf2007-11-241-26/+31
* | Turn the [string] command into a real compiled ensemble.dkf2007-11-231-152/+237
* | Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-410/+566
* | Generalize the ensemble compiler further. Still doesn't precopile rewrites, b...dkf2007-11-211-50/+138
* | Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-68/+287
* | Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+147
* | (TclCompileSwitchCmd): simplify TclReToGlob usage.hobbs2007-11-141-9/+6
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments,hobbs2007-11-141-9/+12
* | Extend [switch] compiler to handle regular expressions as long as things are notdkf2007-11-131-71/+115
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-91/+37
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-7/+7
* | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-181-2/+8
* | Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-18/+28
* | * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-111-17/+33
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-59/+48