Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
* | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants... | jan.nijtmans | 2020-11-18 | 1 | -1/+14 |
* | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi... | jan.nijtmans | 2020-05-25 | 1 | -0/+14 |
|\ | |||||
| * | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+... | jan.nijtmans | 2020-05-25 | 1 | -0/+16 |
| * | Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes f... | jan.nijtmans | 2020-05-18 | 1 | -1/+1 |
| * | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes | jan.nijtmans | 2020-05-13 | 1 | -25/+11 |
| |\ | |||||
| | * | Merge testcase cleanup. Make Tcl_UtfPrev() behave the same for any TCL_UTF_MA... | jan.nijtmans | 2020-05-12 | 1 | -4/+4 |
| | |\ | |||||
| | * | | Fix "knownBug" utf-4.11. Turns out a few other testcases where still not cor... | jan.nijtmans | 2020-05-12 | 1 | -23/+5 |
| | * | | Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give ... | jan.nijtmans | 2020-05-11 | 1 | -36/+48 |
| | |\ \ | | | |/ | |||||
* | | | | Adapt some comments, which are not correct for Tcl 8.7 any more | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
* | | | | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return ... | jan.nijtmans | 2020-05-12 | 1 | -0/+3 |
* | | | | Merge 8.6 | jan.nijtmans | 2020-05-12 | 1 | -3/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Revert implementation of Tcl_UniCharAtIndex() change done in this commit: [65... | jan.nijtmans | 2020-05-12 | 1 | -1/+3 |
| | |/ | |/| | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Tweak the Tcl_UtfPrev() implementation for TCL_UTF_MAX=4. This fixes 10 testc... | jan.nijtmans | 2020-05-11 | 1 | -1/+1 |
* | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | occurance -> occurrence. | jan.nijtmans | 2020-05-11 | 1 | -3/+3 |
* | | | Merge 8.6 | jan.nijtmans | 2020-05-10 | 1 | -8/+7 |
|\ \ \ | |/ / | |||||
| * | | Tweak Invalid() function: No need for "return 0" twice in the function. | jan.nijtmans | 2020-05-10 | 1 | -8/+31 |
| * | | Rebase to latest core-8-6-branch. | jan.nijtmans | 2020-05-08 | 1 | -26/+12 |
| |\ \ | |||||
| | * \ | Merge changes from parent branch | dgp | 2020-05-07 | 1 | -14/+16 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 8.6 | jan.nijtmans | 2020-05-07 | 1 | -19/+21 |
| | | |\ | | |_|/ | |/| | | |||||
| | * | | New approach to fixing the regression reported in [31aa44375d] builds on | dgp | 2020-05-07 | 1 | -17/+3 |
| | |/ | |||||
| | * | Merge 8.6. Some more tweaks to Tcl_UtfPrev(), so it cannot jump back 4 bytes ... | jan.nijtmans | 2020-05-07 | 1 | -63/+92 |
| | |\ | |||||
| | * | | Add 4 test-cases that could fool Tcl_UtfPrev (but ... actually they don't). | jan.nijtmans | 2020-05-05 | 1 | -1/+1 |
| | * | | Merge 8.6 | jan.nijtmans | 2020-05-05 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | More progress/simplification | jan.nijtmans | 2020-05-04 | 1 | -21/+2 |
| | * | | | Merge 8.6 | jan.nijtmans | 2020-05-04 | 1 | -6/+7 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-04 | 1 | -6/+8 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-03 | 1 | -13/+55 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Seems almost correct. Still problem with "string index" for TCL_UTF_MAX>3 | jan.nijtmans | 2020-05-02 | 1 | -15/+10 |
| | * | | | | | | More fixes for [ed29806baf]. Not working yet. WIP | jan.nijtmans | 2020-05-02 | 1 | -17/+41 |
* | | | | | | | | Merge 8.6 | dgp | 2020-05-07 | 1 | -14/+16 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | merge 8.5 | dgp | 2020-05-07 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Same trouble with Tcl_UtfToUniCharDstring. Test and fix. | dgp | 2020-05-07 | 1 | -4/+5 |
| * | | | | | | | | merge 8.5 | dgp | 2020-05-07 | 1 | -14/+15 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Fix. Note that just because we get one positive detection of an incomplete | dgp | 2020-05-07 | 1 | -9/+10 |
| * | | | | | | | | For TCL_UTF_MAX==4: Make sure that Tcl_UtfNext()/Tcl_UtfPrev() never move mor... | jan.nijtmans | 2020-05-07 | 1 | -6/+6 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-07 | 1 | -34/+40 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Optimize Tcl_UtfToUniCharDString() | jan.nijtmans | 2020-05-07 | 1 | -23/+26 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Tighten optimization in Tcl_UtfToUniCharDString(), just as in Tcl_NumUtfChars... | jan.nijtmans | 2020-05-07 | 1 | -81/+79 |
* | | | | | | | | merge 8.6 | dgp | 2020-05-06 | 1 | -14/+24 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | merge 8.5 | dgp | 2020-05-06 | 1 | -14/+24 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Tighten optimization in Tcl_NumUtfChars. Explain in comments. | dgp | 2020-05-06 | 1 | -14/+25 |
* | | | | | | | | merge 8.6 | dgp | 2020-05-06 | 1 | -11/+26 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | merge 8.5 | dgp | 2020-05-06 | 1 | -11/+26 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Restore safe calls of Invalid(). | dgp | 2020-05-06 | 1 | -3/+10 |
| | * | | | | | | The routine Invalid() has been revised to do something different. | dgp | 2020-05-06 | 1 | -9/+17 |
* | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-06 | 1 | -11/+13 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.5. More usage of UCHAR() macro. | jan.nijtmans | 2020-05-06 | 1 | -11/+13 |
| |\ \ \ \ \ \ \ | | |/ / / / / / |