Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -5/+5 |
| | |||||
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
| | | | | type-casts which are not necessary any more. | ||||
* | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements ↵ | dgp | 2016-11-04 | 1 | -1/+1 |
|\ | | | | | | | to the end of the list. | ||||
| * | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements | dgp | 2016-11-04 | 1 | -1/+1 |
| | | | | | | to the end of the list. | ||||
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 1 | -5/+8 |
|\ \ | |/ | | | | | literal sharing vs. per-interp resolvers | ||||
| * | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -6/+4 |
| | | |||||
| * | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
| | | |||||
| * | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ↵ | jan.nijtmans | 2016-09-02 | 1 | -2/+7 |
| | | | | | | | | Gustaf Neumann | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permit it to be freed while we hold it or else it could be mistaken for another token allocated later that just happens to reside at the same address. (Command *) preservation machinery already exists, just need to use it. An extension facing the same problem might have to rely on command delete traces. Earlier revisions used (Namespace *) lifetime to achieve the same results, but that's really an indirect (possibly non-robust) path to achieving the proper goal. Valgrind is happy now. | ||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|/ / | | | | | | | in many places where possible. | ||||
* | | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 1 | -15/+2 |
| | | | | | | all that is needed. | ||||
* | | [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports | dgp | 2016-07-06 | 1 | -16/+10 |
| | | | | | | the TCL_EVAL_INVOKE flag that is needed. | ||||
* | | New tests to demo the remaining flaw in ensemble dispatch revisions. | dgp | 2016-07-05 | 1 | -1/+7 |
| | | | | | | Itcl 4 also demonstrated these problems. | ||||
* | | 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 |
| | | | dispatches and spelling corrections can now be file static. | ||||
* | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -21/+165 |
| | | | foiled by value sharing. | ||||
* | 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 |
| | | | | | | | | | | | | found the test case to demonstrate it. Checking in debugging code to spread to other dev platforms. | ||||
| * | | Appears that the TclInitRewriteEnsemble() routine was created with an intent | dgp | 2016-05-24 | 1 | -1/+18 |
| |/ | | | | | to refactor, but never actually got used. Work on continuing that effort. | ||||
* | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -27/+10 |
| | | | | | | stored in the hash table. | ||||
* | | The "ensembleCommand" Tcl_ObjType has no need for an UpdateString routine. | dgp | 2016-05-12 | 1 | -31/+1 |
| | | | | | | It is entirely a caching type. No "pure" value can exist. | ||||
* | | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any | dgp | 2016-05-12 | 1 | -8/+1 |
|/ | | | justification for keeping it (can get via token), and test suite doesn't care. | ||||
* | [b9b2079e6d] Proposed fix. When a compileProc fails, it may have done an | dgp | 2016-03-10 | 1 | -0/+43 |
| | | | | | arbitrary amount of partial work, which needs to be undone. When the exception handling machinery got its last big revision, the undoing of what it does was neglected. I think this patch gets it all, but more eyes would be good. | ||||
* | 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 |
| | | | | compile attempts. Copy/paste from CompileCmdCompileProc(). May be refactor opportunity here. | ||||
* | 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 |
| | | | | of a chain of compileable ensembles. | ||||
* | Working towards better handling of stack balance with break and continue ↵ | dkf | 2013-10-08 | 1 | -3/+1 |
| | | | | exceptions. | ||||
* | 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 |
| | | | subcommand compiles and toplevel command compiles in TclCompileScript. | ||||
* | Simplify the ensemble subcommand compile. There's no need to be | dgp | 2013-07-16 | 1 | -55/+15 |
| | | | crafting synthetic Tcl_Parse and copying tokens. Some pointer shifts will do. | ||||
* | 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 |
| | | | epoch-bumping step. | ||||
* | 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 |
| | | | the bugs around those calls exposed by the tests. | ||||
* | merge trunk | dgp | 2013-07-10 | 1 | -0/+16 |
|\ |