summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Expand)AuthorAgeFilesLines
* Mark commands with potential to compile expansion arguments (as [list] does).dgp2013-07-241-0/+4
* merge trunkdgp2013-07-151-6/+3
|\
| * Prefer CompileWord() over CompileTokens() when possible.dgp2013-07-151-2/+1
| * Global replace: CompileBody() -> BODY().dgp2013-07-121-4/+2
* | Stop the compileProc routines leaving behind error messages in interp.dgp2013-06-271-0/+1
|/
* Select improvements in stack depth estimates brought over from mig-review.dgp2013-06-111-14/+1
* 3614360 Repair stack demands of optimized compiled [return LITERAL].dgp2013-06-061-0/+1
* Stop emitting the instructions INST_*_SCALAR_STK*. They are identical todgp2013-05-291-49/+28
* Repair some stack depth housekeeping.dgp2013-05-251-5/+0
* Spare developers the burden and error risk of counting bytes in stringdgp2013-05-231-22/+22
* Eliminate code duplication.dgp2013-05-231-305/+0
* Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-7/+0
* Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-181-0/+3244