summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp wit...jan.nijtmans2020-05-274-62/+99
* Merge 8.5jan.nijtmans2020-05-261-4/+4
|\
| * Update from Xcode 11.4 to 11.5: Latest one should continue to work always.jan.nijtmans2020-05-201-4/+4
* | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+...jan.nijtmans2020-05-253-3/+23
* | Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes f...jan.nijtmans2020-05-182-10/+4
* | 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
* | | Merge-markjan.nijtmans2020-05-130-0/+0
|\ \ \ | | |/ | |/|
| * | Testcase cleanup: Sync with testcases in core-8-6-branchjan.nijtmans2020-05-131-75/+54
* | | 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
* | | | | 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
| | |\ \ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2020-05-112-13/+19
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Merge 8.6jan.nijtmans2020-05-112-34/+37
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.6jan.nijtmans2020-05-117-11/+11
| | | |\ \ \ \ \
| | * | | | | | | Demonstration for documentation bug, and suggestion for improved wording. Mor...jan.nijtmans2020-05-102-12/+4
| | |/ / / / / /
| | * | | | | | Merge 8.6jan.nijtmans2020-05-102-82/+88
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge-markjan.nijtmans2020-05-100-0/+0
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-082-10/+30
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-081-2/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.6dgp2020-05-072-33/+47
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-071-35/+29
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride ...jan.nijtmans2020-05-071-1/+1
| | * | | | | | | | | | | | Merge 8.6jan.nijtmans2020-05-072-34/+43
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-05-061-14/+24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-05-061-11/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge-markjan.nijtmans2020-05-060-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-067-21/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-061-8/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Remove PROTO_FLAGS here toojan.nijtmans2020-05-051-7/+2
| | * | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-05-052-19/+19
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Fix Tcl_UtfPrev() such that it can never go back more than TCL_UTF_MAX bytes....jan.nijtmans2020-05-052-16/+20
| | * | | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-05-053-62/+59
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge-markjan.nijtmans2020-05-040-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-041-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge-markjan.nijtmans2020-05-030-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-022-28/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Improve/simplify "testutfnext" and "testutfprev" commands. Now don't need to ...jan.nijtmans2020-05-012-428/+411
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ...jan.nijtmans2020-04-292-471/+454
| | * | | | | | | | | | | | | | | | | | | | | | | | | Never mind remark about TIP #573 in previous commit: Test failure was due to ...jan.nijtmans2020-05-012-3/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-015-22/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-04-301-0/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \