summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mo...jan.nijtmans2023-02-221-6/+14
* 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
* | | 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
| |/
* | complete fixjan.nijtmans2023-02-161-5/+5
* | 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
| |/ /
* | | Try to fix [885c86a9a0]. Doesn't work completely yet.jan.nijtmans2023-02-161-5/+3
|/ /
* | Ticket [10c2c17c32] follow-up. One output char too much with -failindex.jan.nijtmans2023-02-151-0/+1
* | 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
* | 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
* | | 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
* | silence compiler warningdgp2023-01-301-1/+1
* | Add some comments and tidy code.pooryorick2023-01-273-2/+5
* | 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
| |\
| | * Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-191-5/+7
* | | Fix for [ee08ed090b0a5408], sporadic segmentation fault inpooryorick2023-01-261-0/+1
* | | First part of fix for [4a7397e0b3]. Not complete yet.jan.nijtmans2023-01-241-2/+6
|\ \ \
| * \ \ Merge 9.0jan.nijtmans2023-01-246-49/+101
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2023-01-223-7/+47
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Merge 8.7 (Bug [e3dcab1d14])Kevin B Kenny2023-01-221-30/+31
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2023-01-191-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2023-01-182-11/+22
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8...jan.nijtmans2023-01-171-2/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.7jan.nijtmans2023-01-151-2/+4
| | |\ \ \ \ \ \
| * | | | | | | | First part of fix for [4a7397e0b3]: Take flags into account when deciding to ...jan.nijtmans2022-12-241-2/+6
| |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2022-12-216-129/+123
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-201-6/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-191-0/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ...jan.nijtmans2022-12-183-10/+15
| * | | | | | | | | | Merge 8.7jan.nijtmans2022-12-161-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-161-4/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-12-091-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-086-19/+17