| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
| |\ |
|
| | * | Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences,... | jan.nijtmans | 2019-09-16 | 1 | -7/+7 |
|
|
| | * | Attempt to fix [https://core.tcl-lang.org/tk/tktview?name=a179564826|a1795648... | jan.nijtmans | 2019-08-01 | 1 | -5/+3 |
|
|
| | * | Merge 8.5 | jan.nijtmans | 2019-07-31 | 1 | -6/+6 |
| | |\ |
|
| | | * | (cherry-pick from core-8-branch): Replace memcpy() calls with memmove() to av... | jan.nijtmans | 2019-07-31 | 1 | -4/+4 |
|
|
* | | | | Two paces where TCL_AUTO_LENGTH should be used | jan.nijtmans | 2019-09-14 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -84/+70 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -10/+10 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7. Some formatting. | jan.nijtmans | 2019-08-02 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -9/+9 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -15/+24 |
|
|
| * | | | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o... | jan.nijtmans | 2019-07-07 | 1 | -0/+2 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | Fix UNIX/Mac build | jan.nijtmans | 2019-07-06 | 1 | -1/+1 |
|
|
| * | | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -50/+22 |
|
|
| * | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -35/+39 |
| |/ / / / |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -10/+10 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -10/+10 |
| | |/ / /
| |/| | | |
|
* | | | | | Fix handling of length (size_t)-1 in tclMain.c. This should fix handling of c... | jan.nijtmans | 2019-08-11 | 1 | -3/+4 |
|
|
* | | | | | Fix signature of TclWCharToUtfDString for TCL_UTF_MAX=6, and handling of leng... | jan.nijtmans | 2019-08-05 | 1 | -3/+3 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -4/+4 |
|\ \ \ \ |
|
| * \ \ \ | merge 8.7 | dkf | 2019-04-19 | 1 | -4/+4 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Replace memcpy() calls with memmove() to avoid undefined behavior when | dgp | 2019-04-17 | 1 | -4/+4 |
|
|
* | | | | | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since it'... | jan.nijtmans | 2019-03-31 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -3/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
| | |\ \
| | | |/ |
|
| | | * | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|
|
| | | * | Backport various minor issues from 8.6:
| jan.nijtmans | 2018-10-27 | 1 | -4/+14 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-21 | 1 | -7/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove incorrect comment. | jan.nijtmans | 2019-03-21 | 1 | -7/+3 |
| |\ \ \
| | |/ / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t... | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-10 | 1 | -2/+202 |
|\ \ \ \
| |/ / / |
|
| * | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -2/+202 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 1 | -6/+6 |
|
|
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-02 | 1 | -3/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | Minor optimization in UTF-8 handling, and add some comments describing how Tc... | jan.nijtmans | 2019-03-02 | 1 | -3/+16 |
| |\ \ \
| | |/ / |
|
| | * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -66/+75 |
|
|
* | | | | merge 8.7 | dgp | 2019-03-01 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | A confusion about signed vs unsigned comparision caused Tcl_UtfToUniChar() | dgp | 2019-03-01 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 1 | -87/+95 |
|\ \ \ \
| |/ / / |
|