| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -66/+75 |
|
|
* | Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. | jan.nijtmans | 2018-10-03 | 1 | -5/+15 |
|
|
* | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4.... | jan.nijtmans | 2018-06-18 | 1 | -0/+7 |
|
|
* | Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with TCL_UTF_MA... | jan.nijtmans | 2018-05-11 | 1 | -3/+10 |
|\ |
|
| * | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also... | jan.nijtmans | 2018-05-11 | 1 | -15/+83 |
|
|
* | | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin... | jan.nijtmans | 2018-04-23 | 1 | -0/+8 |
|
|
* | | Slightly improved (more fail-safe) surrogate handling for TCL_UTF_MAX>3. Back... | jan.nijtmans | 2018-04-19 | 1 | -7/+14 |
|
|
* | | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca... | jan.nijtmans | 2017-12-28 | 1 | -28/+29 |
|
|
* | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ... | jan.nijtmans | 2017-11-29 | 1 | -7/+7 |
|
|
* | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ... | jan.nijtmans | 2017-11-29 | 1 | -16/+58 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -1/+1 |
|\ \ |
|
| * | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 1 | -2/+2 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-06-13 | 1 | -22/+21 |
|\ \ \
| |/ / |
|
| * | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
| |\ \
| | |/ |
|
| | * | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
|
|
* | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -19/+49 |
|/ / |
|
* | | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in... | jan.nijtmans | 2017-06-06 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | jan.nijtmans | 2017-06-06 | 1 | -75/+52 |
|
|
* | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-06-02 | 1 | -3/+9 |
|
|
* | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or... | jan.nijtmans | 2016-08-30 | 1 | -44/+24 |
|
|
* | | Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, in... | jan.nijtmans | 2015-09-01 | 1 | -32/+93 |
|
|
* | | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 1 | -1/+1 |
|
|
* | | Unbreak MSVC6 debug build (thanks Andreas Kupries!) | jan.nijtmans | 2013-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Unbreak MSVC6 debug build (thanks Andreas Kupries!) | jan.nijtmans | 2013-07-08 | 1 | -1/+1 |
|
|
* | | Use more portable TclIsSpaceProc() in stead of isspace(). | jan.nijtmans | 2013-06-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use more portable TclIsSpaceProc() in stead of isspace(). | jan.nijtmans | 2013-06-17 | 1 | -1/+3 |
|
|
* | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | Fixed the weird edge case. | dkf | 2013-05-22 | 1 | -12/+25 |
|
|
| * | Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a... | jan.nijtmans | 2013-05-21 | 1 | -4/+4 |
|
|
| * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -0/+27 |
|
|
* | | For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change ch... | jan.nijtmans | 2013-02-25 | 1 | -2/+3 |
|
|
* | | merge trunk
| jan.nijtmans | 2012-10-09 | 1 | -2/+1 |
|\ \ |
|
* | | | tip 318 update | jan.nijtmans | 2012-09-23 | 1 | -0/+4 |
|/ / |
|
* | | [Frq 3473670]: Various Unicode-related | jan.nijtmans | 2012-01-22 | 1 | -10/+7 |
|\ \
| |/ |
|
| * | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 1 | -10/+7 |
| |\ |
|
| | * | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 1 | -10/+7 |
|
|
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -35/+23 |
|\ \ \
| |/ / |
|
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -35/+23 |
| |\ \
| | |/ |
|
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -69/+56 |
|
|
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -1/+1 |
|
|
* | | | More isspace() callers. | dgp | 2011-04-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More isspace() callers. | dgp | 2011-04-28 | 1 | -1/+1 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -36/+38 |
|
|
| | * | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -5/+2 |
|
|