| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-19 | 1 | -4/+4 |
|\ |
|
| * | Some more Tcl_Size usage | jan.nijtmans | 2023-06-19 | 1 | -3/+5 |
|
|
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -3/+13 |
|
|
| * | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -23/+27 |
|
|
* | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l... | jan.nijtmans | 2023-06-16 | 1 | -2/+2 |
|
|
* | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -2/+9 |
|
|
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -3/+6 |
|
|
* | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -2/+2 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -2/+2 |
|\ \ |
|
| * \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -33/+33 |
|/ / |
|
* | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -18/+18 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -2/+6 |
|
|
* | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Use Tcl_ObjCmdProc in stead of full signature | jan.nijtmans | 2022-10-10 | 1 | -28/+26 |
|
|
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -4/+2 |
|
|
* | | Implement modification of the 'name2' trace callback argument. | sbron | 2022-08-31 | 1 | -4/+15 |
|
|
* | | Alternative fix for the error messages by chw, which doesn't break traces on | sbron | 2022-08-27 | 1 | -3/+5 |
|
|
* | | Start TIP #634 implementation using modified patch from ticket #2969488 by fe... | sbron | 2022-08-24 | 1 | -0/+9 |
|
|
* | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -6/+6 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -6/+6 |
| |\ \
| | |/ |
|
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -6/+6 |
|
|
* | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Rebase to Tcl 9.0 | jan.nijtmans | 2022-04-01 | 1 | -6/+6 |
| |\ \ |
|
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long... | jan.nijtmans | 2022-03-02 | 1 | -6/+6 |
|
|
* | | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -6/+6 |
|
|
* | | | | Merge 9.0 | jan.nijtmans | 2022-03-15 | 1 | -33/+33 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2022-03-14 | 1 | -20/+20 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha... | jan.nijtmans | 2022-03-14 | 1 | -20/+20 |
| | |/ |
|
* | | | Provide somewhat more space in Tcl_CallFrame | jan.nijtmans | 2022-03-08 | 1 | -4/+4 |
|
|
* | | | Merge 9.0 | jan.nijtmans | 2022-02-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | |\ |
|
| | | * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
| | | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -4/+5 |
|
|
* | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|
|
* | | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|
|
* | | | | More int -> size_t, especially TclOO | jan.nijtmans | 2022-01-27 | 1 | -1/+2 |
|
|
* | | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList too | jan.nijtmans | 2022-01-24 | 1 | -15/+20 |
|
|
* | | | | Tcl Dicts > 2^31 elements too | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
|
|
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -6/+6 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -42/+42 |
|\ \ \
| |/ / |
|
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -29/+29 |
|
|
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -5/+5 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-10-02 | 1 | -4/+4 |
|\ \ \
| |/ / |
|