summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-03-221-2/+2
|\
| * Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8jan.nijtmans2023-03-221-1/+1
| |\
| | * Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8.jan.nijtmans2023-03-221-1/+1
| |/ |/|
* | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-229-40/+33
* | code cleanup: use more *SURROGATE() macro'sjan.nijtmans2023-03-221-8/+8
* | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w...jan.nijtmans2023-03-224-18/+5
* | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takespooryorick2023-03-211-2/+0
* | Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an...jan.nijtmans2023-03-211-1/+27
|\ \
| * | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n...jan.nijtmans2023-03-201-1/+27
* | | Fix indenting. More use of TCL_INDEX_NONEjan.nijtmans2023-03-211-146/+136
|/ /
* | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ...jan.nijtmans2023-03-202-9/+19
* | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-201-1/+2
* | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does...jan.nijtmans2023-03-201-7/+9
* | Fix [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-201-13/+18
|\ \
| * | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-191-13/+17
|/ /
* | Merge 8.7jan.nijtmans2023-03-173-13/+16
|\ \
| * | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails som...jan.nijtmans2023-03-171-4/+7
| * | If TCL_UTF_MAX=4, don't set 'exact' to 1jan.nijtmans2023-03-161-1/+1
* | | Merge 8.7apnadkarni2023-03-164-18/+48
|\ \ \ | |/ /
| * | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or...jan.nijtmans2023-03-161-0/+7
| |\ \
| * | | Fix (minor) warning on 32-bit platformsjan.nijtmans2023-03-161-2/+2
| * | | Further fix for issue [ea69b0258a9833cb], crash when using a channel transfor...pooryorick2023-03-152-16/+39
* | | | Change -encodingprofile to -profileapnadkarni2023-03-161-29/+29
* | | | Merge 8.7apnadkarni2023-03-143-44/+90
|\ \ \ \ | |/ / /
| * | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_...jan.nijtmans2023-03-141-1/+1
| |\ \ \
| * \ \ \ Fix for issue [ea69b0258a9833cb], crash when using a channel transformation onpooryorick2023-03-131-27/+40
| |\ \ \ \
| | * | | | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation onpooryorick2023-03-131-27/+40
| * | | | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-132-2/+254
| |\ \ \ \ \
| * | | | | | Backport [6fb14ee3e876978c]. Add testcasesjan.nijtmans2023-03-121-7/+5
| * | | | | | Fix [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogatesjan.nijtmans2023-03-121-5/+34
| |\ \ \ \ \ \
| | * | | | | | Proposed fix for [db7a085bd9]: encoding convertfrom -strict utf-16 accepts pa...jan.nijtmans2023-03-112-5/+27
| | * | | | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 bra...jan.nijtmans2023-03-091-3/+36
| | * | | | | | More -Wconversion warning fixesjan.nijtmans2023-03-085-58/+60
| | * | | | | | Merge 8.7jan.nijtmans2023-03-081-1/+18
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-071-1/+1
| | |\ \ \ \ \ \ \
| | * | | | | | | | ckfree() -> Tcl_Free()jan.nijtmans2023-03-061-1/+1
| | * | | | | | | | Merge 8.7jan.nijtmans2023-03-051-16/+40
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0527-598/+598
| | * | | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0533-217/+217
| | * | | | | | | | Merge 8.7 - Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-041-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Adapt type-casts to Tcl 9.0 signature of Tcl_Free/Tcl_Realloc/Tcl_AttemptReallocjan.nijtmans2023-03-031-3/+3
| | * | | | | | | | | | ckfree() shouldn't be used in Tcl 9 core code any morejan.nijtmans2023-03-031-1/+1
| | * | | | | | | | | | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-031-14/+30
| | * | | | | | | | | | Merge trunkapnadkarni2023-03-011-6/+6
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix msvc build (with OPTS=symbols)jan.nijtmans2023-03-011-6/+6
| | * | | | | | | | | | | Bug [9a978f8323]: crash reading large filesapnadkarni2023-03-011-11/+15
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge 8.7jan.nijtmans2023-02-282-1/+8
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-281-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-281-1/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \