summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-09-011-544/+545
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-538/+538
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-538/+538
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-8/+9
| |\ \ | | |/
| | * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-12/+13
| | |\
| | | * Merge 8.6jan.nijtmans2020-08-191-4/+4
| | | |\ | | | |/ | | |/|
| | | * Merge 8.6jan.nijtmans2020-07-201-5/+5
| | | |\
| | | * | New TIP #581 implementationjan.nijtmans2020-07-171-2/+3
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-4/+4
| | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2020-07-211-9/+9
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-171-5/+5
| |\ \ \ | | |/ /
| | * | Doc/internal variable tweaksjan.nijtmans2020-07-171-5/+5
| | |/
| | * A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+2
| | * (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the...jan.nijtmans2016-10-031-8/+3
| * | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-4/+4
* | | merge 8.7dgp2020-03-171-3/+1
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-3/+1
* | | merge 8.7dgp2020-03-061-14/+8
|\ \ \ | |/ /
| * | more unused argumentsdgp2020-03-061-14/+8
* | | Merge 8.7jan.nijtmans2020-02-281-37/+37
|\ \ \ | |/ /