summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-09-121-171/+11
|\
| * More progressjan.nijtmans2023-05-011-2/+0
| * Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-136/+18
* | Limit memset() to "TCL_UTF_MAX=3' builds.pooryorick2023-04-281-0/+4
* | memset(0xff) instead of memset(0) to accomodate tests that fill buffer withpooryorick2023-04-271-2/+2
* | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leadspooryorick2023-04-251-0/+16
* | Merge trunkapnadkarni2023-04-141-1/+1
|\ \
| * \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-47/+49
|/ /
* | Forgot one line in previous commit, and indentingjan.nijtmans2023-03-221-6/+13
* | Let's get in the 'readability' changes from the 'unchained' branch, without t...jan.nijtmans2023-03-221-11/+9
* | Merge 8.7jan.nijtmans2023-03-221-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-221-2/+2
| |\
| | * Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8jan.nijtmans2023-03-221-1/+1
| | |\
| | | * Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8.jan.nijtmans2023-03-221-1/+1
| | |/ | |/|
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-8/+6
| * | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-27/+30
| |\ \ | | |/
| | * (Cherry-pick) Make Tcl_UniCharToUtf more readable.jan.nijtmans2023-02-011-27/+30
* | | Make Tcl_UniCharToUtf more readable and add test to exercise surrogatepooryorick2023-01-311-35/+36
|\ \ \
| * | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test.pooryorick2023-01-311-1/+1
| * | | A few more readability changes to Tcl_UniCharToUtf() pooryorick2023-01-301-4/+4
| * | | Make Tcl_UniCharToUtf() a little easier to read.pooryorick2023-01-301-22/+26
|/ / /
* | | one more (Tcl_UniCharToUtf), and adapt documentationjan.nijtmans2022-11-161-1/+1
* | | Change 5 functions signatures from int -> size_t. Those should have been part...jan.nijtmans2022-11-161-5/+5
* | | Merge 8.7jan.nijtmans2022-07-121-4/+2
|\ \ \ | |/ /
| * | Merge 8.7. Clean-up tclWinConsole.c the same wayjan.nijtmans2022-07-121-4/+2
| |\ \ | | |/
| | * Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-121-2/+1
| * | Implement PANIC when the UTF16 compatibility layer is used in combination wit...jan.nijtmans2022-03-241-3/+3
| * | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-2/+2
| * | Fix Tcl_UniCharAtIndex() for UTF-16 compabitility layerjan.nijtmans2022-03-231-4/+2
| * | Feature-completejan.nijtmans2022-03-221-1/+56
| * | More progressjan.nijtmans2022-03-221-0/+1
| * | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-5/+33
| * | More progressjan.nijtmans2022-03-141-20/+26
| * | 2 more functionsjan.nijtmans2022-03-111-10/+196
| * | Handle TclUniCharNcmp()jan.nijtmans2022-03-111-5/+29
| * | 3 more files with TCL_UTF_MAX checksjan.nijtmans2022-02-241-8/+8
* | | Merge 9.0jan.nijtmans2022-04-081-4/+4
|\ \ \
* \ \ \ Merge 9.0jan.nijtmans2022-04-011-2/+1
|\ \ \ \ | |/ / /
| * | | Add UTF-16 versions of Tcl_GetCharLength/Tcl_GetRange/Tcl_GetUniChar to the s...jan.nijtmans2022-04-011-2/+1
* | | | Merge 9.0. Fix CONTINUATION macro, and testcasesjan.nijtmans2022-03-291-15/+76
|\ \ \ \ | |/ / /
| * | | Add UTF-16 versions of Tcl_NumUtfChars/Tcl_UtfAtIndex to the stub table. Shou...jan.nijtmans2022-03-291-15/+76
* | | | TIP #619 implementation. tests not working yetjan.nijtmans2022-03-031-3/+15
|/ / /
* | | Merge 8.7jan.nijtmans2022-02-241-14/+45
|\ \ \ | |/ /
| * | TIP #617: Tcl_WCharLen/Tcl_Char16Lenjan.nijtmans2022-02-031-1/+32
* | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 left...jan.nijtmans2021-04-301-0/+30
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-03-171-36/+31
| |\ \
| * | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-0/+30
* | | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-35/+14
|\ \ \ \ | | |/ / | |/| |