| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to xcode12 and gcc-10. X11 test failures on Ubuntu now cause Travis bu... | jan.nijtmans | 2020-09-28 | 39 | -493/+589 |
|\ |
|
| * | \t -> real tab character | jan.nijtmans | 2020-09-27 | 1 | -2/+2 |
|
|
| * | Mark 4 more testcases as failsOnUbuntu | jan.nijtmans | 2020-09-26 | 2 | -4/+4 |
|
|
| * | Xcode 11.7 -> 12. Mark more testcases as failsOnUbuntu | jan.nijtmans | 2020-09-25 | 8 | -33/+33 |
|
|
| * | Compile with gcc-10 too. Mark more test-cases as failing on Ubuntu | jan.nijtmans | 2020-09-24 | 24 | -169/+205 |
|
|
| * | testcase cleanup | jan.nijtmans | 2020-09-23 | 7 | -237/+275 |
|
|
| * | Don't set ERROR_ON_FAILURES, it doesn't work for Tk. | jan.nijtmans | 2020-09-23 | 2 | -3/+0 |
|
|
| * | Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the re... | jan.nijtmans | 2020-09-23 | 17 | -72/+92 |
|
|
| * | Add TESTFLAGS= part | jan.nijtmans | 2020-09-23 | 1 | -2/+2 |
|
|
| * | Experiment: See if we can have a Travis build fail when a test-case fails | jan.nijtmans | 2020-09-22 | 1 | -1/+6 |
|/ |
|
* | Explicitly require building against Tcl 8.6 in Travis | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
|\ |
|
| * | Make sure Travis uses the latest public Tcl 8.6 version for testing | jan.nijtmans | 2020-09-18 | 1 | -1/+1 |
|/ |
|
* | Extend .fossil-settings/ignore-glob and .gitattributes | jan.nijtmans | 2020-09-17 | 2 | -1/+14 |
|
|
* | (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ... | jan.nijtmans | 2020-09-16 | 101 | -465/+501 |
|
|
* | Re-generate "make genstubs" (was done with the wrong version) | jan.nijtmans | 2020-09-09 | 6 | -600/+4435 |
|
|
* | Move TkUnusedStubEntry up a little more | jan.nijtmans | 2020-09-08 | 7 | -4430/+615 |
|
|
* | Move up TkUnusedStubEntry a little. | jan.nijtmans | 2020-09-08 | 8 | -20/+105 |
|
|
* | Upgrade from Xcode 11.6 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|
|
* | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these | jan.nijtmans | 2020-08-25 | 1 | -2/+2 |
|
|
* | Upgrade Travis build from bionic to focal | jan.nijtmans | 2020-08-24 | 1 | -12/+12 |
|
|
* | Update Xcode from 11.5 to 11.6. | jan.nijtmans | 2020-08-17 | 2 | -4/+15 |
|
|
* | .travis.yml update for newer tags | jan.nijtmans | 2020-08-12 | 1 | -3/+1 |
|
|
* | Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix for... | jan.nijtmans | 2020-06-25 | 6 | -2/+111 |
|
|
* | Put back comment, which shouldn't have been removed in the previous commit. | jan.nijtmans | 2020-05-23 | 1 | -0/+4 |
|
|
* | Update MacOSX build from xcode11.4 to xcode11.5 | jan.nijtmans | 2020-05-22 | 2 | -16/+15 |
|
|
* | Update from Xcode 11.3 to 11.4 | jan.nijtmans | 2020-04-17 | 1 | -2/+2 |
|
|
* | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 |
|
|
* | Slightly better than previous commit: Don't depend on the exact version numbe... | jan.nijtmans | 2020-03-15 | 1 | -1/+1 |
|
|
* | Should now (really!) work on OSX, X11 only. | jan.nijtmans | 2020-03-15 | 2 | -8/+8 |
|
|
* | Another attempt to fix OSX build | jan.nijtmans | 2020-03-13 | 1 | -1/+2 |
|
|
* | Try to fix Travis OSX build | jan.nijtmans | 2020-03-12 | 1 | -4/+9 |
|
|
* | Add various build (e.g. MacOS with xquarz, --disable-xft) | jan.nijtmans | 2020-03-11 | 1 | -1/+77 |
|
|
* | Fix the X11 build on OSX | dgp | 2020-03-10 | 1 | -2/+2 |
|
|
* | Fix many gcc(-9) warnings, backported from trunk. | jan.nijtmans | 2020-03-10 | 16 | -73/+458 |
|
|
* | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 9 | -61/+55 |
|
|
* | (cherry-pick): Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 5 | -6/+15 |
|
|
* | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ... | jan.nijtmans | 2020-02-16 | 6 | -14/+7 |
|
|
* | Fix travis build. Revise usage of TCLDIR. | jan.nijtmans | 2020-02-14 | 6 | -31/+128 |
|
|
* | Put realEventMasks and virtualEventMasks together in a single table: VirtualE... | jan.nijtmans | 2020-02-03 | 1 | -17/+4 |
|
|
* | Sync tcl.m4 with Tcl | jan.nijtmans | 2020-01-06 | 2 | -6/+2 |
|
|
* | Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACH | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
|
|
* | Sync rules.vc and tcl.m4 with the version included with Tcl8.5 | jan.nijtmans | 2019-11-27 | 3 | -228/+118 |
|
|
* | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
|
|
* | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 5 | -8/+25 |
|
|
* | Sync tcl.m4 with Tcl version | jan.nijtmans | 2019-10-02 | 2 | -10/+36 |
|
|
* | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -31/+31 |
|
|
* | Took over a few too many comments from Tcl's win/Makefile.in .. correct that. | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
|
|
* | Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s... | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
|
|
* | Fix configure script for use in git-bash (re-generated with a modified autoco... | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
|
|
* | Add runstatedir to Makefile.in. Not used yet, only used if "configure" script... | jan.nijtmans | 2019-09-02 | 2 | -0/+2 |
|
|