summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte...jan.nijtmans2020-04-232-4/+4
* Testcase cleanupjan.nijtmans2020-04-231-5/+5
* Fix [27944a3661]: Taming test utf-6.88jan.nijtmans2020-04-232-148/+201
|\
| * Merge 8.6jan.nijtmans2020-04-223-211/+207
| |\
| * | Add more test-cases for TCL_UTF_MAX>3jan.nijtmans2020-04-212-133/+210
| * | Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete.jan.nijtmans2020-04-202-45/+123
| * | (cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88.jan.nijtmans2020-04-202-31/+29
* | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it...jan.nijtmans2020-04-222-61/+30
| |/ |/|
* | Merge 8.5jan.nijtmans2020-04-221-35/+50
|\ \
| * | Determine "testConstraint ucs2" without the need for a testcommand. Rename "c...jan.nijtmans2020-04-225-34/+30
* | | Merge 8.5jan.nijtmans2020-04-223-176/+279
|\ \ \ | |/ / | | / | |/ |/|
| * Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-212-125/+131
| * [c574e50a3b] Stop segfault in tests utf-2.[89]. Create clean test suitedgp2020-04-2111-148/+178
| |\
| | * remove merge litterdgp2020-04-211-1/+0
| | * Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2)dgp2020-04-214-4/+16
| | * Move testing command [testsize] from Windows to generic.dgp2020-04-212-28/+31
| | * Revert the other encoding system backport.dgp2020-04-211-15/+2
| | * We've settled on using (TCL_UTF_MAX > 3) to indicate 4-byte Tcl_UniChar.dgp2020-04-211-2/+2
| | * Revert the backport to tclEncoding.c that seems to redefine the "unicode"dgp2020-04-211-128/+112
| | * Pair every compat85 test with a fullutf test so that we cover all variants.dgp2020-04-201-30/+107
| | * Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the samedgp2020-04-202-2/+2
| | * Add travis build for TCL_UTF_MAX=4 and TCL_UTF_MAX=6. This test whether the "...jan.nijtmans2020-04-201-15/+30
| | |\ | | |/ | |/|
| * | Move the needed apt package in .travis.yml to the top, so they can be shared ...jan.nijtmans2020-04-201-15/+10
| | * Backport the fix for encoding-16.1 in a TCL_UTF_MAX=6 build.dgp2020-04-201-112/+128
| | * Backport the encoding fix for source-7.2 in TCL_UTF_MAX=6 build.dgp2020-04-201-2/+15
| | * Reconcile tests to the 8.5 branch history.dgp2020-04-201-1/+1
| | *-. merge 8.5dgp2020-04-191-44/+79
| | |\ \ | | |_|/ | |/| |
| * | | typodgp2020-04-191-1/+1
| | |/ | |/|
| * | More test-cases. Fix wrong quoting in testcase utf-10.5jan.nijtmans2020-04-191-8/+44
| * | Clean-up testcases: Constant use of uppercase in hex-values. Use "testbytestr...jan.nijtmans2020-04-181-141/+137
| | * regexp engine has to agree about the sizeof(Tcl_UniChar).dgp2020-04-181-1/+1
| | * Make TCL_UTF_MAX=4 build test clean again.dgp2020-04-181-1/+1
| | * Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4jan.nijtmans2020-04-185-216/+132
| |/
| * Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be u...jan.nijtmans2020-04-182-70/+39
| * [493dccc2de] Revise sequence validity check to reject out of range decodes too.dgp2020-04-171-26/+27
| * More tests explicitly for Tcl_UtfNext near validity boundary U+110000dgp2020-04-171-0/+6
| * [493dccc2de] Coverage that Tcl_UtfPrev also checks the upper range validity.dgp2020-04-171-0/+24
| * Corrections for many tests, changing lead byte \xF4 to \xF2.dgp2020-04-171-46/+46
| * Backport a collection of tests for consistency between branches.dgp2020-04-171-5/+12
| * Bring back the test utf-2.11; it fails in a TCL_UTF_MAX=4 build.dgp2020-04-171-0/+8
* | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-204-128/+114
* | Merge-markjan.nijtmans2020-04-170-0/+0
|\ \ | |/
| * Add mem-debug build to Travis. Update Xcode from 8 to 8.3, 9 to 9.2 and 11.3 ...jan.nijtmans2020-04-171-10/+49
* | Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-174-16/+0
|\ \ | |/
| * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-175-43/+20
| * Clean-up some unnecessary spacing.jan.nijtmans2020-04-1714-43/+43
* | Fix implementation of Tcl_UtfAtIndex() for TCL_UTF_MAX=6 (There's no test-ca...jan.nijtmans2020-04-171-1/+3
* | More test-cases. Mark test-case utf-2.11 as "knownBug", doesn't give the righ...jan.nijtmans2020-04-172-2/+41
|\ \ | |/
| * More test-casesjan.nijtmans2020-04-171-0/+30
* | Clean test suite for both TCL_UTF_MAX=3 and TCL_UTF_MAX=4 builds.dgp2020-04-172-15/+11
|\ \