Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump http version to 2.9.2 | kjnash | 2020-06-19 | 4 | -6/+6 |
| | |||||
* | Merge 8.6 | kjnash | 2020-06-19 | 552 | -18100/+22481 |
|\ | |||||
| * | sync zlib's crypt.h with version in Tcl 8.7 | jan.nijtmans | 2020-06-19 | 1 | -6/+1 |
| | | |||||
| * | rules.vc: No need to redefine values which are already the default. ↵ | jan.nijtmans | 2020-06-12 | 2 | -11/+2 |
| | | | | | | | | tclWinPort.h: Fix comment | ||||
| * | Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this ↵ | jan.nijtmans | 2020-06-11 | 1 | -1/+1 |
| | | | | | | | | is wrong... | ||||
| * | Merge-mark 8.5 (TZ update already done here) | jan.nijtmans | 2020-06-08 | 2 | -3/+3 |
| |\ | | | | | | | | | | Don't try to compile with MINGW32_ in /unix directory. Minor comment fix. | ||||
| | * | (cherry-pick): Update TZ info to tzdata2020a. | jan.nijtmans | 2020-06-06 | 7 | -588/+277 |
| | | | |||||
| * | | Update TZ info to tzdata2020a. | José Ignacio Marín | 2020-06-06 | 7 | -588/+277 |
| | | | |||||
| * | | merge 8.5 | sebres | 2020-06-02 | 1 | -19/+16 |
| |\ \ | | |/ | |||||
| | * | avoid segfault if Tcl_FreeParse, if parse structure remains uninitialized ↵ | sebres | 2020-06-02 | 1 | -19/+16 |
| | | | | | | | | | | | | (parse.tokenPtr may be used uninitialized, for instance it returns from Tcl_ParseCommand etc with error before TclParseInit gets called) | ||||
| * | | no functional changes (closed bracket in comment, lint concerns only) | sebres | 2020-05-29 | 2 | -2/+2 |
| | | | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-05-26 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Update from Xcode 11.4 to 11.5: Latest one should continue to work always. | jan.nijtmans | 2020-05-20 | 1 | -4/+4 |
| | | | |||||
| * | | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > ↵ | jan.nijtmans | 2020-05-25 | 3 | -3/+23 |
| | | | | | | | | | | | | U+FFFF. | ||||
| * | | Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes ↵ | jan.nijtmans | 2020-05-18 | 2 | -10/+4 |
| | | | | | | | | | | | | for lead bytes F0-F5, Tcl_UtfCharComplete() should guarantee that those 4 bytes are available, not 3. | ||||
| * | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the ↵ | jan.nijtmans | 2020-05-14 | 9 | -169/+163 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence. This effectively removes the last Tcl_UtfNext() call from the core, the only ones left are in tclTest.c for test commands. So the TclUtfNext() macro doesn't make sense any more. Remove "register" keyword from many files. | ||||
| | * | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the ↵ | jan.nijtmans | 2020-05-13 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence. | ||||
| * | | | Merge-mark | jan.nijtmans | 2020-05-13 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Testcase cleanup: Sync with testcases in core-8-6-branch | jan.nijtmans | 2020-05-13 | 1 | -75/+54 |
| | | | | |||||
| * | | | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes | jan.nijtmans | 2020-05-13 | 4 | -165/+94 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Merge testcase cleanup. Make Tcl_UtfPrev() behave the same for any ↵ | jan.nijtmans | 2020-05-12 | 2 | -23/+22 |
| | |\ \ | | | | | | | | | | | | | | | | TCL_UTF_MAX value, since we didn't figure out yet how it should behave for TCL_UTF_MAX>3. | ||||
| | * | | | Fix "knownBug" utf-4.11. Turns out a few other testcases where still not ↵ | jan.nijtmans | 2020-05-12 | 2 | -197/+59 |
| | | | | | | | | | | | | | | | | | | | | correct, now they are. Make next/prev behavior the same for all TCL_UTF_MAX values, since the exact behavior for TCL_UTF_MAX>3 should be worked out further for Tcl 8.7 first, then everything agreed upon can be backported. | ||||
| | * | | | Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give ↵ | jan.nijtmans | 2020-05-11 | 12 | -178/+204 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | the right answer. Add testcase 4.14 with similar corner-case, this one is OK. | ||||
| | * | | | | Change order of some testcases, matching 8.6 | jan.nijtmans | 2020-05-07 | 1 | -12/+12 |
| | | | | | | |||||
| * | | | | | merge 8.5 | sebres | 2020-05-13 | 1 | -0/+18 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | clock.test: more tests for negative month offsets over threshold of a year ↵ | sebres | 2020-05-13 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | (important for C-implementation like clock-speedup branch, see https://github.com/sebres/tclclockmod/issues/20#issuecomment-627704993) | ||||
| * | | | | | One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper. | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | See: [81242a48c8] | ||||
| | * | | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | See: [81242a48c8] | ||||
| | | * \ \ \ | Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵ | jan.nijtmans | 2020-05-12 | 10 | -64/+85 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | documentation. | ||||
| | | | * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-11 | 2 | -13/+19 |
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| | | |||||
| | | | * | | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 2 | -34/+37 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-11 | 7 | -11/+11 |
| | | | |\ \ \ \ \ | |||||
| | | * | | | | | | | Demonstration for documentation bug, and suggestion for improved wording. ↵ | jan.nijtmans | 2020-05-10 | 2 | -12/+4 |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | More explanation will follow in the ticket. | ||||
| | | * | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-10 | 2 | -82/+88 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge-mark | jan.nijtmans | 2020-05-10 | 0 | -0/+0 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-08 | 2 | -10/+30 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-08 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ | Merge 8.6 | dgp | 2020-05-07 | 2 | -33/+47 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-07 | 1 | -35/+29 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride ↵ | jan.nijtmans | 2020-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option | ||||
| | | * | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-07 | 2 | -34/+43 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2020-05-06 | 1 | -14/+24 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2020-05-06 | 1 | -11/+26 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge-mark | jan.nijtmans | 2020-05-06 | 0 | -0/+0 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-06 | 7 | -21/+22 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-06 | 1 | -8/+6 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | Remove PROTO_FLAGS here too | jan.nijtmans | 2020-05-05 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-05 | 2 | -19/+19 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | | Fix Tcl_UtfPrev() such that it can never go back more than TCL_UTF_MAX ↵ | jan.nijtmans | 2020-05-05 | 2 | -16/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes. Already done correctly on core-8-6-branch, but this was never forwarded to core-8-branch. |