summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge-markjan.nijtmans2020-05-180-0/+0
|\
| * Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes f...jan.nijtmans2020-05-182-10/+4
* | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-183-6/+18
* | Merge 8.6jan.nijtmans2020-05-149-71/+68
|\ \ | |/
| * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-149-169/+163
| |\
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-132-8/+7
* | | Sync testcases with 8.6jan.nijtmans2020-05-131-99/+45
|\ \ \ | |/ /
| * | Merge-markjan.nijtmans2020-05-130-0/+0
| |\ \
| | * | Testcase cleanup: Sync with testcases in core-8-6-branchjan.nijtmans2020-05-131-75/+54
* | | | Merge 8.6jan.nijtmans2020-05-132-1/+19
|\ \ \ \ | |/ / /
| * | | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytesjan.nijtmans2020-05-134-165/+94
| |\ \ \ | | |_|/ | |/| |
| | * | Merge testcase cleanup. Make Tcl_UtfPrev() behave the same for any TCL_UTF_MA...jan.nijtmans2020-05-122-23/+22
| | |\ \
| | * | | Fix "knownBug" utf-4.11. Turns out a few other testcases where still not cor...jan.nijtmans2020-05-122-197/+59
| | * | | Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give ...jan.nijtmans2020-05-1112-178/+204
| | |\ \ \
| | * | | | Change order of some testcases, matching 8.6jan.nijtmans2020-05-071-12/+12
| * | | | | merge 8.5sebres2020-05-131-0/+18
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | clock.test: more tests for negative month offsets over threshold of a year (i...sebres2020-05-131-0/+18
| * | | | | One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper.jan.nijtmans2020-05-131-1/+1
* | | | | | Merge 8.6jan.nijtmans2020-05-131-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See...jan.nijtmans2020-05-131-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See...jan.nijtmans2020-05-131-1/+1
| | |\ \ \ \
| | | * \ \ \ Change back implementation of Tcl_UtfAtIndex() to how it was. Update document...jan.nijtmans2020-05-1210-64/+85
| | | |\ \ \ \
| | | * | | | | Demonstration for documentation bug, and suggestion for improved wording. Mor...jan.nijtmans2020-05-102-12/+4
* | | | | | | | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return ...jan.nijtmans2020-05-122-1/+5
* | | | | | | | Merge 8.6jan.nijtmans2020-05-121-3/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Revert implementation of Tcl_UniCharAtIndex() change done in this commit: [65...jan.nijtmans2020-05-121-1/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Merge 8.5jan.nijtmans2020-05-121-66/+59
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Unsplit some test-cases and renumber, for testcase which give the same result...jan.nijtmans2020-05-121-100/+46
* | | | | Merge 8.6jan.nijtmans2020-05-112-13/+19
|\ \ \ \ \ | |/ / / /
| * | | | Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian...jan.nijtmans2020-05-112-20/+22
* | | | | Merge 8.6jan.nijtmans2020-05-112-34/+37
|\ \ \ \ \ | |/ / / /
| * | | | Tweak the Tcl_UtfPrev() implementation for TCL_UTF_MAX=4. This fixes 10 testc...jan.nijtmans2020-05-112-35/+29
* | | | | Merge 8.6jan.nijtmans2020-05-117-11/+11
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | occurance -> occurrence.jan.nijtmans2020-05-119-22/+22
* | | | Merge 8.6jan.nijtmans2020-05-102-82/+88
|\ \ \ \ | |/ / /
| * | | Tweak Invalid() function: No need for "return 0" twice in the function. jan.nijtmans2020-05-102-15/+38
* | | | Merge-markjan.nijtmans2020-05-100-0/+0
|\ \ \ \ | |/ / /
| * | | Merge bug-31aa44375d branch. Mark encoding-15.5 testcase as "knownBug". Discu...jan.nijtmans2020-05-103-39/+16
| |\ \ \
| | * \ \ Rebase to latest core-8-6-branch.jan.nijtmans2020-05-083-39/+21
| | |\ \ \ | |/ / / /
| | * | | Merge changes from parent branchdgp2020-05-072-35/+49
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge 8.6jan.nijtmans2020-05-072-40/+54
| | | |\ \
| | * | | | split and constrain the failing test.dgp2020-05-071-1/+6
| | * | | | New approach to fixing the regression reported in [31aa44375d] builds ondgp2020-05-071-17/+3
| | |/ / /
| | * | | merge 8.6dgp2020-05-071-2/+8
| | |\ \ \
| | * \ \ \ Merge 8.6. Some more tweaks to Tcl_UtfPrev(), so it cannot jump back 4 bytes ...jan.nijtmans2020-05-0712-665/+663
| | |\ \ \ \
| | * | | | | Add 4 test-cases that could fool Tcl_UtfPrev (but ... actually they don't).jan.nijtmans2020-05-052-1/+13
| | * | | | | Merge 8.6jan.nijtmans2020-05-053-26/+26
| | |\ \ \ \ \
| | * | | | | | More progress/simplificationjan.nijtmans2020-05-042-42/+14
| | * | | | | | Merge 8.6jan.nijtmans2020-05-046-18/+98
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-049-55/+59
| | |\ \ \ \ \ \ \