| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | dgp | 2016-07-09 | 1 | -3/+7 |
|\ |
|
| * | Repair some memory corruption problems in EnsembleCmdRep. | dgp | 2016-07-08 | 1 | -3/+7 |
| |\ |
|
| | * | Missed a cleanup line, which created a memleak.dgp_ecr | dgp | 2016-07-07 | 1 | -0/+1 |
|
|
| | * | To use a Tcl_Command token [aka (Command *)] for epoch checking, we must not | dgp | 2016-07-07 | 1 | -3/+6 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|/ / |
|
* | | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 1 | -15/+2 |
|
|
* | | [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports | dgp | 2016-07-06 | 1 | -16/+10 |
|
|
* | | New tests to demo the remaining flaw in ensemble dispatch revisions. | dgp | 2016-07-05 | 1 | -1/+7 |
|
|
* | | Fixup the ensemble rewrite conversions (merge fork) | jan.nijtmans | 2016-07-05 | 1 | -6/+1 |
|\ \ |
|
| * | | Fixup the ensemble rewrite conversions.core_8_6_branch_fork | dgp | 2016-07-04 | 1 | -6/+1 |
|
|
* | | | typo and end-of-line spacing | jan.nijtmans | 2016-07-04 | 1 | -5/+5 |
|/ / |
|
* | | Use conventional list operations for ensemble dispatch. | dgp | 2016-07-03 | 1 | -34/+23 |
|
|
* | | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. | dgp | 2016-07-02 | 1 | -10/+3 |
|/ |
|
* | The EnsembleCmdRep struct that is the internal rep for caching ensemble | dgp | 2016-07-01 | 1 | -5/+21 |
|
|
* | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -21/+165 |
|
|
* | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. | dgp | 2016-07-01 | 1 | -0/+34 |
|
|
* | merge 8.6 | dgp | 2016-06-28 | 1 | -19/+3 |
|\ |
|
| * | Adapt and tidy up the bug fix. | dgp | 2016-05-24 | 1 | -34/+0 |
|
|
| * | Merge the bug fix and test case. | dgp | 2016-05-24 | 1 | -1/+2 |
| |\ |
|
| | * | Now fix the bug.dgp_bug_find | dgp | 2016-05-24 | 1 | -2/+2 |
|
|
| | * | New test namespace-53.11 demonstrates the bug. | dgp | 2016-05-24 | 1 | -7/+1 |
|
|
| | * | The handling of ensemble rewriting here is not right, but I've not yet | dgp | 2016-05-24 | 1 | -0/+7 |
|
|
| * | | Appears that the TclInitRewriteEnsemble() routine was created with an intent | dgp | 2016-05-24 | 1 | -1/+18 |
| |/ |
|
* | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -27/+10 |
|
|
* | | The "ensembleCommand" Tcl_ObjType has no need for an UpdateString routine. | dgp | 2016-05-12 | 1 | -31/+1 |
|
|
* | | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any | dgp | 2016-05-12 | 1 | -8/+1 |
|/ |
|
* | [b9b2079e6d] Proposed fix. When a compileProc fails, it may have done an | dgp | 2016-03-10 | 1 | -0/+43 |
|
|
* | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|
|
* | [e75fabac06] Teardown line information after failed ensemble subcommand | dgp | 2014-08-01 | 1 | -0/+18 |
|
|
* | Correction and commentary in the details of ensemble compiling. | dgp | 2014-08-01 | 1 | -1/+17 |
|
|
* | [6d2f249a01] Handle a failure to comprehend half-way through the compilation ... | dkf | 2014-05-11 | 1 | -7/+17 |
|
|
* | Working towards better handling of stack balance with break and continue exce... | dkf | 2013-10-08 | 1 | -3/+1 |
|
|
* | more disabled code removal | dgp | 2013-07-24 | 1 | -46/+0 |
|
|
* | Factor out the call to a compileProc into one place used by both ensemble | dgp | 2013-07-17 | 1 | -7/+21 |
|
|
* | Simplify the ensemble subcommand compile. There's no need to be | dgp | 2013-07-16 | 1 | -55/+15 |
|
|
* | Simplify arguments to TclContinuationsEnterDerived(). | dgp | 2013-07-16 | 1 | -6/+8 |
|
|
* | Build CompileBasicNArgCommand on top of TclCompileInvocation. | dgp | 2013-07-15 | 1 | -0/+10 |
|
|
* | Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate | dgp | 2013-07-11 | 1 | -8/+8 |
|
|
* | Revert the revised macros used in developing the new tests.tip280_test_coverage | dgp | 2013-07-11 | 1 | -2/+2 |
|
|
* | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix | dgp | 2013-07-11 | 1 | -6/+3 |
|
|
* | merge trunk | dgp | 2013-07-10 | 1 | -0/+16 |
|\ |
|
| * | Fix for [86fb5ea28e]. Test will eventually merge in from tip280-test-coverage. | dgp | 2013-07-10 | 1 | -0/+16 |
|
|
* | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -10/+0 |
|/ |
|
* | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -3/+3 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -7/+7 |
|
|
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | merge trunk | dkf | 2013-01-11 | 1 | -2/+2 |
|\ |
|
| * | Name functions according to 'what' instead of 'how' in the [tailcall] | mig | 2013-01-11 | 1 | -2/+2 |
|
|
* | | First attempt at fixing problems caused by [array set] inside [namespace eval], | dkf | 2013-01-11 | 1 | -0/+14 |
|/ |
|
* | tailcall now running in a simpler model, with no eval-flags and no nre-stack ... | mig | 2013-01-10 | 1 | -2/+2 |
|
|