summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-1/+1
* Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-241-2/+2
* When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-2/+2
* Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-5/+5
* Merge 8.7. More progressjan.nijtmans2022-03-131-4/+4
|\
| * More tweaksjan.nijtmans2022-03-111-4/+4
| * clarify 'yieldparameter'. Eliminate variable 'unused', reduce coroutine stack...jan.nijtmans2022-03-111-2/+2
* | Start defining "utf32string" typejan.nijtmans2022-03-121-9/+9
* | More progressjan.nijtmans2022-03-121-1/+1
|/
* Merge 8.6jan.nijtmans2022-03-081-2/+2
|\
| * Fix [1c7f179710]: undefined behavior for INST_LSHIFT in ExecuteExtendedBinary...jan.nijtmans2022-03-081-2/+2
* | Merge 8.6jan.nijtmans2022-02-231-2/+4
|\ \ | |/
| * Fix [cb90038a63]: signed integer overflow during expr-34.22, expr-36.22jan.nijtmans2022-02-231-2/+4
* | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-6/+6
* | Merge 8.6jan.nijtmans2022-02-161-24/+24
|\ \ | |/
| * Fix [7f8a3d9818]: signed integer overflow in tclExecute.cjan.nijtmans2022-02-161-8/+8
* | Merge 8.6jan.nijtmans2022-02-101-1/+1
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-211-4/+22
* | Merge 8.6jan.nijtmans2022-01-181-2/+10
|\ \ | |/
| * Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-4/+11
* | 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.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.6jan.nijtmans2022-01-121-19/+19
|\ \ \ | |/ /
| * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-7/+7
| |/
* | Unbreak windows build caused by [066a9b81b8|this] commitjan.nijtmans2021-12-201-1/+1
* | 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
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-26/+26
* | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-201-0/+1
* | Merge 8.6. Make c++ compile (with g++-11) warning-freejan.nijtmans2021-05-271-1/+1
|\ \ | |/
* | 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
* | Fix potential endless loop in "stats" command (only enable in debug-build)jan.nijtmans2021-01-201-3/+3
* | Merge 8.7jan.nijtmans2020-12-111-11/+11
|\ \
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-7/+7
| * | More TCL_UNUSEDjan.nijtmans2020-11-261-1/+1
| * | squelch warning by using proper format specifiersjan.nijtmans2020-11-261-2/+2
* | | Merge 8.7jan.nijtmans2020-11-251-590/+684
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-09-281-3/+3
| |\ \ | | |/
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-17/+17
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+4
| * | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementationjan.nijtmans2020-09-151-9/+29
| |\ \