summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2021-01-221-3/+3
|\
| * Merge 8.7jan.nijtmans2021-01-201-3/+3
| |\
| | * Fix potential endless loop in "stats" command (only enable in debug-build)jan.nijtmans2021-01-201-3/+3
* | | Merge TIP 481 (resolve conflicts)jan.nijtmans2021-01-211-23/+23
|\ \ \ | |/ /
| * | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-23/+23
| |\ \ |/ / / | | _
| * Merge 8.7jan.nijtmans2020-12-111-11/+11
| |\
| * \ Merge 8.7jan.nijtmans2020-11-251-590/+684
| |\ \
* | \ \ Merge 8.7jan.nijtmans2020-12-081-7/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-7/+7
* | | | Fix compilation errorjan.nijtmans2020-11-271-1/+0
* | | | adjust for() loop controls to squelch sign-compare warning, move maxSizeDecad...jan.nijtmans2020-11-261-9/+12
|\ \ \ \
| * | | | adjust for() loop controls to squelch sign-compare warning, move maxSizeDecad...bch2020-11-261-9/+12
| * | | | squelch warning by using proper(?) format specifiers; intent needs TBD, so co...bch2020-11-261-2/+2
* | | | | Merge 8.7jan.nijtmans2020-11-261-3/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | More TCL_UNUSEDjan.nijtmans2020-11-261-1/+1
| * | | squelch warning by using proper format specifiersjan.nijtmans2020-11-261-2/+2
| | |/ | |/|
* | | squelch -Wunused warningbch2020-11-261-0/+1
* | | Merge 8.7jan.nijtmans2020-10-131-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-3/+3
| |\ \
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+4
* | | | Merge 8.7jan.nijtmans2020-09-281-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-281-3/+3
| |\ \ \ | | |/ /
| | * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-17/+17
* | | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-2/+2
* | | | Merge 8.7jan.nijtmans2020-09-171-4/+4
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+4
* | | | Merge 8.7jan.nijtmans2020-09-151-9/+29
|\ \ \ \ | |/ / /
| * | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementationjan.nijtmans2020-09-151-9/+29
| |\ \ \
| | * | | Protect INST_STR_REPLACE toojan.nijtmans2020-09-041-0/+3
| | * | | Tests string-12.2[45].* and fixes to INST_STRING_RANGE.dgp2020-09-021-2/+10
| | * | | Fix for test lindex-18.0dgp2020-09-021-7/+13
| | * | | Different fix where existing protection tools for nesting bytecode executiondgp2020-09-021-0/+3
* | | | | Merge 8.7jan.nijtmans2020-09-111-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-111-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-111-3/+3
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | | | | Merge 8.7jan.nijtmans2020-09-071-7/+13
|\ \ \ \ \ | |/ / / /
* | | | | Merge core-8-branchjan.nijtmans2020-09-051-13/+7
|\ \ \ \ \
| * | | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-13/+7
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2020-09-041-7/+13
|\ \ \ \ \ | |/ / / /
| * | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-7/+13
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2020-08-131-3/+3
|\ \ \ \ | |/ / /
| * | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-3/+3
* | | | Merge 8.7jan.nijtmans2020-07-211-1/+17
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-161-1/+17
| |\ \ \ | | |/ /
| | * | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin...sebres2020-07-151-1/+17
* | | | Merge 8.7jan.nijtmans2020-05-251-2/+4
|\ \ \ \ | |/ / /
| * | | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi...jan.nijtmans2020-05-251-2/+4
| |\ \ \ | | |/ /
| | * | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+...jan.nijtmans2020-05-251-2/+4
| | * | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-9/+3