summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warningdgp2020-04-271-1/+1
* Fix [cc4d805771]: reg-13.17.error fails in 8.5 tipjan.nijtmans2020-04-241-1/+1
* Revert the parts of [76213b3f72] that converted callers of Tcl_UtfToUniChardgp2020-04-242-6/+10
* Make (unsupported) 'U' regex escaping work again.jan.nijtmans2020-04-241-1/+1
* Add protections against overflow in Unicode values. Backported from 8.6. Also...jan.nijtmans2020-04-244-83/+106
* Fix GCC warning in MemDebug mode: format not a string literal and no format a...jan.nijtmans2020-04-241-1/+1
* Argument conditions for Invalid() call were not always satisfied.dgp2020-04-231-1/+1
* Fix [1004065]: UTF-8 encoding crashes in UCS-4 modejan.nijtmans2020-04-231-6/+10
|\
| * Merge-mark. Add Travis builds for TCL_UTF_MAX=5 and TCL_UTF_MAX=6: It looks l...jan.nijtmans2020-04-221-4/+0
| |\
| * | Oopsee (but not really crucial)jan.nijtmans2020-04-221-1/+1
| * | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT...jan.nijtmans2020-04-222-6/+14
| |/
* | Collection of tests checking read limit protections calling Tcl_UtfNext.dgp2020-04-221-4/+4
* | Add optional second argument to [testutfnext] that can limit how manydgp2020-04-221-4/+31
* | Eliminate the -bytestring option of [testutfnext]. No caller needs anything e...dgp2020-04-221-8/+4
|/
* 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
* 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
|\ \ \ | | |/ | |/|
| * | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-166-551/+593
| * | New test command "testutfnext", not used yet in actual test-cases. Being merg...jan.nijtmans2020-04-152-7/+56
| |/
* | New testing command [testutfnext].dgp2020-04-141-2/+51
* | typodgp2020-04-141-1/+1
* | Fix the bad logic in Tcl_UtfNext().dgp2020-04-141-6/+10
* | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has nodgp2020-04-142-16/+8