summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-01-211-8/+4
|\
| * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-213-16/+37
* | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-212-5/+31
* | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929...jan.nijtmans2022-01-191-1/+4
* | Merge 8.6jan.nijtmans2022-01-184-11/+29
|\ \ | |/
| * Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-174-13/+30
* | Fix merge conflict previous commitjan.nijtmans2022-01-174-6/+1
* | Merge 8.6jan.nijtmans2022-01-177-14/+23
|\ \ | |/
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-1726-141/+172
* | Merge 8.6jan.nijtmans2022-01-173-54/+17
|\ \ | |/
| * Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-173-42/+8
* | Proposed fix for [6474fbd934]: Tcl 8.7a5: why utf-8 is different?jan.nijtmans2022-01-141-3/+0
* | Fix [b241e4ccc0]: Error while building with Tcl 8.7a5...jan.nijtmans2022-01-141-5/+5
* | Merge 8.6jan.nijtmans2022-01-148-26/+26
|\ \ | |/
| * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-147-9/+9
| |\
| | * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-137-9/+9
| * | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like Resu...jan.nijtmans2022-01-142-19/+19
| |\ \
| | * | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-132-19/+19
* | | | Merge 8.6jan.nijtmans2022-01-133-11/+13
|\ \ \ \ | |/ / /
| * | | 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
| * | | | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-131-9/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
| | |/ /
| * | | Fix [6cb3db4965]: pointer arithmetic using NULL in InitArgsAndLocals()jan.nijtmans2022-01-131-1/+1
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2022-01-121-1/+2
|\ \ \ | |/ /
| * | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse()jan.nijtmans2022-01-121-1/+2
* | | Merge 8.6jan.nijtmans2022-01-1210-106/+106
|\ \ \ | |/ /
| * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-1210-19/+19
| |/
* | Fix [0386e9a967]: Bitrot in tclZlib.cjan.nijtmans2022-01-072-48/+70
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-216-43/+49
|\ \ | |/
* | Unbreak windows build caused by [066a9b81b8|this] commitjan.nijtmans2021-12-201-1/+1
* | Merge 8.6jan.nijtmans2021-12-181-3/+5
|\ \ | |/
| * Make it impossible for the indexType object to cache negative index values. A...jan.nijtmans2021-12-181-3/+5
* | Merge 8.6jan.nijtmans2021-12-181-3/+3
|\ \ | |/
| * Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFTjan.nijtmans2021-12-181-3/+3
| |\
| | * Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFTjan.nijtmans2021-12-161-3/+3
* | | Merge 8.6jan.nijtmans2021-12-161-2/+2
|\ \ \ | |/ /
| * | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep()jan.nijtmans2021-12-161-2/+2
| |/
* | Merge 8.6jan.nijtmans2021-12-162-23/+26
|\ \ | |/
| * Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-162-16/+19
* | Merge 8.6jan.nijtmans2021-12-162-6/+8
|\ \ | |/
| * Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc()jan.nijtmans2021-12-161-1/+3
| * Fix [31e302fcf7]: signed integer overflow in generic/tclHash.cjan.nijtmans2021-12-161-1/+1
| * Fix [90612089d8]: signed integer overflow in ExprRandFunc()jan.nijtmans2021-12-161-4/+4
| |\
| | * Fix [90612089d8]: signed integer overflow in ExprRandFunc()jan.nijtmans2021-12-151-4/+4
| * | Undo prevous commit. See [41b1406f51] for the reasonjan.nijtmans2021-12-161-1/+1
| |/
| * Addendum to [41b1406f51]: change '<=' in range-check to '<'jan.nijtmans2021-12-151-1/+1
* | Merge 8.6jan.nijtmans2021-12-131-2/+2
|\ \ | |/
| * Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointersjan.nijtmans2021-12-131-2/+2
* | Merge 8.6jan.nijtmans2021-12-131-4/+4
|\ \ | |/