summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-06-091-67/+72
|\
| * More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-1/+1
| * TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-66/+71
| |\
| | * Merge 9.0jan.nijtmans2022-05-171-13/+13
| | |\ | | |/ | |/|
| | * Merge 9.0jan.nijtmans2022-05-161-19/+19
| | |\
| | * \ Merge 9.0jan.nijtmans2022-04-141-20/+16
| | |\ \
| | * | | More int -> size_tjan.nijtmans2022-03-071-1/+2
| | * | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-7/+7
| | * | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-6/+6
| | * | | More progressjan.nijtmans2022-01-271-9/+9
| | * | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-22/+26
| | * | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-2/+2
| | * | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-13/+13
* | | | | Merge 9.0jan.nijtmans2022-05-171-32/+32
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-05-171-13/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-13/+13
| | * | | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-2/+2
| | * | | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-241-3/+3
| | * | | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-6/+6
| | * | | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-11/+11
| | * | | Start defining "utf32string" typejan.nijtmans2022-03-121-31/+31
| | * | | More progressjan.nijtmans2022-03-121-5/+5
| | * | | 2 more functionsjan.nijtmans2022-03-111-2/+2
| | * | | Handle TclUniCharNcmp()jan.nijtmans2022-03-111-2/+2
| * | | | Merge 9.0jan.nijtmans2022-04-261-20/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Put back Tcl_AppendUnicodeToObj()jan.nijtmans2022-03-251-19/+19
* | | | | Merge 9.0jan.nijtmans2022-04-141-20/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-4/+4
| |\ \ \ \ | | |/ / /
| * | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-16/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-16/+12
| | |/ /
* | | | TIP #619 implementation. tests not working yetjan.nijtmans2022-03-031-0/+2
|/ / /
* | | Merge 8.7jan.nijtmans2022-02-101-10/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2022-02-101-10/+10
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-8/+8
* | | Merge 8.7jan.nijtmans2022-01-211-8/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-211-8/+4
| |\ \ | | |/
| | * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-211-9/+11
| * | Merge 8.6jan.nijtmans2022-01-181-4/+10
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2022-01-181-6/+9
|\ \ \ | | |/ | |/|
| * | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-4/+10
* | | Merge 8.7jan.nijtmans2022-01-171-6/+1
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2022-01-171-9/+1
| |\ \ | | |/
| | * Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-171-9/+1
| * | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-10/+10
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2021-10-081-10/+10
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-10/+10
* | | Merge 8.7jan.nijtmans2021-07-161-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-07-161-4/+4
| |\ \ | | |/
| | * finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by...jan.nijtmans2021-07-131-4/+4
| | * Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-1/+1