summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-02-232-16/+16
|\
| * Fix [4bea02e811]: encoding convertfrom -strict ascii \x7f generates exceptionjan.nijtmans2023-02-232-16/+16
| |\
| | * Merge 8.7. Adapt more testcases not to depend on the system encoding any morejan.nijtmans2023-02-223-5/+11
| | |\
| | * | Some test-cases start failing in 9.0-compatibility-mode (-DTCL_NO_DEPRECATED)...jan.nijtmans2023-02-212-12/+12
* | | | Merge 8.7jan.nijtmans2023-02-221-5/+10
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2023-02-221-5/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u...jan.nijtmans2023-02-211-0/+6
* | | | Merge 8.7jan.nijtmans2023-02-221-2/+8
|\ \ \ \ | |/ / /
| * | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-191-1/+7
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2023-02-171-1/+7
|\ \ \ | |/ /
| * | complete fixjan.nijtmans2023-02-161-2/+2
| * | Merge 8.7jan.nijtmans2023-02-161-6/+12
| |\ \
| * | | Try to fix [885c86a9a0]. Doesn't work completely yet.jan.nijtmans2023-02-161-1/+7
* | | | Final part of [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. Problem w...jan.nijtmans2023-02-161-2/+2
* | | | Merge 8.7jan.nijtmans2023-02-161-6/+12
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-5/+8
| |\ \ \
| | * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-161-5/+8
| | |/ /
| * | | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindexjan.nijtmans2023-02-151-1/+4
| |/ /
* | | Merge 8.7. Test-case onlyjan.nijtmans2023-02-151-0/+3
|\ \ \ | |/ /
| * | Ticket [10c2c17c32] follow-up. One output char too much with -failindex.jan.nijtmans2023-02-151-0/+3
* | | Merge 8.7jan.nijtmans2023-02-141-2/+36
|\ \ \ | |/ /
| * | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With test...jan.nijtmans2023-02-141-2/+36
* | | Merge 8.7. Mark (new) testcase encoding-16.15 as "knownBug": still needs a fix.jan.nijtmans2023-02-131-0/+24
|\ \ \ | |/ /
| * | Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases ...jan.nijtmans2023-02-131-0/+24
| |\ \
| | * | Add 4 more testcases, showing that the same bug is present in utf-16 as well....jan.nijtmans2023-02-091-0/+12
| | * | Add 4 testcases, showing that the bug fix introduces another (minor) problem....jan.nijtmans2023-02-091-0/+12
* | | | Merge 8.7jan.nijtmans2023-02-121-0/+97
|\ \ \ \ | |/ / /
| * | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-101-0/+97
| |/ /
* | | Merge 8.7jan.nijtmans2023-02-011-1/+1
|\ \ \ | |/ /
| * | Renumber testscase, sync with Tcl 9.0jan.nijtmans2023-02-011-3/+9
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-0/+24
| * | SetFlag -> GotFlag (since SetFlag always returns 1, this is nonsence in an if...jan.nijtmans2023-01-311-0/+10
* | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test.pooryorick2023-01-311-0/+24
* | | Another situation where TCL_COMBINE handling gives a strange result (utf-32 e...jan.nijtmans2023-01-281-0/+4
* | | 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-7/+20
|\ \ \ | |/ /
| * | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now.jan.nijtmans2023-01-271-7/+20
| |\ \ | | |/
| | * new testcase encoding-18.1. Testcase cleanupjan.nijtmans2023-01-271-75/+76
* | | Merge 8.7pooryorick2023-01-271-2/+6
|\ \ \ | |/ /
| * | Test TableFromUtfProc() with strict handling of encoding errors.pooryorick2023-01-251-2/+6
| |\ \
| | * | Test TableFromUtfProc() with strict handling of encoding errors.pooryorick2023-01-251-2/+6
* | | | Merge 8.7jan.nijtmans2023-01-243-13/+13
|\ \ \ \ | |/ / /
| * | | First part of fix for [4a7397e0b3]. Not complete yet.jan.nijtmans2023-01-243-13/+13
| |\ \ \
| | * \ \ Merge 9.0jan.nijtmans2023-01-247-31/+106
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge-mark. Fix testConstraint utf32 (in tests/string.test)jan.nijtmans2023-01-231-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2023-01-223-20/+54
|\ \ \ \ \ | |/ / / /
| * | | | Allow "-strict" and "-failindex" to be used together in "encoding convertfrom...jan.nijtmans2023-01-223-20/+54
| |\ \ \ \
| | * | | | Better error-messagejan.nijtmans2023-01-203-18/+18
| | * | | | New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-193-18/+52
| | * | | | Merge 8.7jan.nijtmans2023-01-193-10/+10
| | |\ \ \ \