summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-10/+10
|\
| * Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-10/+9
| |\
| | * optimize TclUtfToUCS4 for single code units (non high surrogates), especially...sebres2024-03-201-3/+3
* | | Fix indentation/brace usage style issuesdkf2024-03-191-8/+7
* | | Merge 8.7jan.nijtmans2024-03-031-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-031-1/+1
| |\ \ | | |/
| | * Fix [d63061a1ac]: PRIVATE != CONTROL in Unicodejan.nijtmans2024-03-031-1/+1
| | |\
| | | * Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-us...jan.nijtmans2024-01-151-4/+1
* | | | Merge 8.7jan.nijtmans2024-02-111-30/+0
|\ \ \ \ | |/ / /
| * | | TIP #652jan.nijtmans2024-02-111-30/+0
| |\ \ \
| | * | | Implementation of TIP 652.pooryorick2024-02-071-30/+0
| |/ / / |/| | |
* | | | Merge 8.7jan.nijtmans2024-01-221-7/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2024-01-211-7/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's f...jan.nijtmans2024-01-211-7/+1
* | | Merge 8.7jan.nijtmans2024-01-121-11/+11
|\ \ \ | |/ /
| * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-121-19/+24
| |\ \ | | |/
| * | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-11/+82
* | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-0/+73
* | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-291-2/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-291-65/+182
| |\ \ | | |/
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-0/+57
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Unneeded #undef's. Testcase/comment cleanupjan.nijtmans2023-12-291-17/+8
* | | 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
| |\ \ | | |/