Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixup the ensemble rewrite conversions | jan.nijtmans | 2016-07-05 | 2 | -8/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixup the ensemble rewrite conversions (merge fork) | jan.nijtmans | 2016-07-05 | 3 | -9/+2 | |
| |\ \ | ||||||
| | * | | Fixup the ensemble rewrite conversions.core_8_6_branch_fork | dgp | 2016-07-04 | 2 | -8/+1 | |
| | | | | ||||||
* | | | | Use conventional list operations for ensemble dispatch | jan.nijtmans | 2016-07-04 | 4 | -39/+258 | |
|\ \ \ \ | |/ / / | | | | | Add ability to disassemble TclOO constructors and destructors | |||||
| * | | | typo and end-of-line spacing | jan.nijtmans | 2016-07-04 | 2 | -6/+6 | |
| | | | | ||||||
| * | | | Add ability to disassemble TclOO constructors and destructors ([1493a43044] ↵ | dkf | 2016-07-04 | 2 | -2/+232 | |
| |/ / | | | | | | | | | | motivates) | |||||
| * | | Use conventional list operations for ensemble dispatch. | dgp | 2016-07-03 | 1 | -34/+23 | |
| | | | ||||||
* | | | [09fabeb1fd] test subdirs in sorted order. | dgp | 2016-07-02 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | [09fabeb1fd] test subdirs in sorted order. | dgp | 2016-07-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. | dgp | 2016-07-02 | 2 | -10/+12 | |
|\ \ \ | |/ / | ||||||
| * | | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. | dgp | 2016-07-02 | 2 | -10/+12 | |
| | | | ||||||
* | | | [4402cfa58c] Rework the spell check machinery into something that will not ↵ | dgp | 2016-07-01 | 5 | -134/+286 | |
|\ \ \ | |/ / | | | | | | | be foiled by value sharing. | |||||
| * | | [4402cfa58c] Rework the spell check machinery into something that will not ↵ | dgp | 2016-07-01 | 5 | -134/+286 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | be foiled by value sharing. Valgrind is not happy with this commit. Likely suspect is the removal of the nsPtr field and checking against it. dkf tried to warn me. | |||||
| | * | The EnsembleCmdRep struct that is the internal rep for caching ensemble | dgp | 2016-07-01 | 2 | -22/+21 | |
| | | | | | | | | | dispatches and spelling corrections can now be file static. | |||||
| | * | merge 8.6 | dgp | 2016-07-01 | 1 | -8/+2 | |
| | |\ | | |/ | |/| | ||||||
| | * | Add some tests | dgp | 2016-07-01 | 1 | -0/+46 | |
| | | | ||||||
| | * | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 3 | -35/+177 | |
| | | | | | | | | | foiled by value sharing. | |||||
| | * | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. | dgp | 2016-07-01 | 3 | -17/+38 | |
| | | | ||||||
| | * | merge 8.6 | dgp | 2016-07-01 | 1 | -7/+5 | |
| | |\ | ||||||
| | * \ | merge 8.6 | dgp | 2016-06-28 | 40 | -1209/+1421 | |
| | |\ \ | ||||||
| | * \ \ | merge 8.6 | dgp | 2016-05-17 | 1 | -9/+10 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge 8.6 | dgp | 2016-05-13 | 7 | -26/+117 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 3 | -34/+17 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -10/+1 | |
| | | | | | | | | | | | | | | | | | | | | | justification for keeping it (can get via token), and test suite doesn't care. | |||||
* | | | | | | | Make test-case "for.test" pass, regardless of end-of-line spacing | jan.nijtmans | 2016-07-01 | 1 | -19/+19 | |
| | | | | | | | ||||||
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2016-07-01 | 1 | -8/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Use same internal representation for unicode strings in test-cases than in ↵ | jan.nijtmans | 2016-07-01 | 1 | -8/+2 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | reality, in order to prevent surprises. | |||||
* | | | | | | Disable special hacks for Itcl 3 ensemble error message generation. | dgp | 2016-07-01 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | Migration paths are in place to bring this to an end. | |||||
* | | | | | | Use the utility routines to eliminate the last bit of intrusion into the ↵ | dgp | 2016-07-01 | 1 | -7/+5 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | ensembleRewrite area. | |||||
| * | | | | | Use the utility routines to eliminate the last bit of intrusion into the | dgp | 2016-07-01 | 1 | -7/+5 | |
| | |_|_|/ | |/| | | | | | | | | ensembleRewrite area. | |||||
* | | | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 21 | -36/+36 | |
| | | | | | ||||||
* | | | | | Remove Tcl_Main() function, since it's no longer being used: It has been a ↵ | jan.nijtmans | 2016-06-29 | 1 | -18/+5 | |
| | | | | | | | | | | | | | | | | | | | | macro already for ages. | |||||
* | | | | | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway | jan.nijtmans | 2016-06-29 | 8 | -84/+22 | |
| | | | | | ||||||
* | | | | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵ | jan.nijtmans | 2016-06-29 | 16 | -54/+58 | |
| | | | | | | | | | | | | | | | | | | | | which are deprecated. | |||||
* | | | | | Route all ensemble rewrite activity through a few utility routines. | dgp | 2016-06-28 | 9 | -137/+64 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Route all ensemble rewrite activity through a few utility routines. | dgp | 2016-06-28 | 9 | -137/+64 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | merge 8.6dgp_ensemble_rewrite | dgp | 2016-06-28 | 5 | -33/+71 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | merge 8.6 | dgp | 2016-06-23 | 5 | -4/+16 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | merge 8.6 | dgp | 2016-06-22 | 4 | -974/+1061 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge 8.6 | dgp | 2016-06-17 | 7 | -18/+57 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | merge 8.6 | dgp | 2016-06-03 | 6 | -13/+51 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | merge 8.6 | dgp | 2016-06-01 | 6 | -11/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | excise debug scaffolding | dgp | 2016-05-26 | 1 | -6/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | constructor invocation ensemble rewrite shenanigans also fit into the | dgp | 2016-05-26 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactored routines. | |||||
| | * | | | | | | | | | Reduce to minimum set of TclResetRewriteEnsemble() calls. | dgp | 2016-05-26 | 4 | -4/+7 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Another missing reset | dgp | 2016-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Put in some missing Resets. | dgp | 2016-05-25 | 2 | -7/+19 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble() | dgp | 2016-05-25 | 4 | -101/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls. This likely fixes many weird corner case bugs, and definitly makes future development and maintenance easier. | |||||
| | * | | | | | | | | | Adapt and tidy up the bug fix. | dgp | 2016-05-24 | 1 | -34/+0 | |
| | | | | | | | | | | |