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