summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-19/+19
* Merge 8.7jan.nijtmans2022-01-181-2/+10
|\
| * Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-4/+11
* | Merge 8.7jan.nijtmans2022-01-171-47/+2
|\ \
| * \ Merge 8.6jan.nijtmans2022-01-171-41/+13
| |\ \ | | |/
| | * Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-171-29/+4
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-01-131-1/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-131-1/+3
| |\ \ | | |/
| | * Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-131-1/+3
| | |\
| | | * Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-121-1/+3
* | | | Merge 8.7jan.nijtmans2022-01-121-19/+19
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-01-121-19/+19
| |\ \ \ | | |/ /
| | * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-7/+7
| | |/
* | | Merge 8.7jan.nijtmans2021-12-201-1/+1
|\ \ \ | |/ /
| * | Unbreak windows build caused by [066a9b81b8|this] commitjan.nijtmans2021-12-201-1/+1
* | | Merge 8.7jan.nijtmans2021-12-181-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-181-3/+3
| |\ \ | | |/
| | * Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFTjan.nijtmans2021-12-161-3/+3
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-4/+4
* | | Dodge a few macro games.dgp2021-11-071-1/+1
* | | Merge trunkjan.nijtmans2021-10-081-27/+27
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2021-10-081-26/+26
| |\ \ \ | | |/ /
| | * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-26/+26
| * | | Update code comments.pooryorick2021-09-021-1/+1
* | | | merge trunkdgp2021-07-191-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-06-231-0/+1
| |\ \ \ | | |/ /
| | * | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-201-0/+1
* | | | merge trunkdgp2021-06-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-05-271-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6. Make c++ compile (with g++-11) warning-freejan.nijtmans2021-05-271-1/+1
| | |\ \ | | | |/
* | | | merge trunkdgp2021-05-201-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-05-201-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6, except [688fcc7082] because it gives a merge conflictjan.nijtmans2021-05-201-2/+2
| | |\ \ | | | |/
| | | * Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
| | | * Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -...jan.nijtmans2021-01-201-10/+10
* | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /