summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
Commit message (Expand)AuthorAgeFilesLines
* Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* Merge 8.6jan.nijtmans2020-09-041-3/+5
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-3/+4
| * Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give ...jan.nijtmans2020-05-111-1/+1
| |\
| | * occurance -> occurrence.jan.nijtmans2020-05-111-1/+1
| | * Merge bug-31aa44375d branch. Mark encoding-15.5 testcase as "knownBug". Discu...jan.nijtmans2020-05-101-1/+1
| | |\ | |/ /
| | * split and constrain the failing test.dgp2020-05-071-1/+6
| |/
* | Merge 8.6jan.nijtmans2020-05-021-1/+1
|\ \ | |/
* | Never mind remark about TIP #573 in previous commit: Test failure was due to ...jan.nijtmans2020-05-011-2/+1
* | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-1/+2
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-04-301-1/+6
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-04-301-0/+5
| |\
| | * New encoding-15.16 test-case. Fix title of utf 2 test-cases.jan.nijtmans2020-04-301-0/+5
| * | encoding-12.6 only works for "ucs2" for now. Don't use (deprecated) INLINE an...jan.nijtmans2020-04-251-2/+3
* | | Merge 8.6 (Except encoding-12.6 test-case still to be handled)jan.nijtmans2020-04-241-5/+5
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be realdgp2020-04-241-6/+9
| |\ \ \ | | | |/
| | | * Missing '0'jan.nijtmans2020-04-241-1/+1
| | |/
| | * Add protections against overflow in Unicode values. Backported from 8.6. Also...jan.nijtmans2020-04-241-5/+9
| | * Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT...jan.nijtmans2020-04-221-4/+1
| | * Determine "testConstraint ucs2" without the need for a testcommand. Rename "c...jan.nijtmans2020-04-221-2/+1
| | * Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2)dgp2020-04-211-1/+5
* | | Merge 8.6jan.nijtmans2020-04-141-12/+2
|\ \ \ | |/ /
| * | Backport encoding-15.3 test-case from 8.7, together with missing "teststringb...jan.nijtmans2020-04-141-13/+5
* | | merge 8.6dgp2020-04-141-2/+12
|\ \ \ | |/ /
| * | partially revert [e9f5ff2f6a] - encoding-15.3 used not existing command "test...sebres2020-04-141-2/+11
| * | amend to [e9f5ff2f6a]: added missing constraint (testbytestring)sebres2020-04-141-0/+1
| * | Don't use 'identiy' encoding in test-cases any more!jan.nijtmans2020-04-141-15/+11
| * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-2/+2
| |\ \ | | |/
| | * Stop direct use of the identity encoding in tests.dgp2020-04-121-2/+2
* | | Some eol whitespace eliminationsjan.nijtmans2020-01-071-1/+1
* | | Fix test encoding-28.0, adapting for the correct number of available encodingsjan.nijtmans2020-01-071-1/+1
* | | Merge 8.6jan.nijtmans2020-01-061-0/+15
|\ \ \ | |/ /
| * | Add a test for issue [9128866ec8], encoding fails to loadpooryorick2020-01-041-0/+15
* | | Fix bug in tclEncoding.c, only manifesting in testcase encoding-15.4 for TCL_...jan.nijtmans2019-12-111-1/+1
* | | Merge 8.6jan.nijtmans2019-12-101-3/+39
|\ \ \ | |/ /
| * | Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtfjan.nijtmans2019-12-091-0/+36
* | | Merge 8.6jan.nijtmans2019-12-091-12/+22
|\ \ \ | |/ /
| * | Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should...jan.nijtmans2019-12-091-4/+14
| * | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX b...jan.nijtmans2019-12-071-4/+4
* | | Merge 8.6jan.nijtmans2019-12-031-2/+2
|\ \ \ | |/ /
| * | Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape sequence...jan.nijtmans2019-12-031-2/+2
* | | Merge 8.6. jan.nijtmans2019-11-151-3/+21
|\ \ \ | |/ /
| * | Protect additional Tcl_UtfToUniChar() call, for the case when not enough byte...jan.nijtmans2019-11-151-3/+21
* | | Merge 8.6jan.nijtmans2019-11-141-0/+22
|\ \ \ | |/ /
| * | Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It ...jan.nijtmans2019-11-141-0/+16
| * | oopsdgp2017-10-271-1/+0
| * | Update tests that were still written on the outdated premise that Tcl's encod...dgp2017-10-271-3/+4
| |\ \ | | |/
| | * Update tests that were still written on the outdated premise that Tcl'sdgp2017-10-271-4/+4
* | | TIP #547 implementation: New encodings: UTF-16, UCS-2jan.nijtmans2019-05-311-6/+17
* | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-4/+3