| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -47/+50 |
|
|
* | More whitespace cleanup | dkf | 2024-05-10 | 1 | -2/+0 |
|
|
* | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -10/+10 |
|\ |
|
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -10/+9 |
| |\ |
|
| | * | optimize TclUtfToUCS4 for single code units (non high surrogates), especially... | sebres | 2024-03-20 | 1 | -3/+3 |
|
|
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -8/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-03 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-03-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode | jan.nijtmans | 2024-03-03 | 1 | -1/+1 |
| | |\ |
|
| | | * | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-us... | jan.nijtmans | 2024-01-15 | 1 | -4/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-02-11 | 1 | -30/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP #652 | jan.nijtmans | 2024-02-11 | 1 | -30/+0 |
| |\ \ \ |
|
| | * | | | Implementation of TIP 652. | pooryorick | 2024-02-07 | 1 | -30/+0 |
| |/ / /
|/| | | |
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-22 | 1 | -7/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2024-01-21 | 1 | -7/+1 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's f... | jan.nijtmans | 2024-01-21 | 1 | -7/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-01-12 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus... | jan.nijtmans | 2024-01-12 | 1 | -19/+24 |
| |\ \
| | |/ |
|
| * | | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 1 | -11/+82 |
|
|
* | | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 1 | -0/+73 |
|
|
* | | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ... | jan.nijtmans | 2023-12-29 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-12-29 | 1 | -65/+182 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ... | jan.nijtmans | 2023-10-13 | 1 | -0/+57 |
|
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | | Unneeded #undef's. Testcase/comment cleanup | jan.nijtmans | 2023-12-29 | 1 | -17/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-09-12 | 1 | -171/+11 |
|\ \ \
| |/ / |
|
| * | | More progress | jan.nijtmans | 2023-05-01 | 1 | -2/+0 |
|
|
| * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -136/+18 |
|
|
* | | | Limit memset() to "TCL_UTF_MAX=3' builds. | pooryorick | 2023-04-28 | 1 | -0/+4 |
|
|
* | | | memset(0xff) instead of memset(0) to accomodate tests that fill buffer with | pooryorick | 2023-04-27 | 1 | -2/+2 |
|
|
* | | | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leads | pooryorick | 2023-04-25 | 1 | -0/+16 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -47/+49 |
|/ / / |
|
* | | | Forgot one line in previous commit, and indenting | jan.nijtmans | 2023-03-22 | 1 | -6/+13 |
|
|
* | | | Let's get in the 'readability' changes from the 'unchained' branch, without t... | jan.nijtmans | 2023-03-22 | 1 | -11/+9 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | 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 su... | jan.nijtmans | 2023-02-01 | 1 | -8/+6 |
|
|
| * | | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su... | jan.nijtmans | 2023-02-01 | 1 | -27/+30 |
| |\ \
| | |/ |
|
| | * | (Cherry-pick) Make Tcl_UniCharToUtf more readable. | jan.nijtmans | 2023-02-01 | 1 | -27/+30 |
|
|
* | | | Make Tcl_UniCharToUtf more readable and add test to exercise surrogate | pooryorick | 2023-01-31 | 1 | -35/+36 |
|\ \ \ |
|
| * | | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test. | pooryorick | 2023-01-31 | 1 | -1/+1 |
|
|
| * | | | A few more readability changes to Tcl_UniCharToUtf()
| pooryorick | 2023-01-30 | 1 | -4/+4 |
|
|
| * | | | Make Tcl_UniCharToUtf() a little easier to read. | pooryorick | 2023-01-30 | 1 | -22/+26 |
|/ / / |
|
* | | | one more (Tcl_UniCharToUtf), and adapt documentation | jan.nijtmans | 2022-11-16 | 1 | -1/+1 |
|
|
* | | | Change 5 functions signatures from int -> size_t. Those should have been part... | jan.nijtmans | 2022-11-16 | 1 | -5/+5 |
|
|