Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2021-01-21
| ||
10:41 | Merge 8.5 check-in: fd2756a8 user: jan.nijtmans tags: core-8-6-branch | |
10:34 | More progress on github actions MacOS build. Leaf check-in: 9371be2a user: jan.nijtmans tags: core-8-5-branch | |
2021-01-20
| ||
09:31 | "brew cask install" doesn't work, so use "brew install --cask" instead check-in: 9a07d613 user: jan.nijtmans tags: core-8-5-branch | |
2021-01-13
| ||
17:00 | Merge 8.5 check-in: 71a815a9 user: jan.nijtmans tags: core-8-6-branch | |
16:58 | Don't use @[email protected] in win/Makefile.in (just as unix/Makefile.in). In stead, add the missing checks to win/configure.in. This resolves symbol conflicts like PACKAGE_NAME, which gives compiler warnings on Windows. check-in: 0dd6ecc4 user: jan.nijtmans tags: core-8-5-branch | |
10:29 | Fix [f6c5365244]: compilation error Windows 10 / Visual Studio 2019 check-in: c24792ef user: jan.nijtmans tags: core-8-6-branch | |
10:28 | Fix [f6c5365244]: compilation error Windows 10 / Visual Studio 2019 check-in: da7e629e user: jan.nijtmans tags: core-8-5-branch | |
08:26 | Mark textTag-18.1 with "knownBug": Not really worth to pay much attention to it any more. check-in: c62fb2ba user: jan.nijtmans tags: core-8-5-branch | |
2021-01-12
| ||
08:24 | Merge 8.5 check-in: 3187fdb8 user: jan.nijtmans tags: core-8-6-branch | |
08:18 | backport textTag-18.1 changes from 8.6. Hopefully this makes the test pass on Windows check-in: 2ac6822e user: jan.nijtmans tags: core-8-5-branch | |
2021-01-11
| ||
12:17 | Merge-mark check-in: b902eac4 user: jan.nijtmans tags: core-8-6-branch | |
12:16 | Don't bother MSVC build: makefile.vc is not maintained for loooooong time. check-in: 6965b9ad user: jan.nijtmans tags: core-8-5-branch | |
2021-01-08
| ||
17:08 | Merge 8.5 check-in: 071aafd1 user: jan.nijtmans tags: core-8-6-branch | |
17:05 | [e57dbff619]: Ubuntu / Gnome desktop incorrect window mouseover labels in dock (doc update only) check-in: ac599898 user: jan.nijtmans tags: core-8-5-branch | |
2021-01-05
| ||
15:33 | Merge 8.5. Sync */tcl.m4 with Tcl. check-in: ad63439d user: jan.nijtmans tags: core-8-6-branch | |
15:28 | Correct Tk version in win/configure.in check-in: ecce338b user: jan.nijtmans tags: core-8-5-branch | |
15:26 | Sync */tcl.m4 with Tcl check-in: 2aae0366 user: jan.nijtmans tags: core-8-5-branch | |
2021-01-04
| ||
10:04 | Merge 8.5 check-in: 5719880a user: jan.nijtmans tags: core-8-6-branch | |
10:03 | Re-generate win/configure check-in: 1102244f user: jan.nijtmans tags: core-8-5-branch | |
2021-01-03
| ||
13:39 | Fix [e57dbff619]: Ubuntu / Gnome desktop incorrect window mouseover labels in dock, by better documenting differences between window managers. Closed-Leaf check-in: ccc7ad37 user: fvogel tags: bug-e57dbff619 | |
2020-12-29
| ||
22:29 | Fix 43d371ac19: Usage of exit() without including <stdlib.h> in unix/configure check-in: 4c15c03b user: jan.nijtmans tags: core-8-6-branch | |
22:27 | Fix 43d371ac19: Usage of exit() without including <stdlib.h> in unix/configure check-in: ceba67b1 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-24
| ||
16:26 | Sync installManPage with Tcl. unix/configure.in is not supposed to be executable in the dist check-in: c8f6227a user: jan.nijtmans tags: core-8-6-branch | |
16:23 | unix/configure.in is not supposed to be executable in the dist. Don't generate unix/tkConfig.h.in and unix/configure as part of "make dist" check-in: 90bd01b5 user: jan.nijtmans tags: core-8-5-branch | |
16:15 | Sync unix/installManPage with Tcl check-in: 68f87cb1 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-22
| ||
14:28 | Update all configure-related stuff to work with autoconf-2.70 too. For now, everything still generated with (modified) autoconf-2.59 check-in: e87e9533 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-17
| ||
12:07 | Merge 8.5. Add .travis.yml and .github/workflows/*.yml to "make dist" check-in: 9fa0e546 user: jan.nijtmans tags: core-8-6-branch | |
12:04 | Add Travis and github action build scripts to "make dist" check-in: 59c37981 user: jan.nijtmans tags: core-8-5-branch | |
12:00 | Do windows build on windows-2019, maybe that works better check-in: ce6aff51 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-16
| ||
09:39 | Merge-mark check-in: 0d1750cd user: jan.nijtmans tags: core-8-6-branch | |
09:27 | Fix expected error-message in main-3.1 testcase (8.5 != 8.6) check-in: d0e57d58 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-15
| ||
08:56 | Fix main-3.1 testcase (backported from 8.6) in CI environment check-in: 996603ed user: jan.nijtmans tags: core-8-5-branch | |
2020-12-14
| ||
09:35 | merge-mark check-in: 2e98b17c user: jan.nijtmans tags: core-8-6-branch | |
09:31 | Backport some "github actions" improvements from 8.6 check-in: 359befa5 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-03
| ||
08:28 | 'grep -q "Failed' should be followed by single tab. Try to fix mingw-gcc build check-in: e55aaecf user: jan.nijtmans tags: core-8-5-branch | |
08:14 | Merge 8.5 check-in: 1f36394a user: jan.nijtmans tags: core-8-6-branch | |
2020-12-02
| ||
20:15 | sync tcl.m4 and ruls.vc with Tcl check-in: 3ec01aa0 user: jan.nijtmans tags: core-8-5-branch | |
2020-12-01
| ||
09:11 | Merge 8.5 check-in: f1de7322 user: jan.nijtmans tags: core-8-6-branch | |
08:59 | Sync unix/tcl.m4 with Tcl check-in: 2eefddb1 user: jan.nijtmans tags: core-8-5-branch | |
2020-11-26
| ||
09:40 | Fix main-3.1 in Mac environment. job label changes. Don't run testcases in Xcode environment, as they hang check-in: 12276d01 user: jan.nijtmans tags: core-8-6-branch | |
09:11 | Don't bother --enable-aqua builds for Tcl 8.5: Not supported any more check-in: 3ff3638c user: jan.nijtmans tags: core-8-5-branch | |
09:01 | Use powershell to set GITHUB_ENV: Need Windows file path here check-in: ae7662c3 user: jan.nijtmans tags: core-8-5-branch | |
2020-11-25
| ||
12:06 | Handle (hopefully) failing testcases on github actions for Windows and MacOS check-in: b26baf84 user: jan.nijtmans tags: core-8-5-branch | |
2020-11-24
| ||
12:04 | Merge 8.5 check-in: 02c46eb6 user: jan.nijtmans tags: core-8-6-branch | |
11:56 | No need to install libx11-dev in github actions: It's already there check-in: f60f50db user: jan.nijtmans tags: core-8-5-branch | |
11:31 | Tk 8.5 is no longer kept up-to-date for newer OS'es check-in: 3a3e8cde user: jan.nijtmans tags: core-8-5-branch | |
2020-11-23
| ||
12:07 | See if we can build 8.5 on older github actions hardware (as Tcl 8.5 is no longer kept up-to-date for newer hardware) Closed-Leaf check-in: 0fbc42c3 user: jan.nijtmans tags: actions-older-hardware | |
11:50 | Merge 8.5 check-in: fb09110c user: jan.nijtmans tags: core-8-6-branch | |
11:44 | Add 8.5 build status to README.md check-in: 3193b805 user: jan.nijtmans tags: core-8-5-branch | |
09:52 | Merge 8.5 check-in: df322252 user: jan.nijtmans tags: core-8-6-branch | |