Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TZ info to tzdata2021c. | jan.nijtmans | 2021-10-07 | 2 | -3/+11 |
* | Update TZ info to tzdata2021b. | jan.nijtmans | 2021-09-26 | 39 | -703/+193 |
* | Update all tables to Unicode 14 | jan.nijtmans | 2021-09-14 | 3 | -1220/+1261 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2021-09-01 | 108 | -1494/+22037 |
| |\ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2021-08-27 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Follow-up previous commit (thanks, Don!). Missing #undef | jan.nijtmans | 2021-08-27 | 1 | -0/+2 |
| | * | | repair broken build | dgp | 2021-08-26 | 3 | -7/+7 |
| | |\ \ | | | |/ | |||||
| | | * | repair broken build | dgp | 2021-08-26 | 3 | -7/+7 |
| | * | | Merge 8.6 | jan.nijtmans | 2021-08-26 | 4 | -1/+16 |
| | |\ \ | | | |/ | |||||
| | | * | Add a few spare unused stub entries in TclOO | jan.nijtmans | 2021-08-26 | 4 | -1/+20 |
| | * | | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 15 | -31/+65 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 8.5 | jan.nijtmans | 2021-08-23 | 4 | -24/+41 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Add FALLTHRU markers, to help GCC emit less false warnings | jan.nijtmans | 2021-08-23 | 16 | -55/+77 |
* | | | | Code formatting | jan.nijtmans | 2021-08-23 | 2 | -176/+270 |
| | * | | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal() | jan.nijtmans | 2021-08-20 | 15 | -103/+763 |
| | |\ \ | |||||
| | | * | | Apply macos-tip511.diff. Resolve conflict with TIP #601 | jan.nijtmans | 2021-08-19 | 4 | -15/+28 |
| | | * | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav... | jan.nijtmans | 2021-08-18 | 5 | -6/+6 |
| | | * | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 15 | -99/+746 |
| | * | | | Merge-mark 8.6. Update to autoconf-2.71 | jan.nijtmans | 2021-08-19 | 2 | -219/+191 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | * | Merge 8.5 | jan.nijtmans | 2021-08-19 | 3 | -5/+21 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Reserve a few more unused stub entries | jan.nijtmans | 2021-08-19 | 3 | -5/+21 |
| | * | | Make TCL_MAC_EMPTY_FILE macro work with C++ compiler | jan.nijtmans | 2021-08-15 | 1 | -2/+1 |
| | * | | Make tclZipfs.c compilable with a C++ compiler | jan.nijtmans | 2021-08-15 | 1 | -1/+1 |
| | * | | Merge 8.6 | jan.nijtmans | 2021-08-05 | 1 | -3/+4 |
| | |\ \ | | | |/ | |||||
| | | * | Clarify description of corner case 'string replace "" 0 0 A' to return the em... | oehhar | 2021-08-05 | 1 | -3/+4 |
| | | * | merge-mark | jan.nijtmans | 2021-07-31 | 0 | -0/+0 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Backout last 2 commits: It appears that on Windows-2016 the GITHUB-installed ... | jan.nijtmans | 2021-07-31 | 1 | -9/+7 |
* | | | | try to update msys2 to latest version in GITHUB build | jan.nijtmans | 2021-07-30 | 1 | -0/+1 |
| | * | | Use mingw-w64-ucrt-x86_64 toolchain for onfiledist build (starting with 8.7, ... | jan.nijtmans | 2021-07-23 | 1 | -2/+2 |
| | |\ \ | |||||
| | | * | | Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 envir... | jan.nijtmans | 2021-07-21 | 1 | -2/+2 |
| | * | | | Missing "env:" label in win-build.yml | jan.nijtmans | 2021-07-23 | 1 | -0/+1 |
| | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2021-07-21 | 2 | -11/+18 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 8.5 | jan.nijtmans | 2021-07-21 | 1 | -7/+8 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Use msys2/setup-msys2@v2 rule to install msys2, working around limitations in... | jan.nijtmans | 2021-07-20 | 1 | -7/+8 |
| | * | | Merge 8.6 | jan.nijtmans | 2021-07-17 | 1 | -0/+10 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [592a25a505]: Tcl_PutEnv() crashes on Windows | jan.nijtmans | 2021-07-17 | 1 | -0/+10 |
| | | |\ | |||||
| | | | * | Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windows | jan.nijtmans | 2021-07-16 | 1 | -0/+10 |
| | | |/ | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2021-07-16 | 3 | -6/+6 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 8.5 | jan.nijtmans | 2021-07-16 | 3 | -52/+52 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | -eofchar should only be effective on input, not on output, since it could res... | jan.nijtmans | 2021-07-16 | 2 | -3/+3 |
* | | | | comment clean-up | jan.nijtmans | 2021-07-16 | 2 | -173/+169 |
* | | | | Fix [1a89eba3761f62ee]: Add "exit" Windows shell built-in to auto_execok | jan.nijtmans | 2021-07-14 | 1 | -5/+5 |
* | | | | Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for ... | jan.nijtmans | 2021-07-08 | 4 | -1/+29 |
| | | * | finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by... | jan.nijtmans | 2021-07-13 | 1 | -4/+4 |
| | * | | Fix build on Linux/Sparc with 32 bit userspace. See: [https://github.com/libt... | jan.nijtmans | 2021-07-14 | 1 | -1/+1 |
| | * | | merge 8.6 | jan.nijtmans | 2021-07-08 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Add \DUSE_NMAKE=1 to C-flags when nmake is used | jan.nijtmans | 2021-07-08 | 1 | -1/+1 |
| | * | | TCL_THREADS=0 means no threads too | jan.nijtmans | 2021-06-29 | 1 | -1/+1 |
| | * | | Use fstat64() in stead of fstat() on platforms which support it. | jan.nijtmans | 2021-06-29 | 5 | -7/+33 |
| | * | | Merge 8.6 | jan.nijtmans | 2021-06-28 | 8 | -179/+19561 |
| | |\ \ | | | |/ |