summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand ↵pooryorick2021-09-021-1/+1
| | | | | name prefix matching and a subsequent error results in a segmentation fault
* Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix ↵pooryorick2021-09-015-16/+46
| | | | matching and a subsequent error results in a segmentation fault
* One more TclUnusedStubEntry -> TclOOUnusedStubEntryjan.nijtmans2021-08-271-1/+1
|
* Merge 8.7jan.nijtmans2021-08-273-6/+8
|\
| * Merge 8.6jan.nijtmans2021-08-271-0/+2
| |\
| | * Follow-up previous commit (thanks, Don!). Missing #undefjan.nijtmans2021-08-271-0/+2
| | |
* | | merge markdgp2021-08-260-0/+0
|\ \ \ | |/ /
| * | repair broken builddgp2021-08-263-7/+7
| |\ \ | | |/
| | * repair broken builddgp2021-08-263-7/+7
| | |
* | | Merge 8.7jan.nijtmans2021-08-263-0/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-08-264-1/+16
| |\ \ | | |/
| | * Add a few spare unused stub entries in TclOOjan.nijtmans2021-08-264-1/+20
| | |
* | | Fix for TIP #430/#595 corner-case: tcl_findLibrary should use correct ↵jan.nijtmans2021-08-251-1/+1
| | | | | | | | | | | | library name when running in Tcl 9.
* | | Merge 8.7jan.nijtmans2021-08-2315-31/+65
|\ \ \ | |/ /
| * | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-2315-31/+65
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2021-08-234-24/+41
| | |\
| | | * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-2316-55/+77
| | | |
| | | * Code formattingjan.nijtmans2021-08-232-176/+270
| | | |
* | | | Repair build failure.dgp2021-08-201-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2021-08-2015-103/+763
|\ \ \ \ | |/ / /
| * | | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal()jan.nijtmans2021-08-2015-103/+763
| |\ \ \
| | * | | Apply macos-tip511.diff. Resolve conflict with TIP #601jan.nijtmans2021-08-194-15/+28
| | | | |
| | * | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can ↵jan.nijtmans2021-08-185-6/+6
| | | | | | | | | | | | | | | | | | | | have value '1' or '0'
| | * | | tip#511 proposed implementationjan.nijtmans2021-08-1715-99/+746
| | | | |
* | | | | Merge 8.7jan.nijtmans2021-08-192-219/+191
|\ \ \ \ \ | |/ / / /
| * | | | Merge-mark 8.6. Update to autoconf-2.71jan.nijtmans2021-08-192-219/+191
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge 8.5jan.nijtmans2021-08-193-5/+21
| | |\ \ | | | |/
| | | * Reserve a few more unused stub entriesjan.nijtmans2021-08-193-5/+21
| | | |
* | | | Merge 8.7jan.nijtmans2021-08-162-3/+2
|\ \ \ \ | |/ / /
| * | | Make TCL_MAC_EMPTY_FILE macro work with C++ compilerjan.nijtmans2021-08-151-2/+1
| | | |
| * | | Make tclZipfs.c compilable with a C++ compilerjan.nijtmans2021-08-151-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2021-08-051-3/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-08-051-3/+4
| |\ \ \ | | |/ /
| | * | Clarify description of corner case 'string replace "" 0 0 A' to return the ↵oehhar2021-08-051-3/+4
| | | | | | | | | | | | | | | | empty string.
| | * | merge-markjan.nijtmans2021-07-310-0/+0
| | |\ \ | | | |/
| | | * Backout last 2 commits: It appears that on Windows-2016 the GITHUB-installed ↵jan.nijtmans2021-07-311-9/+7
| | | | | | | | | | | | | | | | version of msys works better than the official msys2
| | | * try to update msys2 to latest version in GITHUB buildjan.nijtmans2021-07-301-0/+1
| | | |
* | | | Merge 8.7jan.nijtmans2021-07-231-2/+2
|\ \ \ \ | |/ / /
| * | | Use mingw-w64-ucrt-x86_64 toolchain for onfiledist build (starting with 8.7, ↵jan.nijtmans2021-07-231-2/+2
| |\ \ \ | | | | | | | | | | | | | | | since it needs Vista+)
| | * | | Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 ↵jan.nijtmans2021-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | environment
* | | | | Merge 8.7jan.nijtmans2021-07-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Missing "env:" label in win-build.ymljan.nijtmans2021-07-231-0/+1
| |/ / /
* | | | Merge 8.7jan.nijtmans2021-07-212-11/+18
|\ \ \ \ | |/ / /
| * | | 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 ↵jan.nijtmans2021-07-201-7/+8
| | | | | | | | | | | | | | | | in msys2
* | | | Merge 8.7jan.nijtmans2021-07-171-0/+10
|\ \ \ \ | |/ / /
| * | | 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
| | |/ /