summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.7jan.nijtmans2021-02-181-11/+11
|\ \ \ | |/ /
| * | Protect "interp limit" command better for allowed range in -millis and -secon...jan.nijtmans2021-02-181-11/+11
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-10-021-6/+6
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-6/+6
* | | Merge 8.7jan.nijtmans2020-09-301-10/+22
|\ \ \ | |/ /
| * | TIP #581 tweak: Don't report "slaves" as valid option for "interp"jan.nijtmans2020-09-301-9/+20
* | | Merge 8.7jan.nijtmans2020-09-171-4/+6
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+6
* | | Merge 8.7jan.nijtmans2020-09-141-2/+2
|\ \ \ | |/ /
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | | Merge 8.7jan.nijtmans2020-09-071-4/+12
|\ \ \ | |/ /