| Commit message (Expand) | Author | Age | Files | Lines |
* | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
|
|
* | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
* | Almost complete (at least the API) | jan.nijtmans | 2022-01-27 | 1 | -3/+3 |
|
|
* | more progress | jan.nijtmans | 2022-01-26 | 1 | -7/+7 |
|
|
* | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -7/+7 |
|\ |
|
* | | Tcl Dicts > 2^31 elements too | jan.nijtmans | 2022-01-24 | 1 | -1/+2 |
|
|
* | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -66/+41 |
|/ |
|
* | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -25/+25 |
|\ |
|
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -70/+70 |
|
|
* | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -9/+9 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | Fix gcc warnings, compiling on 32-bit Linux | jan.nijtmans | 2020-09-18 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| |\ |
|
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
|
|
| | * | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -7/+7 |
| | |\ |
|
* | | \ | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ... | jan.nijtmans | 2020-06-07 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, n... | jan.nijtmans | 2020-06-07 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7. Change TclListObjRange() signature, using size_t for index argumen... | jan.nijtmans | 2020-06-05 | 1 | -7/+8 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -6/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | more | dgp | 2020-03-06 | 1 | -6/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-29 | 1 | -13/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Better error-message in case of "index out of range", mentioning the actual i... | jan.nijtmans | 2020-02-29 | 1 | -13/+12 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -11/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -11/+11 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -11/+11 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -11/+11 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -11/+11 |
| |/ / / |
|
* | | | | merge 8.7 | dkf | 2019-04-19 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
|
|
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -1/+1 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-02-04 | 1 | -8/+8 |
|\ \ \ \ |
|
| * \ \ \ | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -11/+17 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
|
|
| | * | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
| | |\ \ \
| | | |/ / |
|
* | | | | | Merge trunk. All callers of TclIndexDecode and related functions now adapted ... | jan.nijtmans | 2019-01-20 | 1 | -11/+17 |
|\ \ \ \ \
| |/ / / / |
|
* | | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -10/+12 |
|/ / / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-16 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -7/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -9/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge and adapt 8.6 | dgp | 2018-11-09 | 1 | -3/+5 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5 | dgp | 2018-11-09 | 1 | -1/+18 |
| | |\ \
| | | |/ |
|
| | | * | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -1/+18 |
|
|
| * | | | Implement TIP 523 | dkf | 2018-11-06 | 1 | -6/+15 |
| |\ \ \ |
|