summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loadingjan.nijtmans2023-09-081-1/+1
* New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* 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
* | 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
* | Fix "package files tcl", considering TIP #590jan.nijtmans2022-11-081-1/+1
* | Merge 8.7jan.nijtmans2022-09-071-7/+13
|\ \
| * | TIP 625 - Re-implementation of listsapnadkarni2022-05-241-4/+10
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-3/+3
* | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-3/+3
|/ /
* | 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
* | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-3/+3
* | Protect "interp limit" command better for allowed range in -millis and -secon...jan.nijtmans2021-02-181-11/+11
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-6/+6
* | TIP #581 tweak: Don't report "slaves" as valid option for "interp"jan.nijtmans2020-09-301-9/+20
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+6
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | 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.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
* | TIP 569 - remove lint commentsdgp2020-03-171-3/+1
* | more unused argumentsdgp2020-03-061-14/+8
* | Merge 8.7jan.nijtmans2020-01-071-0/+2
|\ \
| * | Don't use "operator" as variable name, as it is a keyword in C++.jan.nijtmans2020-01-071-3/+8
* | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-4/+4
|\ \ \ | |/ /
| * | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-4/+4
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+6
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-4/+4
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-36/+36
|\ \ \ | |/ /