Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Replace more DuplicateObj with ListObjCopy. | griffin | 2023-08-12 | 1 | -2/+2 | |
* | Revert DupolicatePureObj back to DuplicateObj. | griffin | 2023-08-10 | 1 | -3/+2 | |
* | merge trunk | griffin | 2023-06-20 | 1 | -4/+4 | |
|\ | ||||||
| * | 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 | |
* | | | merge trunk | griffin | 2023-06-19 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l... | jan.nijtmans | 2023-06-16 | 1 | -2/+2 | |
* | | | Merge trunk | griffin | 2023-05-23 | 1 | -2/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -2/+9 | |
* | | | Merge trunk | griffin | 2023-05-17 | 1 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | New function, TclDuplicatePureObj(), doesn't duplicate the string | pooryorick | 2023-05-16 | 1 | -3/+6 | |
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*-----. \ \ | Partial sync-up with trunk. | griffin | 2023-04-30 | 1 | -37/+37 | |
|\ \ \ \ \ \ | | | | |/ / | ||||||
| | | | * | | 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 | |
| | |/ | |/| | ||||||
* | | | Merge trunk | griffin | 2023-03-25 | 1 | -18/+18 | |
|\ \ \ | |/ / | ||||||
| * | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -18/+18 | |
* | | | Merge 9.0 | jan.nijtmans | 2022-11-29 | 1 | -2/+6 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |
* | | | TCL_OBJTYPE_V0_INIT -> TCL_OBJTYPE_V0 (See TIP #644). Remove Tcl_SavedResult ... | jan.nijtmans | 2022-11-24 | 1 | -2/+2 | |
* | | | Implement abstractlist with tip-644 | griffin | 2022-11-04 | 1 | -2/+4 | |
|/ / | ||||||
* | | 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 | |