| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -4/+6 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -2/+2 |
|\ |
|
| * | merge 8.5 | dgp | 2019-05-04 | 1 | -0/+7 |
| |\ |
|
| | * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 1 | -0/+34 |
|
|
| | * | Factor clearing of ensemble subcommand table into utility routine. | dgp | 2017-12-05 | 1 | -29/+23 |
|
|
| | * | Another revised fix, much closer to sebres' patch now. | dgp | 2017-12-05 | 1 | -62/+90 |
|
|
| | * | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the | dgp | 2017-12-04 | 1 | -59/+56 |
|
|
* | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -16/+18 |
|
|
* | | | Backout uncomplete fix for [3422267ed6b79922]: segmentation fault from deleti... | jan.nijtmans | 2020-08-13 | 1 | -6/+1 |
|
|
* | | | Fix for [3422267ed6b7], segmentation fault with imported alias. | pooryorick | 2020-08-12 | 1 | -1/+6 |
|
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
|
|
* | | | more | dgp | 2020-03-06 | 1 | -109/+54 |
|
|
* | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally) | jan.nijtmans | 2019-09-02 | 1 | -1/+1 |
|\ \ \ |
|
* \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -4/+39 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -34/+34 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -35/+35 |
|
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -44/+44 |
|\ \ \ \
| |/ / / |
|
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -5/+5 |
|/ / / |
|
* | | | missed bit of type revision. | dgp | 2019-05-03 | 1 | -2/+2 |
|
|
* | | | WIP | dgp | 2019-05-01 | 1 | -0/+7 |
|
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNam... | pooryorick | 2018-02-15 | 1 | -0/+5130 |
|
|
| * | | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -5131/+0 |
|
|
| * | | merge (cherrypick): Add missing parenthesis to an expression in TclEnsureName... | pooryorick | 2017-11-25 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-10-18 | 1 | -6/+4 |
|\ \ \ |
|
| * \ \ | merge core-8-branch | dkf | 2018-09-04 | 1 | -111/+194 |
| |\ \ \ |
|
| * | | | | Added a mechanism for discovering the "type" of a command. | dkf | 2013-07-07 | 1 | -6/+4 |
|
|
* | | | | | merge 8.7 | dgp | 2017-12-27 | 1 | -10/+7 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi... | pooryorick | 2017-12-20 | 1 | -1/+1 |
|
|
| * | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -10/+7 |
|
|
* | | | | | merge 8.7 | dgp | 2017-12-19 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from... | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
|
|
| * | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
|
|
* | | | | | merge 8.7 | dgp | 2017-11-29 | 1 | -1/+30 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add missing parenthesis to an expression in TclEnsureNamespace. | pooryorick | 2017-11-25 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the | pooryorick | 2017-11-17 | 1 | -1/+30 |
|
|
* | | | | merge trunk | dgp | 2017-04-12 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2016-11-28 | 1 | -6/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -6/+4 |
|
|
* | | | | merge trunk | dgp | 2016-09-09 | 1 | -7/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Revert b98ee56376. The "bug" fixed was documented behavior. | dgp | 2016-09-09 | 1 | -7/+13 |
|
|
* | | | | merge trunk | dgp | 2016-09-08 | 1 | -13/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an | dgp | 2016-09-07 | 1 | -13/+7 |
|
|
| * | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -0/+3 |
|
|
* | | | | | merge trunk | dgp | 2016-07-14 | 1 | -4/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Stop checking case that can never happen. | dgp | 2016-07-14 | 1 | -4/+4 |
| |/ / / |
|