summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix crash. int->size_t needs +1 in comparisons.apnadkarni2023-02-271-1/+1
* Move the "srcLen -= srcChunkRead;" past the "if ((result != TCL_CONVERT_NOSPA...jan.nijtmans2023-02-261-5/+5
* Experimental fix for [fb368527ae] - length truncationapnadkarni2023-02-251-19/+67
* Merge 8.7jan.nijtmans2023-02-241-27/+27
|\
| * int -> Tcl_Size in tclEncoding.c (making the diff between Tcl 8.7 and 9.0 sma...jan.nijtmans2023-02-241-27/+27
| * minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mo...jan.nijtmans2023-02-221-6/+14
* | Merge 8.7jan.nijtmans2023-02-221-9/+41
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-02-221-9/+39
| |\
| | * Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32jan.nijtmans2023-02-221-3/+24
| | |\
| | | * Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u...jan.nijtmans2023-02-211-3/+24
* | | | Merge 8.7jan.nijtmans2023-02-222-12/+26
|\ \ \ \ | |/ / /
| * | | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-221-12/+24
| |\ \ \
| | * | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-191-12/+24
| * | | | Merge 8.6jan.nijtmans2023-02-221-0/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced...jan.nijtmans2023-02-211-5/+7
| | |/
* | | Merge 8.7jan.nijtmans2023-02-171-9/+7
|\ \ \ | |/ /
| * | complete fixjan.nijtmans2023-02-161-5/+5
| * | Merge 8.7jan.nijtmans2023-02-161-9/+15
| |\ \
| * | | Try to fix [885c86a9a0]. Doesn't work completely yet.jan.nijtmans2023-02-161-5/+3
* | | | Merge 8.7jan.nijtmans2023-02-161-9/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-9/+15
| |\ \ \
| | * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-9/+15
| | |/ /
| * | | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindexjan.nijtmans2023-02-151-1/+1
| |/ /
| * | Ticket [10c2c17c32] follow-up. One output char too much with -failindex.jan.nijtmans2023-02-151-0/+1
* | | Merge 8.7jan.nijtmans2023-02-141-15/+24
|\ \ \ | |/ /
| * | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With test...jan.nijtmans2023-02-141-8/+16
| * | Make a start fixing [bd1a60eb9c]. WIPjan.nijtmans2023-02-141-7/+8
* | | Merge 8.7. Mark (new) testcase encoding-16.15 as "knownBug": still needs a fix.jan.nijtmans2023-02-131-6/+15
|\ \ \ | |/ /
| * | Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases ...jan.nijtmans2023-02-131-4/+36
| |\ \
| | * | Add 4 more testcases, showing that the same bug is present in utf-16 as well....jan.nijtmans2023-02-091-8/+36
| | * | Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: ...jan.nijtmans2023-02-061-0/+4
* | | | Merge 8.7jan.nijtmans2023-02-121-0/+8
|\ \ \ \ | |/ / /
| * | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-101-0/+8
| |/ /
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-8/+6
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-012-30/+33
| |\ \ | | |/
| | * (Cherry-pick) Make Tcl_UniCharToUtf more readable.jan.nijtmans2023-02-012-30/+33
| * | SetFlag -> GotFlag (since SetFlag always returns 1, this is nonsence in an if...jan.nijtmans2023-01-311-1/+1
* | | Make Tcl_UniCharToUtf more readable and add test to exercise surrogatepooryorick2023-01-312-38/+39
|\ \ \
| * | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test.pooryorick2023-01-311-1/+1
| * | | A few more readability changes to Tcl_UniCharToUtf() pooryorick2023-01-301-4/+4
| * | | Make Tcl_UniCharToUtf() a little easier to read.pooryorick2023-01-301-22/+26
* | | | merge 8.7dgp2023-01-303-2/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | silence compiler warningdgp2023-01-301-1/+1
| * | Add some comments and tidy code.pooryorick2023-01-273-2/+5
* | | Another situation where TCL_COMBINE handling gives a strange result (utf-32 e...jan.nijtmans2023-01-281-2/+8
* | | Fix "format %c 0x10000041", should give the same answer as in Tcl 8.6 (Handli...jan.nijtmans2023-01-281-0/+3
* | | Merge 8.7jan.nijtmans2023-01-271-1/+1
|\ \ \ | |/ /
| * | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now.jan.nijtmans2023-01-271-1/+1
| |\ \ | | |/
| | * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-233-200/+153
| | * Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-221-5/+7
| | |\