summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: ...jan.nijtmans2023-02-061-0/+4
* | | | Merge 8.7jan.nijtmans2023-02-122-0/+105
|\ \ \ \ | |/ / /
| * | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-122-0/+105
| |\ \ \ | | |/ / | |/| |
| | * | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-102-0/+105
| |/ /
* | | Merge 8.7jan.nijtmans2023-02-021-2/+2
|\ \ \ | |/ /
| * | Fix documentation on "encoding" commandjan.nijtmans2023-02-021-15/+13
* | | Merge 8.7jan.nijtmans2023-02-011-1/+1
|\ \ \ | |/ /
| * | Renumber testscase, sync with Tcl 9.0jan.nijtmans2023-02-011-3/+9
* | | merge-markjan.nijtmans2023-02-010-0/+0
|\ \ \ | |/ /
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-012-8/+30
* | | merge-markjan.nijtmans2023-02-010-0/+0
|\ \ \ | |/ /
| * | (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
* | | Make Tcl_UniCharToUtf more readable and add test to exercise surrogatepooryorick2023-01-313-38/+63
|\ \ \
| * | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test.pooryorick2023-01-312-1/+25
| * | | 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
* | | | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.h...jan.nijtmans2023-01-311-6/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.h...jan.nijtmans2023-01-311-6/+0
* | | | merge-markjan.nijtmans2023-01-310-0/+0
|\ \ \ \ | |/ / /
| * | | SetFlag -> GotFlag (since SetFlag always returns 1, this is nonsence in an if...jan.nijtmans2023-01-312-1/+11
* | | | 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-282-2/+12
* | | Fix "format %c 0x10000041", should give the same answer as in Tcl 8.6 (Handli...jan.nijtmans2023-01-282-0/+6
* | | Merge 8.7jan.nijtmans2023-01-272-8/+21
|\ \ \ | |/ /
| * | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now.jan.nijtmans2023-01-272-8/+21
| |\ \ | | |/
| | * new testcase encoding-18.1. Testcase cleanupjan.nijtmans2023-01-271-75/+76
* | | Update fcopy documentation regarding -size argumentjan.nijtmans2023-01-271-2/+2
|\ \ \ | |/ /
| * | Update fcopy documentation regarding -size argumentjan.nijtmans2023-01-271-2/+3
* | | Merge 8.7pooryorick2023-01-272-2/+7
|\ \ \ | |/ /
| * | Fix for [ee08ed090b0a5408], sporadic segmentation fault inpooryorick2023-01-261-0/+1
| * | Test TableFromUtfProc() with strict handling of encoding errors.pooryorick2023-01-251-2/+6
| |\ \
| | * | Test TableFromUtfProc() with strict handling of encoding errors.pooryorick2023-01-252-3/+7
* | | | Merge 8.7jan.nijtmans2023-01-244-15/+19
|\ \ \ \ | |/ / /
| * | | First part of fix for [4a7397e0b3]. Not complete yet.jan.nijtmans2023-01-244-15/+19
| |\ \ \
| | * \ \ Merge 9.0jan.nijtmans2023-01-2414-86/+216
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge-mark. Fix testConstraint utf32 (in tests/string.test)jan.nijtmans2023-01-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge-markjan.nijtmans2023-01-230-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-233-200/+153
* | | | | Merge 8.7jan.nijtmans2023-01-227-33/+110
|\ \ \ \ \ | |/ / / /
| * | | | Merge-markjan.nijtmans2023-01-220-0/+0
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | | Allow "-strict" and "-failindex" to be used together in "encoding convertfrom...jan.nijtmans2023-01-227-33/+111
| |\ \ \ \ \
| | * | | | | Make documentation conform to implementation in this branchjan.nijtmans2023-01-201-4/+8
| | * | | | | Better error-messagejan.nijtmans2023-01-204-20/+25
| | * | | | | New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-197-28/+97
| | * | | | | Merge 8.7jan.nijtmans2023-01-196-22/+33
| | |\ \ \ \ \