summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \ \
| | * | | | | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ...jan.nijtmans2023-01-143-20/+20
* | | | | | | Merge 8.7 (Bug [e3dcab1d14])Kevin B Kenny2023-01-221-0/+41
|\ \ \ \ \ \ \ | |/ / / / / /
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Bug [e3dcab1d14] - merge fix from 8.6Kevin B Kenny2023-01-221-0/+39
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | Missed one more off-by-one error, also, tests misnumbered for merge forward.Kevin B Kenny2023-01-221-7/+7
| | |/ / / /
| | * | | | Bug [e3dcab1d14] fixKevin B Kenny2023-01-221-0/+37
* | | | | | Merge 8.7jan.nijtmans2023-01-192-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [https://core.tcl-lang.org/tk/tktview?name=370b1ff03e|370b1ff03e]: Wrong ...jan.nijtmans2023-01-192-6/+6
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Some test-cases need -nocomplainencoding 1, because they use the fallback beh...jan.nijtmans2023-01-182-6/+6
* | | | | | Merge 8.7jan.nijtmans2023-01-181-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-01-181-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issue...pooryorick2023-01-151-3/+3
| | | | * Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8...jan.nijtmans2023-01-176-31/+31
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge 8.7jan.nijtmans2023-01-153-18/+18
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Update documentation, matching current implementationjan.nijtmans2023-01-153-18/+18
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2022-12-202-82/+4
|\ \ \ | |/ /
| * | Fix [17a1cb8d6e2a51bd]. From now on, noncharacters are no longer rejected in ...jan.nijtmans2022-12-202-82/+4
| |\ \
| | * | Remove all checks for noncharactersjan.nijtmans2022-12-191-4/+4
| |/ /
* | | Merge 8.7jan.nijtmans2022-12-191-0/+78
|\ \ \ | |/ /
| * | Add two testcases, showing how we can distinguish Invalid Byte sequences, Sur...jan.nijtmans2022-12-191-0/+78
* | | Merge 8.7jan.nijtmans2022-12-161-0/+6
|\ \ \ | |/ /
| * | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. A...jan.nijtmans2022-12-161-0/+6
* | | Merge 8.7jan.nijtmans2022-12-161-2/+8
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-12-161-1/+1
| |\ \
| * | | Add testcasejan.nijtmans2022-12-161-2/+8
* | | | Merge 8.7jan.nijtmans2022-12-161-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Adapt iocmd-8.* testcases to change in previous commitjan.nijtmans2022-12-161-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2022-12-151-5/+5
|\ \ \ | |/ /
| * | Fix Tcl_BadChannelOption(), new -nocomplainencoding and -strictencoding optio...jan.nijtmans2022-12-151-5/+5