| Commit message (Expand) | Author | Age | Files | Lines |
* | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct... | jan.nijtmans | 2022-01-13 | 2 | -19/+19 |
|
|
* | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse() | jan.nijtmans | 2022-01-12 | 1 | -1/+2 |
|
|
* | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 10 | -19/+19 |
|
|
* | Make it impossible for the indexType object to cache negative index values. A... | jan.nijtmans | 2021-12-18 | 1 | -3/+5 |
|
|
* | Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT | jan.nijtmans | 2021-12-18 | 1 | -3/+3 |
|\ |
|
| * | Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT | jan.nijtmans | 2021-12-16 | 1 | -3/+3 |
|
|
* | | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep() | jan.nijtmans | 2021-12-16 | 1 | -2/+2 |
|/ |
|
* | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo... | jan.nijtmans | 2021-12-16 | 2 | -16/+19 |
|
|
* | Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc() | jan.nijtmans | 2021-12-16 | 1 | -1/+3 |
|
|
* | Fix [31e302fcf7]: signed integer overflow in generic/tclHash.c | jan.nijtmans | 2021-12-16 | 1 | -1/+1 |
|
|
* | Fix [90612089d8]: signed integer overflow in ExprRandFunc() | jan.nijtmans | 2021-12-16 | 1 | -4/+4 |
|\ |
|
| * | Fix [90612089d8]: signed integer overflow in ExprRandFunc() | jan.nijtmans | 2021-12-15 | 1 | -4/+4 |
|
|
* | | Undo prevous commit. See [41b1406f51] for the reason | jan.nijtmans | 2021-12-16 | 1 | -1/+1 |
|/ |
|
* | Addendum to [41b1406f51]: change '<=' in range-check to '<' | jan.nijtmans | 2021-12-15 | 1 | -1/+1 |
|
|
* | Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointers | jan.nijtmans | 2021-12-13 | 1 | -2/+2 |
|
|
* | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it prod... | jan.nijtmans | 2021-12-13 | 1 | -26/+26 |
|
|
* | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu() | jan.nijtmans | 2021-12-12 | 1 | -3/+4 |
|
|
* | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum... | jan.nijtmans | 2021-12-07 | 1 | -16/+69 |
|
|
* | Unbreak build | jan.nijtmans | 2021-11-26 | 2 | -2/+2 |
|
|
* | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 3 | -173/+190 |
|
|
* | Missing static. | dgp | 2021-11-06 | 1 | -1/+1 |
|
|
* | Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging. | dgp | 2021-11-06 | 1 | -24/+8 |
|
|
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
|
|
* | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 16 | -70/+80 |
|
|
* | Missing braces (just to be sure) | jan.nijtmans | 2021-10-12 | 1 | -1/+1 |
|
|
* | Fix build failure with --enable-symbols build on Windows: Some code makes ass... | jan.nijtmans | 2021-10-12 | 2 | -8/+9 |
|
|
* | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de... | jan.nijtmans | 2021-10-11 | 2 | -1/+17 |
|
|
* | Fix for issue [a8579d906a28], "argument with no name". | pooryorick | 2021-10-08 | 1 | -1/+1 |
|
|
* | Update all tables to Unicode 14 | jan.nijtmans | 2021-09-14 | 2 | -1217/+1258 |
|\ |
|
| * | Update all tables to Unicode 14 | jan.nijtmans | 2021-09-14 | 2 | -1217/+1258 |
| |\ |
|
| | * | Merge 8.7 | jan.nijtmans | 2021-09-01 | 21 | -89/+276 |
| | |\ |
|
| | | * | Merge 8.6 | jan.nijtmans | 2021-08-27 | 1 | -0/+2 |
| | | |\ |
|
| | | * \ | repair broken build | dgp | 2021-08-26 | 3 | -7/+7 |
| | | |\ \ |
|
| | | * \ \ | Merge 8.6 | jan.nijtmans | 2021-08-26 | 4 | -1/+16 |
| | | |\ \ \ |
|
| | | * \ \ \ | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 6 | -18/+19 |
| | | |\ \ \ \ |
|
| | | * | | | | | Apply macos-tip511.diff. Resolve conflict with TIP #601 | jan.nijtmans | 2021-08-19 | 3 | -5/+13 |
|
|
| | | * | | | | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav... | jan.nijtmans | 2021-08-18 | 1 | -1/+1 |
|
|
| | | * | | | | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 5 | -57/+167 |
|
|
| | | * | | | | | Make TCL_MAC_EMPTY_FILE macro work with C++ compiler | jan.nijtmans | 2021-08-15 | 1 | -2/+1 |
|
|
| | | * | | | | | Make tclZipfs.c compilable with a C++ compiler | jan.nijtmans | 2021-08-15 | 1 | -1/+1 |
|
|
| | | * | | | | | Merge 8.6 | jan.nijtmans | 2021-07-17 | 1 | -0/+10 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-07-16 | 1 | -4/+4 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | TCL_THREADS=0 means no threads too | jan.nijtmans | 2021-06-29 | 1 | -1/+1 |
|
|
| | | * | | | | | | | Tweak TIP #590 impl on MacOS: Shared library could start with capital | jan.nijtmans | 2021-06-25 | 1 | -1/+5 |
|
|
| | | * | | | | | | | Now really merge [bug-f9800d52bd61f240] (previous commit contains test-cases ... | jan.nijtmans | 2021-06-23 | 3 | -1/+29 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | Backout merge of "bug-f9800d52bd61f240" branch, which is - apparently - not r... | jan.nijtmans | 2021-06-21 | 3 | -29/+1 |
|
|
| | | * | | | | | | | | | Fix [048dd20b4171c8da]: cesu-8 encoding fails on \u80 | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
| | | | |/ / / / / / /
| | | |/| | | | | | | |
|
| | | * | | | | | | | | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find | pooryorick | 2021-06-20 | 3 | -1/+29 |
|
|
| | | * | | | | | | | | Fix windows build failure, caused by [f8608fc420] | jan.nijtmans | 2021-06-19 | 1 | -1/+1 |
|
|