Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimize TclUtfToUCS4 for single code units (non high surrogates), ↵ | sebres | 2024-03-20 | 1 | -3/+3 |
| | | | | especially for ascii; fixes performance regression [6811a0081940b76c] | ||||
* | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode | jan.nijtmans | 2024-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" ↵ | jan.nijtmans | 2024-01-15 | 1 | -4/+1 |
| | | | | | | | | (private-use characters) from "string is control". | ||||
| * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, ↵ | jan.nijtmans | 2024-01-12 | 1 | -19/+24 |
| |\ | | | | | | | | | | because it's part of the UTF16 compatibility layer | ||||
| * | | 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 ↵ | jan.nijtmans | 2023-05-01 | 1 | -136/+18 |
| | | | | | | | | | | | | compromizing existing TIP's | ||||
| * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
| |\ \ | |||||
* | | | | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's ↵ | jan.nijtmans | 2024-01-21 | 1 | -7/+1 |
| |_|/ |/| | | | | | | | | for TCL_UTF_MAX>3, which is unsupported for 8.6. | ||||
* | | | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ↵ | jan.nijtmans | 2023-10-13 | 1 | -0/+57 |
| | | | | | | | | | | | | to incorrect type. Modified, swapping the wrapping-order | ||||
* | | | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| |/ |/| | | | corrections in history.tcl and tcltest.test. | ||||
* | | 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 ↵ | jan.nijtmans | 2023-02-01 | 1 | -8/+6 |
| | | | | | | | | surrogate handling. (test-case was still missing, which cannot be used in Tcl 8.6) | ||||
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise ↵ | jan.nijtmans | 2023-02-01 | 1 | -27/+30 |
| |\ | |/ |/| | | | surrogate handling. | ||||
| * | 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 ↵ | jan.nijtmans | 2022-03-24 | 1 | -3/+3 |
| | | | | | | | | | | | | with -DTCL_NO_DEPRECATED | ||||
| * | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. ↵ | jan.nijtmans | 2022-03-24 | 1 | -2/+2 |
| | | | | | | | | | | | | So, we make sure that it is never used internally for the Core. This means that extensions using the compatibility layer won't work any more in this mode; extensions should be compiled using TCL_UTF_MAX=4 then they work again. | ||||
| * | | 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 ↵ | jan.nijtmans | 2020-05-25 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | thourougly test yet, but seems OK at first sight. | ||||
| | | * | | | | Split more "string" functions. New helper function TclUniCharToUCS4(), not ↵ | jan.nijtmans | 2020-05-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | used yet but that's the next step. | ||||
| | | * | | | | Merge 8.7 | jan.nijtmans | 2020-05-22 | 1 | -19/+51 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Add function Tcl_UniCharFold(). It's the same as Tcl_UniCharToLower() for now, but that will change. | ||||
| | | * \ \ \ \ | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
| * | | | | | | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar ↵ | jan.nijtmans | 2020-11-18 | 1 | -1/+14 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | variants: This handles surrogate pairs better. | ||||
| * | | | | | | | | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase ↵ | jan.nijtmans | 2020-05-25 | 1 | -0/+14 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | exposing this bug. | ||||
| * | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -1 in that case. | ||||
| * | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ |