summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Expand)AuthorAgeFilesLines
* And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_workdkf2013-10-201-1/+5
* Fix handling of 'invokeExpanded' and start to do 'returnStk'.dkf2013-10-191-2/+2
* Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-1/+17
* update commentsdkf2013-10-131-0/+1
* Line numbers wrong in compiled [unset].dgp2013-09-191-0/+1
* Line numbers wrong in compiled [global] and [variable].dgp2013-09-191-2/+8
* Line numbers wrong in compiled [namespace upvar].dgp2013-09-191-3/+3
* Line numbers wrong in compiled [upvar].dgp2013-09-191-8/+8
* 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