summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | More progressjan.nijtmans2022-03-301-4/+4
* | | | More progressjan.nijtmans2022-03-291-4/+4
* | | | More progressjan.nijtmans2022-03-291-6/+6
* | | | size_t continuedjan.nijtmans2022-03-241-1/+1
* | | | Merge 9.0. More progressjan.nijtmans2022-03-231-1/+1
|\ \ \ \ | |/ / /
* | | | More progressjan.nijtmans2022-03-181-7/+7
* | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-12/+12
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-101-6/+6
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-6/+6
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-6/+6
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-3/+5