summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update all tables to Unicode 14jan.nijtmans2021-09-143-1220/+1261
|\
| * Merge 8.7jan.nijtmans2021-09-01108-1494/+22037
| |\
| | * Merge 8.6jan.nijtmans2021-08-271-0/+2
| | |\
| | | * Follow-up previous commit (thanks, Don!). Missing #undefjan.nijtmans2021-08-271-0/+2
| | | |
| | * | repair broken builddgp2021-08-263-7/+7
| | |\ \ | | | |/
| | | * repair broken builddgp2021-08-263-7/+7
| | | |
| | * | Merge 8.6jan.nijtmans2021-08-264-1/+16
| | |\ \ | | | |/
| | | * Add a few spare unused stub entries in TclOOjan.nijtmans2021-08-264-1/+20
| | | |
| | * | 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
| | | |
| | * | 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-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
| | | |
| | * | 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.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
| | | |
| | * | 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
| | * | | Missing "env:" label in win-build.ymljan.nijtmans2021-07-231-0/+1
| | |/ /
| | * | 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.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 ↵jan.nijtmans2021-07-162-3/+3
| | | | | | | | | | | | | | | | result in CTRL-Z be written when closing the file. (backported from 8.6)
* | | | 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
| | | | | | | | | | | | | | | | Fossil) binary-glob and crlf-glob
| | | * finally -> finallyIndex, preventing conflicts with Tru64 headers (reported ↵jan.nijtmans2021-07-131-4/+4
| | | | | | | | | | | | | | | | by Jay K)
| | * | Fix build on Linux/Sparc with 32 bit userspace. See: ↵jan.nijtmans2021-07-141-1/+1
| | | | | | | | | | | | | | | | [https://github.com/libtom/libtommath/issues/509] for the upstream libtommath fix
| | * | 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 ↵jan.nijtmans2021-06-288-179/+19561
| | | |\ | |_|_|/ |/| | | | | | | character changes. Only add the new "cns11643" encoding, which belongs to the same group as big5
* | | | Update many tools/encoding/*.txt files to the latest version, but leave out ↵jan.nijtmans2021-06-2819-203/+19585
| | | | | | | | | | | | | | | | character changes. Only add the new "cns11643" encoding, which belongs to the same group as big5