summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dkf2019-04-191-4/+4
|\
| * Replace memcpy() calls with memmove() to avoid undefined behavior whendgp2019-04-171-4/+4
* | Merge 8.7jan.nijtmans2019-03-241-3/+1
|\ \ | |/
| * Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+1
| |\
| | * Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
| | |\
| | | * Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
| | | * Backport various minor issues from 8.6: jan.nijtmans2018-10-271-4/+14
* | | | Merge 8.7jan.nijtmans2019-03-211-7/+3
|\ \ \ \ | |/ / /
| * | | Remove incorrect comment. jan.nijtmans2019-03-211-7/+3
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-03-201-7/+7
|\ \ \ \ | |/ / /
| * | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t...jan.nijtmans2019-03-201-7/+7
* | | | Merge 8.7jan.nijtmans2019-03-181-1/+1
|\ \ \ \ | |/ / /
| * | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-181-1/+1
* | | | Merge 8.7jan.nijtmans2019-03-101-2/+202
|\ \ \ \ | |/ / /
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-2/+202
* | | | Merge 8.7jan.nijtmans2019-03-081-6/+6
|\ \ \ \ | |/ / /
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-6/+6
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-2/+2
|\ \ \ \ | |/ / /
| * | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings...jan.nijtmans2019-03-021-2/+2
* | | | Merge 8.7jan.nijtmans2019-03-021-3/+16
|\ \ \ \ | |/ / /
| * | | Minor optimization in UTF-8 handling, and add some comments describing how Tc...jan.nijtmans2019-03-021-3/+16
| |\ \ \ | | |/ /
| | * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-66/+75
* | | | merge 8.7dgp2019-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | A confusion about signed vs unsigned comparision caused Tcl_UtfToUniChar()dgp2019-03-011-1/+1
* | | | Merge 8.7jan.nijtmans2019-02-271-87/+95
|\ \ \ \ | |/ / /
| * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-18/+20
| * | | Minor optimizationsjan.nijtmans2019-02-191-55/+58
| * | | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)...jan.nijtmans2019-02-181-36/+39
* | | | Merge 8.7jan.nijtmans2019-02-191-3/+3
|\ \ \ \
| * \ \ \ Merge 8.6jan.nijtmans2019-02-191-3/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-13/+15
* | | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-36/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-3/+3
| * | | merge trunkjan.nijtmans2018-10-041-6/+18
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2018-07-051-6/+5
| |\ \ \ \
| * | | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-2/+2
| * | | | | merge trunkjan.nijtmans2018-06-271-5/+22
| |\ \ \ \ \ | | |/ / / /
| * | | | | merge trunkjan.nijtmans2018-05-251-0/+6
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkjan.nijtmans2018-05-231-95/+146
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-1/+1
| * | | | | | merge trunkjan.nijtmans2018-01-291-10/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkjan.nijtmans2017-12-011-19/+111
| |\ \ \ \ \ \ \
| * | | | | | | | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More field...jan.nijtmans2017-11-161-7/+7
| * | | | | | | | merge novemjan.nijtmans2017-09-101-20/+52
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2017-08-291-25/+53
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ merge novemjan.nijtmans2017-06-091-46/+48
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | merge trunkjan.nijtmans2017-06-081-13/+14
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-06-061-18/+24
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | merge trunkjan.nijtmans2016-08-301-44/+24
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-04-051-14/+8
| |\ \ \ \ \ \ \ \ \ \ \ \