summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | merge trunkdkf2013-10-201-6/+196
| | |\ \ | | | |/
| | | * Fix handling of 'invokeExpanded' and start to do 'returnStk'.dkf2013-10-191-7/+20
| | | * Added missing exception range finalize.dkf2013-10-191-0/+1
| | | * Tackle evalStk by reusing existing machinery.dkf2013-10-181-1/+5
| | | * Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-5/+1
| | | * update commentsdkf2013-10-131-0/+21
| | | * Stop crashing in interactive testing. (The unknown and history mechanisms tenddkf2013-10-131-19/+30
| | | * Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-3/+147
| | * | cleaner and faster 'string trim'dkf2013-10-031-0/+5
| | * | First attempt at [string trim] compilation.dkf2013-09-301-0/+11
| | |/
| | * Fix test source-4.1dgp2013-09-271-1/+5
| * | merge main dev branchdkf2013-01-031-0/+5
| |\ \
| * \ \ merge main dev branchdkf2012-11-051-3/+59
| |\ \ \
| * | | | reorder to preserve main BC development branch sequence betterdkf2012-11-021-5/+5
| * | | | merge dkf-compile-misc-infodkf2012-11-021-0/+8
| |\ \ \ \
| * | | | | Working towards a BCCed [next].dkf2012-11-011-0/+4
* | | | | | merge trunkdkf2013-08-221-520/+389
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed.dgp2013-08-071-17/+2
| * | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-1/+1
| * | | | | Simplify AuxData access with a macro.dgp2013-07-271-0/+1
| * | | | | Remove outdated, disabled code.dgp2013-07-231-503/+0
| * | | | | merge trunkdgp2013-07-181-5/+1
| |\ \ \ \ \
| | * | | | | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error isdgp2013-07-181-4/+1
| * | | | | | Factor out the call to a compileProc into one place used by both ensembledgp2013-07-171-34/+14
| * | | | | | Streamline the housekeeping on the operands of INST_START_CMD.dgp2013-07-161-49/+32
| * | | | | | Simplify the ensemble subcommand compile. There's no need to bedgp2013-07-161-1/+0
| * | | | | | Simplify arguments to TclContinuationsEnterDerived().dgp2013-07-161-4/+2
| * | | | | | Eliminate the litInfo table and all the code tending to its care and feeding.dgp2013-07-161-43/+0
| * | | | | | Build CompileBasicNArgCommand on top of TclCompileInvocation.dgp2013-07-151-3/+3
| * | | | | | Remove the (now unused) wlineat arguments.dgp2013-07-101-6/+2
| * | | | | | Revise the litInfo table so that it gets built later (in TclInitByteCodeObj)dgp2013-07-101-60/+19
| * | | | | | Tentative Work In Progress unwinding TIP 280 line information.dgp2013-07-091-10/+29
| * | | | | | Use the TokenAfter() macro.dgp2013-07-081-7/+5
| * | | | | | Use TIP 280 macros.dgp2013-07-081-4/+2
| * | | | | | Factor out compiling the Command literal.dgp2013-07-081-22/+19
| * | | | | | Plug memory leak; Break three compilation mechanisms into routines.dgp2013-07-081-196/+266
| * | | | | | Move TIP 280 and command extent housekeeping to the periphery.dgp2013-07-081-27/+27
| * | | | | | Defer expansion request detection as much as possible.dgp2013-07-081-13/+30
| * | | | | | Consolidate the StartExpanding() calls.dgp2013-07-081-7/+3
| * | | | | | The routines StartExpanding() and EnterCmdWordData() are orthogonal, so it'sdgp2013-07-081-4/+3
| * | | | | | merge trunkdgp2013-07-051-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | comment improvementsdgp2013-07-021-2/+20
| * | | | | | More Work In Progress.dgp2013-07-011-21/+34
| * | | | | | More elimination of error message litter to fix [Bug 20a81392ec].dgp2013-06-281-8/+0
| * | | | | | Stop the compileProc routines leaving behind error messages in interp.dgp2013-06-271-60/+49
| * | | | | | plug memory leaksdgp2013-06-271-1/+3
| * | | | | | Fix bytecode ranges in the cmdMapPtr. still leaky.dgp2013-06-261-4/+9
| * | | | | | A few bug fixes from failing tests; still leaky.dgp2013-06-261-2/+5
| * | | | | | merge trunkdgp2013-06-251-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Nearly functional now, but leaky and not yet as tidy as I'm hoping for.dgp2013-06-251-12/+289