summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-246-36/+169
|\
| * Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte...jan.nijtmans2020-04-232-4/+4
| * Fix [27944a3661]: Taming test utf-6.88jan.nijtmans2020-04-231-26/+30
| |\
| | * Merge 8.6jan.nijtmans2020-04-222-47/+55
| | |\
| | * | Add more test-cases for TCL_UTF_MAX>3jan.nijtmans2020-04-211-1/+1
| | * | Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete.jan.nijtmans2020-04-201-18/+14
| | * | (cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88.jan.nijtmans2020-04-201-26/+12
| * | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it...jan.nijtmans2020-04-221-46/+24
| | |/ | |/|
| * | Merge 8.5jan.nijtmans2020-04-222-47/+55
| |\ \ | | |/ | |/|
| | * Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-211-21/+27
| | * Move testing command [testsize] from Windows to generic.dgp2020-04-211-0/+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
| | * Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the samedgp2020-04-202-2/+2
| | * 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
| | * 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-183-85/+3
| | * Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be u...jan.nijtmans2020-04-181-47/+25
| | * [493dccc2de] Revise sequence validity check to reject out of range decodes too.dgp2020-04-171-26/+27
| | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-29/+20
| | * Clean-up some unnecessary spacing.jan.nijtmans2020-04-174-8/+8
| * | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-203-127/+114
| * | 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-171-0/+12
| |\ \ | | |/
| * | When supporting 4-byte sequences even with TCL_UTF_MAX = 3, need todgp2020-04-171-6/+2
| * | When supporting 4-byte sequences, make sure the Overlong test does too, anddgp2020-04-171-1/+1
| * | Bring the single-byte marker for invalid lead byte \xC1 into the complete tabledgp2020-04-171-1/+1
| * | Fix the bad tests utf-2.11 and utf-6.88 that expected the wrong results.dgp2020-04-171-30/+20
| * | Adjust test results and implementation for Tcl 8.6 current support ofdgp2020-04-161-2/+2
| | |
| | \
| *-. \ Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-166-69/+234
| |\ \ \ | | | |/
| | | * merge litterdgp2020-04-161-2/+1
| | |/
| | * delete merge litterdgp2020-04-161-1/+0
| | * More detailed comments.dgp2020-04-161-24/+46
| | * compiler warningdgp2020-04-161-1/+1
| | * More tests and fix for overlong handling in revised Tcl_UtfNext.dgp2020-04-161-0/+3
| | * merge 8.5dgp2020-04-164-5/+10
| | |\
| | | * Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-164-5/+10
| | * | merge 8.5dgp2020-04-161-20/+135
| | |\ \ | | | |/
| | | * Convert Overlong() to use a lookup table.dgp2020-04-161-23/+27
| | | * When we reject overlong sequences, \xC1 is as invalid a lead byte as \xFF.dgp2020-04-161-8/+5
| | | * merge 8.5dgp2020-04-167-558/+649
| | | |\
| | | * | Refactor the Overlong test into a utility routine.dgp2020-04-151-29/+56
| | | * | Use test existence to shorten comment.dgp2020-04-151-8/+1
| | | * | Rework Tcl_UtfPrev so it properly handles overlong sequences.dgp2020-04-151-19/+113
| | * | | merge 8.5dgp2020-04-167-559/+602
| | |\ \ \ | | | | |/ | | | |/|
| | * | | New testing command [testutfnext].dgp2020-04-141-2/+51
| | * | | typodgp2020-04-141-1/+1