Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one more (Tcl_UniCharToUtf), and adapt documentation | jan.nijtmans | 2022-11-16 | 1 | -4/+4 |
| | |||||
*-. | TIP #619: New TCL_COMBINE flag for Tcl_UniCharToUtf() | jan.nijtmans | 2022-07-04 | 1 | -5/+6 |
|\ \ | |||||
| * | | Merge 9.0. Update documentation | jan.nijtmans | 2022-03-11 | 1 | -5/+6 |
| | | | |||||
* | | | Merge 8.7. Update documentation | jan.nijtmans | 2022-06-23 | 1 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-02-24 | 1 | -1/+15 |
|\ \ | |/ | |||||
| * | TIP #617: Tcl_WCharLen/Tcl_Char16Len | jan.nijtmans | 2022-02-03 | 1 | -1/+15 |
| | | |||||
* | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0) | jan.nijtmans | 2021-03-15 | 1 | -7/+8 |
|\ \ | |/ | |||||
| * | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev() | jan.nijtmans | 2021-03-15 | 1 | -7/+8 |
| |\ | |||||
| | * | Merge 8.7 | jan.nijtmans | 2020-11-05 | 1 | -2/+2 |
| | |\ | | |/ | |/| | |||||
| | * | Put back "string bytelength", not _that_ important for this TIP. | jan.nijtmans | 2020-05-24 | 1 | -5/+6 |
| | | | | | | | | | Document that Tcl_UtfCharComplete() can be used now to protect Tcl_UtfNext() | ||||
| | * | Merge 8.7. Update documentation | jan.nijtmans | 2020-05-18 | 1 | -2/+2 |
| |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-05-13 | 1 | -2/+5 |
| |\ | |||||
| | * | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | See: [81242a48c8] | ||||
| | | * | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| | | |\ | | | | | | | | | | | | | | | | See: [81242a48c8] | ||||
| | | | * | Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵ | jan.nijtmans | 2020-05-12 | 1 | -5/+7 |
| | | | |\ | | | | | | | | | | | | | | | | | | | documentation. | ||||
| | | | * | | Demonstration for documentation bug, and suggestion for improved wording. ↵ | jan.nijtmans | 2020-05-10 | 1 | -1/+3 |
| | | | |/ | | | | | | | | | | | | | | | | More explanation will follow in the ticket. | ||||
| | | * | | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be ↵ | jan.nijtmans | 2020-04-18 | 1 | -23/+14 |
| | | | | | | | | | | | | | | | | | | | | updated later, when implementation is ready and agreed upon. | ||||
| | * | | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how ↵ | jan.nijtmans | 2020-04-22 | 1 | -15/+6 |
| | | | | | | | | | | | | | | | | | | | | it was. Will be updated later, when implementation is ready and agreed upon. | ||||
| | * | | | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -5/+14 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Improve the docs for Tcl_UtfNext. | dgp | 2020-04-16 | 1 | -5/+14 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-05-12 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return ↵ | jan.nijtmans | 2020-05-12 | 1 | -1/+2 |
| | |_|/ | |/| | | | | | | | | | | -1 in that case. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵ | jan.nijtmans | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | adapted to the needs of TIPs 389/542. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-14 | 1 | -7/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -7/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -7/+21 |
| | |\ \ | | | |/ | |||||
| | | * | Improve the precision of the Tcl_UtfPrev documentation. | dgp | 2020-04-13 | 1 | -7/+21 |
| | | | | |||||
| | * | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
| | |\ \ | | | |/ | | | | | | | | | Unicode tables. Not used in 8.6 yet. | ||||
| | | * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-01-20 | 1 | -4/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Little doc tweak | jan.nijtmans | 2019-12-12 | 1 | -6/+5 |
| | | | | |||||
| * | | | Merge tip-548 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -6/+19 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tip-548 branch. | jan.nijtmans | 2019-06-03 | 1 | -1/+0 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | More WIP: eliminate all usage of (platform-specific) ↵ | jan.nijtmans | 2019-05-22 | 1 | -20/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to its proposed portable replacements: Tcl_Utf16ToUtfDString()/Tcl_UtfToUtf16DString() This allows for Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to be declared deprecated. | ||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add 4 new encodings, and add documentation. | jan.nijtmans | 2019-03-18 | 1 | -6/+43 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -8/+32 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵ | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | functions could be used in Win32 extensions. | ||||
| * | | | | | | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -7/+23 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | / / / | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -3/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵ | jan.nijtmans | 2019-06-03 | 1 | -11/+18 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | more flexible replacement functions | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Document that the *Backslash parsing functions output maximum 4 bytes, ↵ | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places. | ||||
* | | | | | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since ↵ | jan.nijtmans | 2019-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | it's too useful. | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-18 | 1 | -3/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ↵ | jan.nijtmans | 2019-03-18 | 1 | -3/+4 |
| |/ / / | | | | | | | | | | | | | Add type cast in tclUtf.c, making actual check clearer |