Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | amend to [f3d49044c4e658a7]: resolve warnings (signed/unsigned comparisons, i... | sebres | 2019-06-24 | 1 | -2/+2 | |
* | | | | merge 8.7 | dgp | 2019-05-03 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |
* | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -8/+8 | |
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -3/+4 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -3/+3 | |
* | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -27/+38 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 8.7 | dgp | 2018-10-18 | 1 | -6/+4 | |
| |\ \ \ | ||||||
| * \ \ \ | merge 8.7 | dgp | 2017-12-27 | 1 | -10/+7 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2017-11-29 | 1 | -1/+30 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | merge trunk | dgp | 2017-04-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-28 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-09-09 | 1 | -7/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-09-08 | 1 | -13/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-14 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | another one | dgp | 2016-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | merge trunk | dgp | 2016-07-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-02 | 1 | -17/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-05-24 | 1 | -22/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Revise "nsName" ObjType to use proposed routines. | dgp | 2016-04-04 | 1 | -27/+38 | |
* | | | | | | | | | | | | | | | | Merge trunk | jan.nijtmans | 2018-09-27 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Batch of TIP implementations. | dkf | 2018-09-27 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | merge core-8-branch | dkf | 2018-09-04 | 1 | -111/+194 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | 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 | |
| | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Added a mechanism for discovering the "type" of a command. | dkf | 2013-07-07 | 1 | -6/+4 | |
* | | | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -23/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | New macro TclGetUnicodeFromObj() which can handle size_t | jan.nijtmans | 2018-07-01 | 1 | -6/+7 | |
* | | | | | | | | | | | | | | | | More API changes using size_t. Internal changes not complete yet (WIP) | jan.nijtmans | 2018-06-28 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2017-12-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi... | pooryorick | 2017-12-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2017-12-20 | 1 | -11/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -10/+7 | |
| * | | | | | | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t. | jan.nijtmans | 2017-12-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | 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 trunk | jan.nijtmans | 2017-12-01 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Add missing parenthesis to an expression in TclEnsureNamespace. | pooryorick | 2017-11-25 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |