| Commit message (Expand) | Author | Age | Files | Lines |
* | silence compiler warning | dgp | 2020-04-27 | 1 | -1/+1 |
|
|
* | Fix [cc4d805771]: reg-13.17.error fails in 8.5 tip | jan.nijtmans | 2020-04-24 | 1 | -1/+1 |
|
|
* | Revert the parts of [76213b3f72] that converted callers of Tcl_UtfToUniChar | dgp | 2020-04-24 | 2 | -6/+10 |
|
|
* | Make (unsupported) 'U' regex escaping work again. | jan.nijtmans | 2020-04-24 | 1 | -1/+1 |
|
|
* | Add protections against overflow in Unicode values. Backported from 8.6. Also... | jan.nijtmans | 2020-04-24 | 4 | -83/+106 |
|
|
* | Fix GCC warning in MemDebug mode: format not a string literal and no format a... | jan.nijtmans | 2020-04-24 | 1 | -1/+1 |
|
|
* | Argument conditions for Invalid() call were not always satisfied. | dgp | 2020-04-23 | 1 | -1/+1 |
|
|
* | Fix [1004065]: UTF-8 encoding crashes in UCS-4 mode | jan.nijtmans | 2020-04-23 | 1 | -6/+10 |
|\ |
|
| * | Merge-mark. Add Travis builds for TCL_UTF_MAX=5 and TCL_UTF_MAX=6: It looks l... | jan.nijtmans | 2020-04-22 | 1 | -4/+0 |
| |\ |
|
| * | | Oopsee (but not really crucial) | jan.nijtmans | 2020-04-22 | 1 | -1/+1 |
|
|
| * | | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT... | jan.nijtmans | 2020-04-22 | 2 | -6/+14 |
| |/ |
|
* | | Collection of tests checking read limit protections calling Tcl_UtfNext. | dgp | 2020-04-22 | 1 | -4/+4 |
|
|
* | | Add optional second argument to [testutfnext] that can limit how many | dgp | 2020-04-22 | 1 | -4/+31 |
|
|
* | | Eliminate the -bytestring option of [testutfnext]. No caller needs anything e... | dgp | 2020-04-22 | 1 | -8/+4 |
|/ |
|
* | Improve the "testutfnext" command. It can now accept both bytes and strings, ... | jan.nijtmans | 2020-04-21 | 1 | -21/+27 |
|
|
* | Move testing command [testsize] from Windows to generic. | dgp | 2020-04-21 | 1 | -0/+31 |
|
|
* | Revert the other encoding system backport. | dgp | 2020-04-21 | 1 | -15/+2 |
|
|
* | We've settled on using (TCL_UTF_MAX > 3) to indicate 4-byte Tcl_UniChar. | dgp | 2020-04-21 | 1 | -2/+2 |
|
|
* | Revert the backport to tclEncoding.c that seems to redefine the "unicode" | dgp | 2020-04-21 | 1 | -128/+112 |
|
|
* | Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the same | dgp | 2020-04-20 | 2 | -2/+2 |
|
|
* | Backport the fix for encoding-16.1 in a TCL_UTF_MAX=6 build. | dgp | 2020-04-20 | 1 | -112/+128 |
|
|
* | Backport the encoding fix for source-7.2 in TCL_UTF_MAX=6 build. | dgp | 2020-04-20 | 1 | -2/+15 |
|
|
* | regexp engine has to agree about the sizeof(Tcl_UniChar). | dgp | 2020-04-18 | 1 | -1/+1 |
|
|
* | Make TCL_UTF_MAX=4 build test clean again. | dgp | 2020-04-18 | 1 | -1/+1 |
|
|
* | Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4 | jan.nijtmans | 2020-04-18 | 3 | -85/+3 |
|
|
* | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be u... | jan.nijtmans | 2020-04-18 | 1 | -47/+25 |
|
|
* | [493dccc2de] Revise sequence validity check to reject out of range decodes too. | dgp | 2020-04-17 | 1 | -26/+27 |
|
|
* | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -29/+20 |
|
|
* | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 4 | -8/+8 |
|
|
* | merge litter | dgp | 2020-04-16 | 1 | -2/+1 |
|
|
* | delete merge litter | dgp | 2020-04-16 | 1 | -1/+0 |
|
|
* | More detailed comments. | dgp | 2020-04-16 | 1 | -24/+46 |
|
|
* | compiler warning | dgp | 2020-04-16 | 1 | -1/+1 |
|
|
* | More tests and fix for overlong handling in revised Tcl_UtfNext. | dgp | 2020-04-16 | 1 | -0/+3 |
|
|
* | merge 8.5 | dgp | 2020-04-16 | 4 | -5/+10 |
|\ |
|
| * | Create and use macro TclUtfPrev for Tcl_UtfPrev. | dgp | 2020-04-16 | 4 | -5/+10 |
|
|
* | | merge 8.5 | dgp | 2020-04-16 | 1 | -20/+135 |
|\ \
| |/ |
|
| * | Convert Overlong() to use a lookup table. | dgp | 2020-04-16 | 1 | -23/+27 |
|
|
| * | When we reject overlong sequences, \xC1 is as invalid a lead byte as \xFF. | dgp | 2020-04-16 | 1 | -8/+5 |
|
|
| * | merge 8.5 | dgp | 2020-04-16 | 7 | -558/+649 |
| |\ |
|
| * | | Refactor the Overlong test into a utility routine. | dgp | 2020-04-15 | 1 | -29/+56 |
|
|
| * | | Use test existence to shorten comment. | dgp | 2020-04-15 | 1 | -8/+1 |
|
|
| * | | Rework Tcl_UtfPrev so it properly handles overlong sequences. | dgp | 2020-04-15 | 1 | -19/+113 |
|
|
* | | | merge 8.5 | dgp | 2020-04-16 | 7 | -559/+602 |
|\ \ \
| | |/
| |/| |
|
| * | | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 6 | -551/+593 |
|
|
| * | | New test command "testutfnext", not used yet in actual test-cases. Being merg... | jan.nijtmans | 2020-04-15 | 2 | -7/+56 |
| |/ |
|
* | | New testing command [testutfnext]. | dgp | 2020-04-14 | 1 | -2/+51 |
|
|
* | | typo | dgp | 2020-04-14 | 1 | -1/+1 |
|
|
* | | Fix the bad logic in Tcl_UtfNext(). | dgp | 2020-04-14 | 1 | -6/+10 |
|
|
* | | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has no | dgp | 2020-04-14 | 2 | -16/+8 |
|
|