| Commit message (Expand) | Author | Age | Files | Lines |
* | optimize TclUtfToUCS4 for single code units (non high surrogates), especially... | sebres | 2024-03-20 | 1 | -3/+3 |
|
|
* | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode | jan.nijtmans | 2024-03-03 | 1 | -1/+1 |
|\ |
|
| * | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-us... | jan.nijtmans | 2024-01-15 | 1 | -4/+1 |
|
|
| * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus... | jan.nijtmans | 2024-01-12 | 1 | -19/+24 |
| |\ |
|
| * | | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 1 | -11/+82 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2023-12-29 | 1 | -65/+182 |
| |\ \
| | |/ |
|
| * | | More progress | jan.nijtmans | 2023-05-01 | 1 | -2/+0 |
|
|
| * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -136/+18 |
|
|
| * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
| |\ \ |
|
* | | | | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's f... | jan.nijtmans | 2024-01-21 | 1 | -7/+1 |
| |_|/
|/| | |
|
* | | | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ... | jan.nijtmans | 2023-10-13 | 1 | -0/+57 |
|
|
* | | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8. | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
| |/ |
|
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su... | jan.nijtmans | 2023-02-01 | 1 | -8/+6 |
|
|
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su... | jan.nijtmans | 2023-02-01 | 1 | -27/+30 |
| |\
| |/
|/| |
|
| * | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 1 | -4/+2 |
| |\ |
|
| * | | Implement PANIC when the UTF16 compatibility layer is used in combination wit... | jan.nijtmans | 2022-03-24 | 1 | -3/+3 |
|
|
| * | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S... | jan.nijtmans | 2022-03-24 | 1 | -2/+2 |
|
|
| * | | Fix Tcl_UniCharAtIndex() for UTF-16 compabitility layer | jan.nijtmans | 2022-03-23 | 1 | -4/+2 |
|
|
| * | | Feature-complete | jan.nijtmans | 2022-03-22 | 1 | -1/+56 |
|
|
| * | | More progress | jan.nijtmans | 2022-03-22 | 1 | -0/+1 |
|
|
| * | | Handle Tcl_UtfAtIndex | jan.nijtmans | 2022-03-16 | 1 | -5/+33 |
|
|
| * | | More progress | jan.nijtmans | 2022-03-14 | 1 | -20/+26 |
|
|
| * | | 2 more functions | jan.nijtmans | 2022-03-11 | 1 | -10/+196 |
|
|
| * | | Handle TclUniCharNcmp() | jan.nijtmans | 2022-03-11 | 1 | -5/+29 |
|
|
| * | | 3 more files with TCL_UTF_MAX checks | jan.nijtmans | 2022-02-24 | 1 | -8/+8 |
|
|
| * | | TIP #617: Tcl_WCharLen/Tcl_Char16Len | jan.nijtmans | 2022-02-03 | 1 | -1/+32 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2021-03-17 | 1 | -36/+31 |
| |\ \ |
|
| | * \ | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev() | jan.nijtmans | 2021-03-15 | 1 | -35/+14 |
| | |\ \ |
|
| | | * \ | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -1/+1 |
| | | |\ \ |
|
| | | * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-05 | 1 | -50/+18 |
| | | |\ \ \ |
|
| | | * | | | | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not th... | jan.nijtmans | 2020-05-25 | 1 | -1/+14 |
|
|
| | | * | | | | Split more "string" functions. New helper function TclUniCharToUCS4(), not us... | jan.nijtmans | 2020-05-22 | 1 | -0/+14 |
|
|
| | | * | | | | Merge 8.7 | jan.nijtmans | 2020-05-22 | 1 | -19/+51 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge 8.7. Further progress with TIP implementation. | jan.nijtmans | 2020-05-13 | 1 | -25/+26 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIP | jan.nijtmans | 2020-05-12 | 1 | -10/+4 |
|
|
| | * | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -9/+8 |
| | |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -0/+30 |
| |/ / / / / / / / / |
|
| * | | | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-02 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
| * | | | | | | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants... | jan.nijtmans | 2020-11-18 | 1 | -1/+14 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| * | | | | | | | | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi... | jan.nijtmans | 2020-05-25 | 1 | -0/+14 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| * | | | | | | | | Adapt some comments, which are not correct for Tcl 8.7 any more | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return ... | jan.nijtmans | 2020-05-12 | 1 | -0/+3 |
|
|
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-12 | 1 | -3/+14 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ |
|