Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update "platform" package for Big Sur: | jan.nijtmans | 2020-12-11 | 1 | -11/+34 |
| | | | | | 1) Catalina was the last platform supporting 32-bit applications 2) macOS is no longer 10 but 11 3) New "arm" processor | ||||
* | Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6 | jan.nijtmans | 2020-12-04 | 1 | -7/+20 |
| | |||||
* | TclWordEnd was removed in 8.1, so those testcases cannot be run anymore | jan.nijtmans | 2020-12-04 | 1 | -66/+0 |
| | |||||
* | Fix syntax error in win/makefile.vc | jan.nijtmans | 2020-12-03 | 1 | -5/+0 |
| | |||||
* | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 4 | -6/+9 |
| | |||||
* | Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified ↵ | jan.nijtmans | 2020-12-02 | 2 | -16/+0 |
| | | | | | without /DRIVER; image may not run. This options was only useful on MSVC++ 5.0 and earlier, which is no longer supported | ||||
* | Add options to workflow step titles | jan.nijtmans | 2020-12-01 | 1 | -3/+3 |
| | |||||
* | Do 4 types of windows builds (just as we did on Travis) | jan.nijtmans | 2020-12-01 | 1 | -4/+11 |
| | |||||
* | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 4 | -32/+0 |
| | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
| | |||||
* | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 3 | -6/+6 |
| | |||||
* | label change in win-build.yml | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵ | jan.nijtmans | 2020-11-27 | 4 | -48/+22 |
| | | | | github actions | ||||
* | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want ↵ | jan.nijtmans | 2020-11-25 | 3 | -10/+10 |
| | | | | to build on, not just "latest" | ||||
* | Add a --disable-shared build to github actions | jan.nijtmans | 2020-11-20 | 1 | -10/+11 |
| | |||||
* | Handle github actions test failures. Backported from 8.6 | jan.nijtmans | 2020-11-19 | 4 | -17/+21 |
| | |||||
* | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-18 | 2 | -8/+10 |
| | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte | ||||
* | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 11 | -21/+200 |
| | |||||
* | 3 new testcases | jan.nijtmans | 2020-10-29 | 1 | -0/+12 |
| | |||||
* | Update TZ info to tzdata2020d. | jan.nijtmans | 2020-10-29 | 13 | -239/+426 |
| | |||||
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 4 | -7/+15 |
| | |||||
* | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO ↵ | jan.nijtmans | 2020-10-29 | 2 | -5/+1 |
| | | | | to the Makefile | ||||
* | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 9 | -32/+43 |
| | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
* | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 5 | -77/+80 |
| | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
* | xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c | jan.nijtmans | 2020-10-07 | 1 | -2/+3 |
| | |||||
* | Tweak xcode labels for Travis build | jan.nijtmans | 2020-09-26 | 1 | -5/+5 |
| | |||||
* | Build Travis with Xcode 12 and 12u (Universal Apps) | jan.nijtmans | 2020-09-25 | 1 | -10/+18 |
| | |||||
* | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 2 | -0/+3 |
| | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | ||||
* | Add gcc-10 build to Travis | jan.nijtmans | 2020-09-24 | 1 | -22/+8 |
| | |||||
* | Let's see if we can recover from an occasional hickup like happened here: ↵ | jan.nijtmans | 2020-09-23 | 1 | -1/+1 |
| | | | | [https://travis-ci.org/github/tcltk/tcl/jobs/729226819] | ||||
* | Backport many (formatting) changes in tools/*. Nothing functional. | jan.nijtmans | 2020-09-20 | 18 | -189/+194 |
| | | | testest.tcl: Use more uppercase hex. | ||||
* | Fix [835c93c000]: TIP #525 only implemented for non-singleproc case | jan.nijtmans | 2020-09-17 | 1 | -8/+17 |
|\ | |||||
| * | Proposed solution for [835c93c000]: TIP #525 only implemented for ↵ | jan.nijtmans | 2020-09-16 | 1 | -5/+14 |
| | | | | | | | | non-singleproc case | ||||
| * | Unbreak winFCmd-1.38 testcase on Windows | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | |||||
| * | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-glob | jan.nijtmans | 2020-09-14 | 2 | -7/+11 |
| | | |||||
| * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 19 | -268/+268 |
| | | | | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 16 | -33/+33 |
| | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
| * | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 2 | -4/+4 |
| | | |||||
| * | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵ | jan.nijtmans | 2020-09-11 | 8 | -46/+52 |
| | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....) | ||||
| * | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 4 | -7/+7 |
| | | |||||
| * | Don't use sizeof() for structs containing a flexible array as last element. ↵ | jan.nijtmans | 2020-09-10 | 3 | -13/+13 |
| | | | | | | | | Lesson from [https://core.tcl-lang.org/tk/info/3bc0f44ef3|3bc0f44ef3]. Use TclOffset in stead. | ||||
| * | Rename safe-stock86.test to safe-stock.test | jan.nijtmans | 2020-09-09 | 1 | -11/+6 |
| | | |||||
| * | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵ | jan.nijtmans | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | "TIP 581" after .TP | ||||
| * | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually ↵ | jan.nijtmans | 2020-09-07 | 1 | -0/+10 |
| | | | | | | | | used by Tcl. But could be used in (libtommath-related) extensions | ||||
| * | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 8 | -279/+279 |
| | | | | | | | | affecting anything serious | ||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 145 | -293/+332 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
| * | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 12 | -312/+311 |
| | | |||||
| * | Merge 8.5 | jan.nijtmans | 2020-09-02 | 3 | -8/+10 |
| |\ | |/ |/| | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis | ||||
* | | Upgrade Travis build from xcode 11.5 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -4/+4 |
| | | |||||
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 42 | -1116/+1117 |
| | |