summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-07-212-11/+18
|\
| * Merge 8.5jan.nijtmans2021-07-211-7/+8
| |\
| | * Use msys2/setup-msys2@v2 rule to install msys2, working around limitations in...jan.nijtmans2021-07-201-7/+8
* | | Merge 8.6jan.nijtmans2021-07-171-0/+10
|\ \ \ | |/ /
| * | Fix [592a25a505]: Tcl_PutEnv() crashes on Windowsjan.nijtmans2021-07-171-0/+10
| |\ \
| | * | Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windowsjan.nijtmans2021-07-161-0/+10
| |/ /
* | | Merge 8.6jan.nijtmans2021-07-163-6/+6
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2021-07-163-52/+52
| |\ \ | | |/
| | * -eofchar should only be effective on input, not on output, since it could res...jan.nijtmans2021-07-162-3/+3
| | * comment clean-upjan.nijtmans2021-07-162-173/+169
| | * Fix [1a89eba3761f62ee]: Add "exit" Windows shell built-in to auto_execokjan.nijtmans2021-07-141-5/+5
| | * Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for ...jan.nijtmans2021-07-084-1/+29
| * | finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by...jan.nijtmans2021-07-131-4/+4
* | | Fix build on Linux/Sparc with 32 bit userspace. See: [https://github.com/libt...jan.nijtmans2021-07-141-1/+1
* | | merge 8.6jan.nijtmans2021-07-081-1/+1
|\ \ \ | |/ /
| * | Add \DUSE_NMAKE=1 to C-flags when nmake is usedjan.nijtmans2021-07-081-1/+1
* | | TCL_THREADS=0 means no threads toojan.nijtmans2021-06-291-1/+1
* | | Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-295-7/+33
* | | Merge 8.6jan.nijtmans2021-06-288-179/+19561
|\ \ \ | |/ /
| * | Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-288-179/+19561
| |\ \ | | |/
| | * Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-2819-203/+19585
* | | Tweak TIP #590 impl on MacOS: Shared library could start with capitaljan.nijtmans2021-06-251-1/+5
* | | fix typos in previous commitpooryorick2021-06-231-2/+2
* | | possible fix for [dcb888ed85adeb86] with kevent()pooryorick2021-06-231-1/+4
|\ \ \
| * | | possible fix for [dcb888ed85adeb86] with kevent()pooryorick2021-06-221-1/+4
* | | | Merge 8.6jan.nijtmans2021-06-231-22/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.5jan.nijtmans2021-06-221-21/+21
| |\ \ \ | | | |/ | | |/|
| | * | More code cleanup, eliminating various compiler warnings with stricter flags....jan.nijtmans2021-06-221-21/+21
| * | | Merge 8.5jan.nijtmans2021-06-221-2/+2
| |\ \ \ | | |/ /
| | * | Fix [bad6cc213d]: A format string vulnerability in Tcl nmakehelp.c allows cod...jan.nijtmans2021-06-221-2/+2
* | | | Now really merge [bug-f9800d52bd61f240] (previous commit contains test-cases ...jan.nijtmans2021-06-235-8/+36
|\ \ \ \
* \ \ \ \ merge [bug-f9800d52bd61f240]pooryorick2021-06-231-0/+71
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Improve logic and cleanup for tests coroutine-7.13 and coroutine-7.14pooryorick2021-06-211-8/+13
* | | | Merge 8.6jan.nijtmans2021-06-212-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Backport ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE from 8.7jan.nijtmans2021-06-212-0/+6
* | | | Merge 8.6jan.nijtmans2021-06-2117-32/+27
|\ \ \ \ | |/ / /
| * | | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-2115-28/+23
* | | | Backout merge of "bug-f9800d52bd61f240" branch, which is - apparently - not r...jan.nijtmans2021-06-214-95/+1
* | | | eol-spacingjan.nijtmans2021-06-213-7/+7
* | | | renumber testcasesjan.nijtmans2021-06-211-2/+2
* | | | Fix [048dd20b4171c8da]: cesu-8 encoding fails on \u80jan.nijtmans2021-06-212-1/+16
* | | | merge bug-f9800d52bd61f240pooryorick2021-06-211-2/+34
|\ \ \ \ | | |/ / | |/| |
| * | | test for issue [5106fddd4400e5b9b], failure to yieldto is not the same thing aspooryorick2021-06-211-2/+34
* | | | merge bug-f9800d52bd61f240pooryorick2021-06-204-1/+63
|\ \ \ \ | |/ / /
| * | | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-204-1/+63
|/ / /
* | | Undo change in [b70eeebb0d196bb2]: It breaks the "make html" target in github...jan.nijtmans2021-06-191-2/+2
|\ \ \
| * | | Hm. tcltk-man2html.tcl cannot handle $(PATCH_LEVEL). Don't bother for now.jan.nijtmans2021-06-181-1/+1
| * | | Fix "make html-tcl" target, broken by this commit: [b70eeebb0d196bb2] (in cor...jan.nijtmans2021-06-181-1/+1
* | | | Assume chan-io-41.6 and chan-io-41.8 are UNIX-only. See [9be2726881c41893], t...jan.nijtmans2021-06-191-2/+2
* | | | Fix windows build failure, caused by [f8608fc420]jan.nijtmans2021-06-191-1/+1