Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch unchained Through [389f89f952] Excluding Merge-Ins
This is equivalent to a diff from 46a3781180 to 389f89f952
|
2024-08-22
| ||
| 21:22 | Merge [bedbc371ad1c2c61]: When there is a zipfs archive in use to house the script library and TclZi... check-in: ef44b26906 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 21:17 | Merge [46a3781180248062]: Corrections to object man page. check-in: 389f89f952 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 21:16 | Merge [9f8058cbff133f51]: A no-op. check-in: 258882ed0c user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2023-11-03
| ||
| 19:35 | merge 8.7 check-in: bedbc371ad user: dgp tags: trunk, main | |
| 01:09 | Corrections to object man page. check-in: 46a3781180 user: griffin tags: trunk, main | |
|
2023-10-29
| ||
| 22:07 | Merge 8.7 check-in: 9f8058cbff user: jan.nijtmans tags: trunk, main | |
Changes to .github/workflows/linux-build.yml.
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - |
jobs:
gcc:
runs-on: ubuntu-22.04
strategy:
matrix:
cfgopt:
- ""
|
| ︙ |
Changes to .github/workflows/win-build.yml.
| ︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - |
run:
shell: msys2 {0}
working-directory: win
strategy:
matrix:
cfgopt:
- ""
|
| ︙ |
Changes to .travis.yml.
| ︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - |
- BUILD_DIR=unix
- name: "Linux/GCC/Shared: NO_DEPRECATED"
os: linux
dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
|
| ︙ | |||
290 291 292 293 294 295 296 | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | - - - - - - - |
env:
- BUILD_DIR=win
- CFGOPT="--enable-64bit"
before_install: &makepreinst
- touch generic/tclStubInit.c generic/tclOOStubInit.c generic/tclOOScript.h
- choco install -y make zip
- cd ${BUILD_DIR}
|
| ︙ | |||
325 326 327 328 329 330 331 | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - - - - - - - |
# Test on Windows with GCC native (32-bit)
- name: "Windows/GCC-x86/Shared"
os: windows
compiler: gcc
env:
- BUILD_DIR=win
before_install: *makepreinst
|
| ︙ |
Added COPYING.