summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-112/+112
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-4/+4
|\
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-20/+20
* | more spacing/formatting tweaksdkf2024-03-191-2/+1
* | Fix indentation/brace usage style issuesdkf2024-03-191-5/+4
* | Merge 8.7jan.nijtmans2024-03-131-14/+15
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-03-121-14/+15
| |\
| | * Code cleanup, no change in functionality. All backported from 8.7/9.0jan.nijtmans2024-03-121-241/+222
| | * More type-casts (c++-compatibility)jan.nijtmans2023-09-131-29/+29
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-20/+20
* | | Merge 8.7jan.nijtmans2023-10-191-24/+24
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-24/+24
| * | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-6/+2
| |\ \
| | * | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-5/+1
| |/ /
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-1/+5
| * | More int/Tcl_Size backportjan.nijtmans2023-05-201-36/+37
* | | More replacements of DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
* | | Revert more bits.griffin2023-08-101-24/+0
* | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-10/+5
* | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-5/+5
* | | Merge trunkgriffin2023-05-231-5/+34
|\ \ \
| * | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-5/+34
|/ / /
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-1/+1
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-74/+74
|/ / /
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-36/+36
* | | Merge 8.7jan.nijtmans2022-11-281-2/+10
|\ \ \ | |/ /
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+10
* | | Rebase to 9.0jan.nijtmans2022-10-211-1/+2
|\ \ \
| * | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | | Merge 8.7jan.nijtmans2022-10-211-14/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge 8.6jan.nijtmans2022-10-211-14/+14
| |\ \ | | |/
| | * Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-201-14/+14
* | | Merge 8.7jan.nijtmans2022-07-211-7/+7
|\ \ \ | |/ /
| * | More TclGetStringFromObj() usagejan.nijtmans2022-07-211-173/+159
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-1/+1
* | | Merge 8.7jan.nijtmans2022-06-131-4/+4
|\ \ \ | |/ /
* | | Merge 9.0jan.nijtmans2022-05-171-19/+19
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-19/+19
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-19/+19
* | | | Merge 9.0jan.nijtmans2022-04-141-8/+12
|\ \ \ \ | |/ / /
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-6/+9
| |\ \ \
| * \ \ \ Rebase to Tcl 9.0jan.nijtmans2022-04-011-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-2/+3
| | |/ /
* | | | More progressjan.nijtmans2022-03-311-4/+4
* | | | more progressjan.nijtmans2022-03-311-1/+1
* | | | More progressjan.nijtmans2022-03-301-1/+1