summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-01-071-0/+2
| |\ \
| * \ \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)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
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-36/+36
| |\ \ \ \ \
| * | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2020-01-071-3/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Don't use "operator" as variable name, as it is a keyword in C++.jan.nijtmans2020-01-071-3/+8
| | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-09-021-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-4/+4
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-151-4/+4
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
| |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-6/+6
* | | Merge trunkjan.nijtmans2019-02-041-10/+10
|\ \ \
| * \ \ Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-4/+4
| |\ \ \ |/ / / / | | _ / | | /
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-2/+4
* | | Merge 8.7jan.nijtmans2018-12-121-11/+11
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-12/+12
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ /
* | | Implement TIP 445dgp2018-11-131-1/+1
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-20/+90
| |\ \
| * \ \ merge 8.7dgp2017-11-291-4/+0
| |\ \ \
| * \ \ \ merge trunkdgp2017-03-201-3/+0
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-01-121-2/+17
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-12-191-0/+1
| |\ \ \ \ \ \