| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 64 | -286/+286 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 28 | -92/+95 |
|
|
* | Allow empty mode list in [chan create], so that refchans are able to mimic th... | max | 2023-03-30 | 1 | -11/+10 |
|
|
* | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERES... | jan.nijtmans | 2023-03-27 | 1 | -19/+64 |
|
|
* | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 11 | -23/+23 |
|
|
* | Resolve C warnings on 32-bit platforms. More code cleanup. | jan.nijtmans | 2023-03-23 | 1 | -118/+119 |
|
|
* | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|\ |
|
| * | Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8. | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|
|
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 9 | -40/+33 |
|
|
| * | code cleanup: use more *SURROGATE() macro's | jan.nijtmans | 2023-03-22 | 1 | -8/+8 |
|
|
| * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w... | jan.nijtmans | 2023-03-22 | 4 | -18/+5 |
|
|
| * | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes | pooryorick | 2023-03-21 | 1 | -2/+0 |
|
|
| * | Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an... | jan.nijtmans | 2023-03-21 | 1 | -1/+27 |
| |\ |
|
| | * | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n... | jan.nijtmans | 2023-03-20 | 1 | -1/+27 |
|
|
| * | | Fix indenting. More use of TCL_INDEX_NONE | jan.nijtmans | 2023-03-21 | 1 | -146/+136 |
| |/ |
|
| * | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ... | jan.nijtmans | 2023-03-20 | 2 | -9/+19 |
|
|
| * | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 | jan.nijtmans | 2023-03-20 | 1 | -1/+2 |
|
|
| * | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does... | jan.nijtmans | 2023-03-20 | 1 | -7/+9 |
|
|
| * | Fix [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-20 | 1 | -13/+18 |
| |\ |
|
| | * | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-19 | 1 | -13/+17 |
| |/ |
|
| * | Merge 8.7 | jan.nijtmans | 2023-03-17 | 3 | -13/+16 |
| |\ |
|
| | * | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails som... | jan.nijtmans | 2023-03-17 | 1 | -4/+7 |
|
|
| | * | If TCL_UTF_MAX=4, don't set 'exact' to 1 | jan.nijtmans | 2023-03-16 | 1 | -1/+1 |
|
|
| * | | Merge 8.7 | apnadkarni | 2023-03-16 | 4 | -18/+48 |
| |\ \
| | |/ |
|
| | * | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or... | jan.nijtmans | 2023-03-16 | 1 | -0/+7 |
| | |\ |
|
| | * | | Fix (minor) warning on 32-bit platforms | jan.nijtmans | 2023-03-16 | 1 | -2/+2 |
|
|
| | * | | Further fix for issue [ea69b0258a9833cb], crash when using a channel transfor... | pooryorick | 2023-03-15 | 2 | -16/+39 |
|
|
| * | | | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 1 | -29/+29 |
|
|
| * | | | Merge 8.7 | apnadkarni | 2023-03-14 | 3 | -44/+90 |
| |\ \ \
| | |/ / |
|
| | * | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_... | jan.nijtmans | 2023-03-14 | 1 | -1/+1 |
| | |\ \ |
|
| | * \ \ | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -27/+40 |
| | |\ \ \ |
|
| | | * | | | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -27/+40 |
|
|
| | * | | | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 2 | -2/+254 |
| | |\ \ \ \ |
|
| | * | | | | | Backport [6fb14ee3e876978c]. Add testcases | jan.nijtmans | 2023-03-12 | 1 | -7/+5 |
|
|
| | * | | | | | Fix [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogates | jan.nijtmans | 2023-03-12 | 1 | -5/+34 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Proposed fix for [db7a085bd9]: encoding convertfrom -strict utf-16 accepts pa... | jan.nijtmans | 2023-03-11 | 2 | -5/+27 |
|
|
| | | * | | | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 bra... | jan.nijtmans | 2023-03-09 | 1 | -3/+36 |
|
|
| | | * | | | | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 5 | -58/+60 |
|
|
| | | * | | | | | Merge 8.7 | jan.nijtmans | 2023-03-08 | 1 | -1/+18 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | ckfree() -> Tcl_Free() | jan.nijtmans | 2023-03-06 | 1 | -1/+1 |
|
|
| | | * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-03-05 | 1 | -16/+40 |
| | | |\ \ \ \ \ \ \
| | | | | |_|_|/ / /
| | | | |/| | | | | |
|
| | | * | | | | | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 27 | -598/+598 |
|
|
| | | * | | | | | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 33 | -217/+217 |
|
|
| | | * | | | | | | | Merge 8.7 - Protect zlib errors with check for null interp | apnadkarni | 2023-03-04 | 1 | -10/+19 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-04 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | Adapt type-casts to Tcl 9.0 signature of Tcl_Free/Tcl_Realloc/Tcl_AttemptRealloc | jan.nijtmans | 2023-03-03 | 1 | -3/+3 |
|
|
| | | * | | | | | | | | | ckfree() shouldn't be used in Tcl 9 core code any more | jan.nijtmans | 2023-03-03 | 1 | -1/+1 |
|
|
| | | * | | | | | | | | | Fix Valgrind "still reachable" report in TestcmdtokenCmd(). | pooryorick | 2023-03-03 | 1 | -14/+30 |
|
|
| | | * | | | | | | | | | Merge trunk | apnadkarni | 2023-03-01 | 1 | -6/+6 |
| | | |\ \ \ \ \ \ \ \ \ |
|