Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-07-12 | 1 | -4/+2 |
|\ | |||||
| * | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 1 | -4/+2 |
| |\ | |||||
| | * | Code cleanup (use {} in if/else statemenets) | jan.nijtmans | 2022-07-12 | 1 | -2/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge 9.0 | jan.nijtmans | 2022-04-08 | 1 | -4/+4 |
|\ \ \ | |||||
* \ \ \ | Merge 9.0 | jan.nijtmans | 2022-04-01 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add UTF-16 versions of Tcl_GetCharLength/Tcl_GetRange/Tcl_GetUniChar to the ↵ | jan.nijtmans | 2022-04-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | stub table. Should have been part of TIP #542. Needed for Tk's "glyph_indexing_2" branch | ||||
* | | | | Merge 9.0. Fix CONTINUATION macro, and testcases | jan.nijtmans | 2022-03-29 | 1 | -15/+76 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add UTF-16 versions of Tcl_NumUtfChars/Tcl_UtfAtIndex to the stub table. ↵ | jan.nijtmans | 2022-03-29 | 1 | -15/+76 |
| | | | | | | | | | | | | | | | | Should have been part of TIP #542. Needed for Tk's "glyph_indexing_2" branch | ||||
* | | | | TIP #619 implementation. tests not working yet | jan.nijtmans | 2022-03-03 | 1 | -3/+15 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-02-24 | 1 | -14/+45 |
|\ \ \ | |/ / | |||||
| * | | TIP #617: Tcl_WCharLen/Tcl_Char16Len | jan.nijtmans | 2022-02-03 | 1 | -1/+32 |
| | | | |||||
* | | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 ↵ | jan.nijtmans | 2021-04-30 | 1 | -0/+30 |
|\ \ \ | |/ / | | | | | | | leftover testcases, which were skipped | ||||
| * | | Merge 8.7 | jan.nijtmans | 2021-03-17 | 1 | -36/+31 |
| |\ \ | |||||
| * | | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -0/+30 |
| | | | | |||||
* | | | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0) | jan.nijtmans | 2021-03-15 | 1 | -35/+14 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 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.7 | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix ↵ | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [4c591fa487]. Also put back minor optimization for big-endian machines removed in the previous commit | ||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2021-03-10 | 1 | -9/+8 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -9/+8 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 1 | -9/+8 |
| | | | | | | | | |||||
| | * | | | | | | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 ↵ | jan.nijtmans | 2021-03-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and ch2 are only 16-bit. Backported from 8.7 | ||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2021-03-02 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-02 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > ↵ | jan.nijtmans | 2021-03-02 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3. No change for TCL_UTF_MAX=3. Also adapt test-cases accordingly, and add comments why the changes were done. | ||||
| | * | | | | | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. ↵ | jan.nijtmans | 2021-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported from 8.7, no change for TCL_UTF_MAX=3. This way, the previous fix can be slightly more simplified, and working for TCL_UTF_MAX>3 too. | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | 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 | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-18 | 1 | -1/+14 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | 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. | ||||
* | | | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -6/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-05-25 | 1 | -0/+14 |
|\ \ \ \ \ \ | |/ / / / / |