summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | | 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
| |/ / / |/| | |
* | | | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse()jan.nijtmans2022-01-121-1/+2
* | | | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-1210-19/+19
|/ / /
* | | Make it impossible for the indexType object to cache negative index values. A...jan.nijtmans2021-12-181-3/+5
* | | 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
* | | | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep()jan.nijtmans2021-12-161-2/+2
|/ / /
* | | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-162-16/+19
* | | 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
* | | Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointersjan.nijtmans2021-12-131-2/+2
* | | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it prod...jan.nijtmans2021-12-131-26/+26
* | | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu()jan.nijtmans2021-12-121-3/+4
* | | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum...jan.nijtmans2021-12-071-16/+69
* | | Unbreak buildjan.nijtmans2021-11-262-2/+2
* | | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8....jan.nijtmans2021-11-263-173/+190
* | | Missing static.dgp2021-11-061-1/+1
* | | Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging.dgp2021-11-061-24/+8
* | | Bump to 8.6.12 for releasejan.nijtmans2021-10-271-2/+2
* | | IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-1916-70/+80
* | | Missing braces (just to be sure)jan.nijtmans2021-10-121-1/+1
* | | Fix build failure with --enable-symbols build on Windows: Some code makes ass...jan.nijtmans2021-10-122-8/+9
* | | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de...jan.nijtmans2021-10-112-1/+17
* | | Fix for issue [a8579d906a28], "argument with no name".pooryorick2021-10-081-1/+1
* | | Update all tables to Unicode 14jan.nijtmans2021-09-142-1217/+1258
|\ \ \ | |/ /
| * | Update all tables to Unicode 14jan.nijtmans2021-09-142-1217/+1258
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-09-0121-89/+276
| | |\ \
| | | * \ Merge 8.6jan.nijtmans2021-08-271-0/+2
| | | |\ \
| | | * \ \ repair broken builddgp2021-08-263-7/+7
| | | |\ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2021-08-264-1/+16
| | | |\ \ \ \
| | | * \ \ \ \ Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-236-18/+19
| | | |\ \ \ \ \
| | | * | | | | | Apply macos-tip511.diff. Resolve conflict with TIP #601jan.nijtmans2021-08-193-5/+13
| | | * | | | | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav...jan.nijtmans2021-08-181-1/+1
| | | * | | | | | tip#511 proposed implementationjan.nijtmans2021-08-175-57/+167
| | | * | | | | | Make TCL_MAC_EMPTY_FILE macro work with C++ compilerjan.nijtmans2021-08-151-2/+1
| | | * | | | | | Make tclZipfs.c compilable with a C++ compilerjan.nijtmans2021-08-151-1/+1
| | | * | | | | | Merge 8.6jan.nijtmans2021-07-171-0/+10
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-07-161-4/+4
| | | |\ \ \ \ \ \ \