| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge 8.6 (bug-fix and test-case for Tcl_UtfAtIndex with TCL_UTF_MAX=4) | dgp | 2018-04-24 | 1 | -4/+21 |
|\ \ \
| |/ / |
|
| * | | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin... | jan.nijtmans | 2018-04-23 | 1 | -0/+8 |
|
|
| | | | |
| \ \ | |
*-. \ \ | TIP #389 implementation. | jan.nijtmans | 2018-04-20 | 1 | -91/+120 |
|\ \ \ \
| | |/ / |
|
| | * | | Slightly improved (more fail-safe) surrogate handling for TCL_UTF_MAX>3. Back... | jan.nijtmans | 2018-04-19 | 1 | -7/+14 |
|
|
| * | | | Slightly better unmatched-surrogates handling. Unmatched High surrogates will... | jan.nijtmans | 2018-04-17 | 1 | -6/+13 |
|
|
| * | | | merge core-8-branch | jan.nijtmans | 2018-01-10 | 1 | -10/+14 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | merge core-8-branch | jan.nijtmans | 2017-12-01 | 1 | -34/+40 |
| |\ \ \ |
|
| * \ \ \ | Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when TCL_... | jan.nijtmans | 2017-11-29 | 1 | -9/+23 |
| |\ \ \ \ |
|
| * | | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-29 | 1 | -3/+76 |
|
|
| * | | | | | Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See [https:/... | jan.nijtmans | 2017-11-29 | 1 | -2/+15 |
|
|
| * | | | | | merge core-8-branch | jan.nijtmans | 2017-11-20 | 1 | -13/+11 |
| |\ \ \ \ \ |
|
| * | | | | | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX... | jan.nijtmans | 2017-11-17 | 1 | -10/+24 |
|
|
| * | | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ... | jan.nijtmans | 2017-11-07 | 1 | -29/+66 |
| |/ / / / / |
|
* | | | | | | Fix [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15b6caabcd8b|00a... | jan.nijtmans | 2018-01-10 | 1 | -10/+14 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | (partial) fix for [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15... | jan.nijtmans | 2018-01-09 | 1 | -10/+14 |
| | |_|/ /
| |/| | | |
|
| * | | | | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca... | jan.nijtmans | 2017-12-28 | 1 | -28/+29 |
|
|
* | | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -28/+75 |
|
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-29 | 1 | -7/+7 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ... | jan.nijtmans | 2017-11-29 | 1 | -7/+7 |
|
|
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-29 | 1 | -16/+58 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | 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-08-18 | 1 | -25/+53 |
|\ \ \
| |/ / |
|
| * | | 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 |
| |\ \ \
| | |/ / |
|
| * | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -19/+49 |
|
|
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | 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 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-06-06 | 1 | -18/+18 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | dgp | 2017-06-05 | 1 | -3/+9 |
|\ \ \
| |/ / |
|
| * | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-06-02 | 1 | -3/+9 |
|
|
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -9/+3 |
|\ \ \
| |/ / |
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-31 | 1 | -3/+9 |
|\ \ \ |
|
| * | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-05-31 | 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 |
|\ \ \
| |/ / |
|
| * | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or... | jan.nijtmans | 2016-08-30 | 1 | -44/+24 |
|
|
* | | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps... | jan.nijtmans | 2016-04-05 | 1 | -14/+8 |
|/ / |
|
* | | 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 |
|
|