summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | merge trunk; document added instructionsdkf2013-12-121-73/+18
| |\ \ \ | | |/ /
| | * | commentsmig2013-12-111-7/+4
| | * | commentsmig2013-12-111-5/+2
| | * | commentsmig2013-12-111-1/+7
| | * | new test, and fix for bugmig2013-12-111-6/+9
| | * | simplify: remove the special casemig2013-12-111-21/+4
| | * | store options early: simplify compiler, reduce stack manipulationsmig2013-12-111-26/+6
| | * | simplifying: drop early the evaled scriptmig2013-12-111-29/+8
| * | | merge trunkdkf2013-12-121-28/+14
| |\ \ \ | | |/ /
| | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-28/+14
| * | | merge trunkdkf2013-12-061-157/+105
| |\ \ \ | | |/ /
| | * | Stop printing undefined values in disassembled code.dkf2013-12-061-1/+41
| | * | adapted the array-set compiler to use the new foreach opcodesmig2013-12-061-52/+31
| | * | tighter mem management in array-set compilermig2013-12-061-2/+2
| | * | tighter mem managementmig2013-12-061-4/+2
| | * | add comments on field "misuse"mig2013-12-051-1/+1
| | * | New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-100/+31
| * | | General [concat] compilation.dkf2013-10-261-2/+10
| * | | Change name of instruction to make way for future changes.dkf2013-10-261-2/+2
| * | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-0/+86
| |/ /
| * | And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_workdkf2013-10-201-2/+2
| * | Improve coverage of [error] compilation.dkf2013-10-191-7/+36
| * | Tackle evalStk by reusing existing machinery.dkf2013-10-181-1/+1
| * | Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-2/+2
* | | merge trunkdkf2013-09-201-28/+21
|\ \ \ | |/ /
| * | Line numbers wrong in compiled [dict with].dgp2013-09-191-5/+5
| * | Line numbers wrong in compiled [dict exists].dgp2013-09-191-4/+3
| * | Line numbers wrong in compiled [dict update].dgp2013-09-191-1/+1
| |\ \ | | |/
| | * Line numbers wrong in compiled [dict update].dgp2013-09-191-1/+1
| * | Line numbers wrong in compiled [dict for].dgp2013-09-191-1/+1
| |\ \ | | |/
| | * Line numbers wrong in compiled [dict for].dgp2013-09-191-1/+1
| * | Line numbers wrong in compiled [dict get].dgp2013-09-191-4/+3
| |\ \ | | |/
| | * Line numbers wrong in compiled [dict get].dgp2013-09-191-4/+3
| * | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp2013-09-191-1/+1
| |\ \ | | |/
| | * Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp2013-09-191-1/+1
| * | Line numbers wrong in compiled [dict set].dgp2013-09-191-4/+3
| |\ \ | | |/
| | * Line numbers wrong in compiled [dict set].dgp2013-09-191-5/+3
| | * Line numbers wrong in compiled foreach body.dgp2013-09-191-4/+2
| | |
| | \
| *-. \ Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp2013-09-191-2/+2
| |\ \ \ | | | |/
| | | * Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp2013-09-191-2/+2
| | |/
| | * [3487626] Backport fix for knownBug test dict-23.2.dgp2013-09-191-0/+7
| | * Silence come compiler warnings.dgp2013-01-241-7/+7
| | |\
| * | | More macro use.dgp2013-09-131-6/+2
* | | | merge trunkdkf2013-08-221-41/+24
|\ \ \ \ | |/ / /
| * | | Mark commands with potential to compile expansion arguments (as [list] does).dgp2013-07-241-0/+9
| * | | Stop checking stack depth in [catch] compiler.dgp2013-07-231-10/+0
| * | | merge trunkdgp2013-07-151-26/+11
| |\ \ \
| | * | | Prefer CompileWord() over CompileTokens() when possible.dgp2013-07-151-2/+1
| | * | | Global replace: CompileBody() -> BODY().dgp2013-07-121-16/+9
| | * | | Revise the CompileWord() and PushVarNameWord() macros to make explicit thedgp2013-07-111-8/+1