summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-3/+3
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-52/+52
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-241-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\ \ | | |/
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-1/+1
| | * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-231-53/+54
| | * Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-191-5/+7
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-58/+58
* | | Merge 8.7jan.nijtmans2022-11-081-1/+1
|\ \ \ | |/ /
| * | Fix "package files tcl", considering TIP #590jan.nijtmans2022-11-081-1/+1
* | | Merge 8.7jan.nijtmans2022-09-211-3/+3
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-09-071-7/+13
| |\ \
| | * | TIP 625 - Re-implementation of listsapnadkarni2022-05-241-4/+10
| * | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-3/+3
* | | | First shot at TIP #625 for Tcl 9.0. jan.nijtmans2022-07-141-6/+11
* | | | Merge 8.7jan.nijtmans2022-07-131-1/+1
|\ \ \ \
| * | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-131-1/+1
| | |/ / | |/| |
* | | | Merge 9.0jan.nijtmans2022-05-171-3/+3
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-05-171-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-3/+3
| | |/ /
* | | | Merge 9.0jan.nijtmans2022-05-161-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-04-291-3/+3
| |\ \ \ | | |/ /
* | | | Merge 9.0jan.nijtmans2022-04-141-31/+25
|\ \ \ \ | |/ / /
| * | | Fix breakage in tclInterp.cjan.nijtmans2022-04-121-13/+10
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-25/+22
* | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-6/+6
|\ \ \ \ | |/ / /
| * | | Enhance internal "struct Interp" such that it can handle more than 2^31 levelsjan.nijtmans2022-03-101-1/+1
* | | | Merge 9.0jan.nijtmans2022-02-241-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-101-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-1/+1
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-4/+6
| | | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-4/+4
| | | * Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | | | Some more int -> size_tjan.nijtmans2022-02-211-1/+1
* | | | More int -> size_t in APIjan.nijtmans2022-02-171-3/+3
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
* | | | More progressjan.nijtmans2022-01-271-4/+5
* | | | More work in progressjan.nijtmans2022-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-3/+3
|/ / /
* | | Merge 8.7jan.nijtmans2021-04-281-3/+3
|\ \ \ | |/ /
| * | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-3/+3