| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | dkf | 2014-02-08 | 1 | -10/+29 |
|\ |
|
| * | [a4494e28ed] Use flag bit instead of NULL pointer to suppress | dgp | 2014-02-06 | 1 | -10/+29 |
| |\ |
|
| | * | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of | dgp | 2014-02-06 | 1 | -10/+29 |
|
|
* | | | merge trunk | dkf | 2014-02-03 | 1 | -14/+9 |
|\ \ \
| |/ / |
|
| * | | minor tidying up | dkf | 2014-01-22 | 1 | -3/+2 |
|
|
| * | | [a90d9331bc]: must not crash when yieldto called in vanishing namespace | dkf | 2014-01-22 | 1 | -11/+7 |
|
|
| * | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -1/+1 |
|
|
* | | | merge trunk | dkf | 2014-01-09 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | merge trunk | dkf | 2013-12-23 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimize | mig | 2013-12-18 | 1 | -0/+3 |
|
|
| * | | | First step in compiling [concat]: the trivial cases. | dkf | 2013-10-24 | 1 | -1/+1 |
|
|
| * | | | Added 'linsert' compiler. Factored out constant list index parser. | dkf | 2013-10-05 | 1 | -1/+1 |
| |/ / |
|
* | | | merge trunk | dkf | 2013-09-20 | 1 | -211/+238 |
|\ \ \
| |/ / |
|
| * | | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the | dgp | 2013-09-07 | 1 | -2/+22 |
| |\ \
| | |/ |
|
| | * | Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler.unbreak_tclcompiler | dgp | 2013-09-05 | 1 | -2/+22 |
|
|
| * | | Add test and improve errorInfo.bug_010f4162ef | dgp | 2013-09-02 | 1 | -6/+16 |
|
|
| * | | [010f4162ef] First step of fix on stammering errorstack. errorstack fixed. | dgp | 2013-09-02 | 1 | -0/+6 |
|
|
| * | | New internal eval flag value so that all TclNREvalObjv() callers thatbug_2502002 | dgp | 2013-08-29 | 1 | -27/+48 |
|
|
| * | | Rework the re-resolution after enter traces machinery with cleaner | dgp | 2013-08-28 | 1 | -145/+69 |
|
|
| * | | Clarfy and prettify influence of flag settings and command lookups. | dgp | 2013-08-28 | 1 | -37/+40 |
|
|
| * | | Tidy up indenting for clarity in refactoring. | dgp | 2013-08-27 | 1 | -61/+62 |
|
|
| * | | Exceptions raised from enter traces take priority over re-resolution games. | dgp | 2013-08-27 | 1 | -6/+6 |
|
|
| * | | Inline TEOV_RunEnterTraces() so its interface can be redesigned. | dgp | 2013-08-27 | 1 | -3/+71 |
|
|
| * | | merge trunk | dgp | 2013-08-23 | 1 | -18/+33 |
| |\ \ |
|
| | * | | Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised. | dgp | 2013-08-23 | 1 | -17/+32 |
|
|
| * | | | merge trunk | dgp | 2013-08-23 | 1 | -19/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Remove complications that no longer server any required purpose. | dgp | 2013-08-23 | 1 | -19/+1 |
|
|
| | | | | |
| | \ \ | |
| *-. \ \ | merge trunk | dgp | 2013-08-22 | 1 | -59/+32 |
| |\ \ \ \
| | | |/ / |
|
| | | * | | compiler warning | dgp | 2013-08-22 | 1 | -1/+1 |
| | |/ / |
|
| | * | | Make Dispatch() the single point for calling a Tcl_ObjCmdProc, and attach | dgp | 2013-08-22 | 1 | -59/+32 |
|
|
| * | | | merge trunk | dgp | 2013-08-22 | 1 | -24/+15 |
| |\ \ \
| | |/ / |
|
| | * | | Tidy the code and add a test.dgp_purge_NRRunObjProc | dgp | 2013-08-21 | 1 | -39/+0 |
|
|
| | * | | Push out a trial patch for more eyes to see. | dgp | 2013-08-20 | 1 | -0/+22 |
|
|
| | * | | Testing doing away with the NRRunObjProc routine, which looks like a | dgp | 2013-08-19 | 1 | -0/+8 |
|
|
| * | | | Revise execution trace handling to take account of the new reality in | dgp | 2013-08-19 | 1 | -14/+37 |
|
|
| * | | | merge trunk | dgp | 2013-08-15 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| * | | | merge trunk | dgp | 2013-08-14 | 1 | -353/+225 |
| |\ \ \ |
|
| * | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinery | dgp | 2013-04-11 | 1 | -47/+30 |
|
|
| * | | | | Revise TclNREvalObjv so that pre-resolution of the Command by a caller | dgp | 2013-04-08 | 1 | -5/+12 |
|
|
* | | | | | merge trunk | dkf | 2013-08-22 | 1 | -281/+133 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Make sure the errors raised by execution traces become errors raised by the | dgp | 2013-08-15 | 1 | -3/+3 |
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Make sure the errors raised by execution traces become errors raised by | dgp | 2013-08-15 | 1 | -1/+1 |
|
|
| * | | | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -23/+5 |
| |\ \ \
| | |/ / |
|
| | * | | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -23/+5 |
|
|
| * | | | Only schedule leave traces if enter traces complete successfully. | dgp | 2013-08-14 | 1 | -12/+10 |
|
|
| * | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to | dgp | 2013-08-12 | 1 | -34/+9 |
|
|
| * | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-10 | 1 | -26/+15 |
|
|
| * | | | Revised GetCommandSource() can (and thus should) return a normal zero | dgp | 2013-08-09 | 1 | -2/+1 |
|
|
| * | | | Revise GetCommandSource() to return a normal Tcl_Obj value. | dgp | 2013-08-07 | 1 | -18/+8 |
|
|
| * | | | Give (objc, objv) their own ride from enter to leave traces. | dgp | 2013-08-07 | 1 | -4/+4 |
|
|