summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2013-05-151-12/+0
|\
| * merge trunkdkf_bcc_optimizedkf2013-05-151-2/+3
| |\
| * | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-12/+0
* | | merge trunkjan.nijtmans2013-05-131-2/+3
|\ \ \ | | |/ | |/|
| * | Merged fix to bytecode engine problem. Details in merged revision.andreask2013-05-131-2/+3
| |\ \ | | |/ | |/|
| | * Fixed bug in parent revision [832a1994c7] unpredictably breaking thebugfix_832a1994c7_for_precompiled_bcandreask2013-05-131-2/+3
* | | merge trunk. jan.nijtmans2013-05-131-6/+60
|\ \ \ | |/ /
| * | Fix implementation of INST_LIST_EXPANDED.dkf2013-05-121-1/+5
| * | Optimizations and general bytecode generation improvements.dkf2013-05-101-6/+56
* | | merge trunkjan.nijtmans2013-05-061-97/+1
|\ \ \ | |/ /
* | | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_I...jan.nijtmans2013-04-231-29/+29
|\ \ \ | |/ /
| * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-29/+29
| |\ \
| | * | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
* | | | Merge trunk. jan.nijtmans2013-02-081-10/+10
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2013-02-031-6/+5
|\ \ \ \ | |/ / /
| * | | merge core-8-5-branchjan.nijtmans2013-01-311-6/+5
| |\ \ \ | | |/ /
| | * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-6/+5
* | | | merge trunkjan.nijtmans2013-01-251-2/+2
|\ \ \ \ | |/ / /
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-2/+2
* | | | Merge trunkjan.nijtmans2013-01-251-1/+0
|\ \ \ \ | |/ / /
| * | | Silence some compiler warnings.dgp2013-01-241-1/+0
| |\ \ \ | | |/ /
| | * | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
| | * | make some more internal tables constjan.nijtmans2012-04-231-2/+2
| | |\ \
| | | * | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | | * | make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
| | * | | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
| | |\ \ \ | | | |/ /
| | | * | wipunprovendgp2011-07-121-25/+25
| | | * | Type mismatches in *printf calls.dgp2011-07-111-7/+9
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ merge trunkdgp2013-01-171-104/+92
|\ \ \ \ \ \ \ | | | |/ / / / | | | | | | / | | | |_|_|/ | | |/| | |
| | | * | | COMPILE_DEBUG big: fix bug in stack verification for {*}mig2013-01-171-2/+6
| | |/ / /
| | * | | discouraging the compiler from re-reading *pc in the peephole loop, part2 (an...mig2013-01-121-6/+2
| | * | | discouraging the compiler from re-reading *pc in the peephole loopmig2013-01-121-7/+10
| | * | | even better ... or so I hope: also inlining INST_PUSH1 in the peephole, check...mig2013-01-121-53/+40
| | * | | better commentsmig2013-01-111-2/+6
| | * | | fix for consecutive ISC (produced by [while 1 {...})mig2013-01-111-21/+16
| | * | | testing a cheaper(?) INST_START_COMMANDmig2013-01-111-49/+48
| |/ / /
* | | | merge trunkjan.nijtmans2013-01-121-14/+8
|\ \ \ \ | |/ / /
| * | | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-1/+1
| * | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-13/+7
| * | | fix off-by-one error introduced in bd7d7a2061mig2013-01-101-1/+1
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more. jan.nijtmans2013-01-061-10/+9
|\ \ \ \ | |/ / /
| * | | improved stack checking under TCL_COMPILE_DEBUGmig2013-01-051-10/+9
* | | | merge trunkjan.nijtmans2013-01-051-7/+93
|\ \ \ \ | |/ / /
| * | | fix the new assertion, it should not trigger when an expansion is in progressmig2013-01-051-2/+5
| * | | Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before*...mig2013-01-051-2/+10
| * | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects.mig2013-01-041-1/+13
| * | | Added mechanism for pre-parsing built-in ensembles even when they are not goingdkf2013-01-031-0/+63
| |\ \ \
| | * | | Passing more tests.dkf2013-01-021-9/+15
| | * | | Working towards more efficient treatment of non-bytecoded ensemble subcommands.dkf2012-12-311-0/+57
| * | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
| |/ / /