summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-16/+16
* Merge 8.7 fix [784befb0ba] - tailcall crashapnadkarni2023-05-021-1/+1
|\
| * Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-021-1/+1
| |\
| | * Fix [784befb0ba] - tailcall crashapnadkarni2023-05-021-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
* | | 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
* | | | Merge 9.0jan.nijtmans2023-04-011-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-3/+3
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-3/+3
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-3/+3
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-25/+25
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-241-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-241-3/+3
| |\ \ | | |/
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-3/+3
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | | Merge 8.7jan.nijtmans2022-10-211-6/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-10-211-11/+11
| |\ \ | | |/
| | * Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-201-51/+51
* | | Merge 8.7jan.nijtmans2022-08-231-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-08-231-1/+1
| |\ \ | | |/
| | * Patch (8) from [37108037b9]: Code cleanups to support CHERIjan.nijtmans2022-08-231-1/+1
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-16/+17
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-31/+31
|\ \ \
| * \ \ Merge 9.0jan.nijtmans2022-05-171-6/+6
| |\ \ \ | |/ / / |/| | |
| * | | Merge 9.0jan.nijtmans2022-04-261-0/+3
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-04-141-3/+7
| |\ \ \ \
| * | | | | More progressjan.nijtmans2022-03-291-10/+10
| * | | | | More progressjan.nijtmans2022-03-181-32/+32
| * | | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-52/+52
| |\ \ \ \ \
| * | | | | | More progressjan.nijtmans2022-03-091-52/+52
| * | | | | | More size_tjan.nijtmans2022-03-081-1/+1
| * | | | | | More progressjan.nijtmans2022-03-061-59/+59
| * | | | | | Merge 9.0jan.nijtmans2022-03-061-4/+4
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
| * | | | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-4/+4
| * | | | | | More progressjan.nijtmans2022-01-271-14/+14
| * | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-6/+6
* | | | | | | Merge 8.7jan.nijtmans2022-05-171-6/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-6/+6
| * | | | | Merge 8.7jan.nijtmans2022-04-261-0/+3
| |\ \ \ \ \
| * | | | | | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-1/+1
* | | | | | | merge 8.7sebres2022-04-261-0/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | merge 8.6 (fixes [27520c9b17])sebres2022-04-261-0/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | closes bug [27520c9b17]sebres2022-04-261-0/+3
| | |\ \ \
| | | * | | fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | | | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+7
| |/ / / /