summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-6/+15
| * Merge 8.6. And add more documentation and test-cases regarding the behavior o...jan.nijtmans2018-06-181-0/+7
| |\
| | * Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4....jan.nijtmans2018-06-181-0/+7
| | * Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with TCL_UTF_MA...jan.nijtmans2018-05-111-3/+10
| | |\
| | | * Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also...jan.nijtmans2018-05-111-15/+83
* | | | merge trunkjan.nijtmans2018-05-251-0/+6
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-05-231-95/+146
|\ \ \ \ | |/ / /
| * | | Remove some tip389 restrictions in test-cases, which are no longer necessary. jan.nijtmans2018-05-071-2/+2
| * | | Implement special "string totitle" for Extended Georgian characters (new beha...jan.nijtmans2018-05-011-3/+9
| * | | Merge 8.6 (bug-fix and test-case for Tcl_UtfAtIndex with TCL_UTF_MAX=4)dgp2018-04-241-4/+21
| |\ \ \ | | |/ /
| | * | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin...jan.nijtmans2018-04-231-0/+8
| | | |
| | \ \
| *-. \ \ TIP #389 implementation.jan.nijtmans2018-04-201-91/+120
| |\ \ \ \ | | | |/ /
| | | * | Slightly improved (more fail-safe) surrogate handling for TCL_UTF_MAX>3. Back...jan.nijtmans2018-04-191-7/+14
| | * | | Slightly better unmatched-surrogates handling. Unmatched High surrogates will...jan.nijtmans2018-04-171-6/+13
| | * | | merge core-8-branchjan.nijtmans2018-01-101-10/+14
| | |\ \ \ | | |/ / / | |/| | |
| | * | | merge core-8-branchjan.nijtmans2017-12-011-34/+40
| | |\ \ \
| | * \ \ \ Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when TCL_...jan.nijtmans2017-11-291-9/+23
| | |\ \ \ \
| | * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-291-3/+76
| | * | | | | Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See [https:/...jan.nijtmans2017-11-291-2/+15
| | * | | | | merge core-8-branchjan.nijtmans2017-11-201-13/+11
| | |\ \ \ \ \
| | * | | | | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX...jan.nijtmans2017-11-171-10/+24
| | * | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-29/+66
| | |/ / / / /
* | | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-1/+1
* | | | | | | merge trunkjan.nijtmans2018-01-291-10/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15b6caabcd8b|00a...jan.nijtmans2018-01-101-10/+14
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | (partial) fix for [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15...jan.nijtmans2018-01-091-10/+14
| | | |_|/ / | | |/| | |
| | * | | | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca...jan.nijtmans2017-12-281-28/+29
* | | | | | merge trunkjan.nijtmans2017-12-011-19/+111
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-28/+75
| * | | | | merge core-8-6-branchjan.nijtmans2017-11-291-7/+7
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-291-7/+7
| * | | | merge core-8-6-branchjan.nijtmans2017-11-291-16/+58
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-291-16/+58
* | | | 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 core-8-6-branchjan.nijtmans2017-08-181-25/+53
| | |\ \ \ | | | |/ /
| | | * | merge core-8-6-branchjan.nijtmans2017-07-031-1/+1
| | | |\ \
| | | | * | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-031-2/+2
| | | * | | merge core-8-6-branchjan.nijtmans2017-06-131-22/+21
| | | |\ \ \ | | | | |/ /
| | | * | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-19/+49
* | | | | | merge novemjan.nijtmans2017-06-091-46/+48
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge trunkjan.nijtmans2017-06-081-13/+14
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge core-8-6-branchjan.nijtmans2017-06-081-13/+14
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check.jan.nijtmans2017-06-081-13/+14
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * Fix [2738427]: Tcl_NumUtfChars(...) no overflow check.jan.nijtmans2017-06-081-13/+14
| * | | | merge trunkjan.nijtmans2017-06-061-18/+24
| |\ \ \ \ |/ / / / / | | _ / / | | / /
| * | | merge core-8-6-branchjan.nijtmans2017-06-061-18/+18
| |\ \ \ | | |/ /