summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-01-1520-160/+160
|\
| * Fix [6474fbd934]: Tcl 8.7a5: why utf-8 is different?jan.nijtmans2022-01-152-13/+10
| |\
| | * Proposed fix for [6474fbd934]: Tcl 8.7a5: why utf-8 is different?jan.nijtmans2022-01-142-13/+10
| |/
| * 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
| | |/
* | | Merge 8.7jan.nijtmans2022-01-1029-198/+307
|\ \ \ | |/ /
| * | Rename "testConstraint nodep" to "testConstraint deprecated", making it the s...jan.nijtmans2022-01-096-12/+12
| * | Merge 8.6jan.nijtmans2022-01-071-7/+17
| |\ \ | | |/
| | * tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes ...jan.nijtmans2022-01-071-7/+17
| * | 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-217-43/+51
| |\ \ | | |/
| | * binary encode/decode hex: document upper/lower character use.oehhar2021-12-201-0/+2
| * | 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-1/+1
| |\ \ | | |/
| | * Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.htmljan.nijtmans2021-12-181-1/+1
| * | 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-163-34/+45
| |\ \ | | |/
| | * Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-163-28/+39
| * | 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
| |\ \ | | |/
| | * Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it prod...jan.nijtmans2021-12-131-26/+26
| * | Merge 8.6jan.nijtmans2021-12-121-4/+5
| |\ \ | | |/