| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | sebres | 2019-01-10 | 1 | -16/+35 |
|\ |
|
| * | Make the type casting in TclSpellFix less horrific. It's still bad, but it is... | dkf | 2018-11-28 | 1 | -16/+35 |
|
|
* | | back-porting of tclclockmod done, merge current 8.6 | sebres | 2018-05-29 | 1 | -165/+202 |
|\ \
| |/ |
|
| * | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). | pooryorick | 2018-02-15 | 1 | -5/+1 |
|
|
| * | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+3709 |
|
|
| * | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -3696/+0 |
|
|
| * | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -9/+3 |
|
|
| * | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the | pooryorick | 2017-11-17 | 1 | -53/+87 |
|
|
| * | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -17/+3 |
| |\ |
|
| * \ | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc... | sebres | 2017-05-11 | 1 | -3/+17 |
| |\ \ \ |
|
| * | | | | 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 type-c... | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|
|
| * | | | | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements t... | dgp | 2016-11-04 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -5/+8 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.6 | dgp | 2016-07-09 | 1 | -3/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|
|
* | | | | | | | removing "-compile" option on ensembles - allow to compile tcl-internal ensem... | sebres | 2017-06-02 | 1 | -12/+6 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co... | sebres | 2017-05-10 | 1 | -3/+17 |
| |_|_|/
|/| | | |
|
* | | | | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements | dgp | 2016-11-04 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | 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 |
| |/
|/| |
|
* | | Repair some memory corruption problems in EnsembleCmdRep. | dgp | 2016-07-08 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | Missed a cleanup line, which created a memleak. | 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 |
|
|
* | | 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. | 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 | 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 |
|
|