Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge core-8-6-branch: | jan.nijtmans | 2016-07-07 | 16 | -94/+84 |
|\ | | | | | | | | | | | | | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE Simplify all the Tcl_NRPostProc declarations Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows | ||||
| * | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. | ashok | 2016-07-07 | 4 | -20/+25 |
| | | |||||
| * | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 3 | -21/+16 |
| | | | | | | all that is needed. | ||||
| * | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 10 | -45/+23 |
| | | |||||
| * | [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 | 2 | -1/+19 |
| | | | | | | Itcl 4 also demonstrated these problems. | ||||
* | | 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 |
| | | | | | | | | | | |