Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -2/+2 | |
* | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -2/+2 | |
* | | | merge 8.7 | dgp | 2020-03-17 | 1 | -3/+0 | |
|\ \ \ | |/ / | ||||||
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -3/+0 | |
* | | | merge 8.7 | dgp | 2020-03-09 | 1 | -10/+4 | |
|\ \ \ | |/ / | ||||||
| * | | More | dgp | 2020-03-09 | 1 | -10/+4 | |
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -29/+33 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -2/+4 | |
| |\ \ | ||||||
| | * \ | merge 8.7 | dgp | 2019-12-30 | 1 | -21/+21 | |
| | |\ \ | ||||||
| * | \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+2 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| * | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -0/+2 | |
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -13/+13 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -31/+31 | |
| |\ \ \ \ | ||||||
| * | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | merge trunk | dgp | 2019-12-30 | 1 | -21/+21 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -17/+17 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -18/+18 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Remove "register" keyword in various places. Also add some type-casts to help... | jan.nijtmans | 2019-08-14 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-06-12 | 1 | -3/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -3/+3 | |
* | | | | | Convert deprecation to elimination for Tcl 9. | dgp | 2019-05-11 | 1 | -16/+0 | |
* | | | | | Start TIP 543 for Tcl 9. | dgp | 2019-05-11 | 1 | -2/+4 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | Start of TIP 543 implementation. | dgp | 2019-05-10 | 1 | -2/+4 | |
| |/ / | ||||||
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 | |
* | | | Minor code cleanup: More use of size_t where possible, and elimination of unn... | jan.nijtmans | 2019-03-29 | 1 | -6/+6 | |
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -4/+4 | |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -14/+14 | |
|\ \ \ | |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -5/+5 | |
|\ \ \ | |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2018-11-22 | 1 | -12/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -12/+4 | |
| |\ \ | | |/ | ||||||
| | * | More coverity issues | dkf | 2018-11-20 | 1 | -12/+4 | |
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -26/+26 | |
|\ \ \ | ||||||
* | | | | Merge trunk | jan.nijtmans | 2018-07-05 | 1 | -9/+10 | |
|/ / / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2018-07-04 | 1 | -119/+0 | |
|/ / | ||||||
* | | merge 8.6 | dgp | 2018-04-19 | 1 | -0/+41 | |
|\ \ | |/ | ||||||
| * | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+41 | |
* | | merge 8.6 | dgp | 2018-04-17 | 1 | -1/+11 | |
|\ \ | |/ | ||||||
| * | merge 8.5 | dgp | 2018-04-17 | 1 | -1/+11 | |
| |\ | ||||||
| | * | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. | dgp | 2018-04-17 | 1 | -1/+11 | |
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+3 | |
* | | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few... | jan.nijtmans | 2017-03-21 | 1 | -0/+6 | |
* | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -1/+1 | |
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 | |
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate... | jan.nijtmans | 2016-01-18 | 1 | -1/+2 | |
* | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -10/+10 | |