Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch unchained Through [fc7d06c8b8] Excluding Merge-Ins
This is equivalent to a diff from 835b1a5566 to fc7d06c8b8
|
2024-08-28
| ||
| 16:33 | Merge [3a60363aa10ef993]: Clean up a lot of whitespace issues. check-in: 627781a6db user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2024-08-27
| ||
| 21:31 | Merge [835b1a5566c28af4]: More whitespace cleanup. check-in: fc7d06c8b8 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 21:06 | Merge [0ddcb6cf85ece902]:Funcs without args must explicitly take void. Otherwise C compilers operate... check-in: d7dca2e3fc user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2024-05-13
| ||
| 10:35 | merge 8.7 (interim fix for [9889f96f4da77e3b]) check-in: da0e64b5d0 user: sebres tags: trunk, main | |
| 07:55 | Backout [b49efeca6a] (so people can judge whether this is just a textual improvement or not) Closed-Leaf check-in: 4a1848c27f user: jan.nijtmans tags: backout-b49efeca6a | |
|
2024-05-10
| ||
| 15:40 | More whitespace cleanup check-in: 835b1a5566 user: dkf tags: trunk, main | |
| 14:52 | Merge-mark check-in: b3efce9937 user: jan.nijtmans tags: trunk, main | |
Changes to .fossil-settings/ignore-glob.
| ︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - - | unix/dltest/*.o unix/dltest/*.sl unix/dltest/*.so unix/tcl.pc unix/tclIndex unix/Tcl-Info.plist unix/Tclsh-Info.plist |
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:
config:
- ""
|
| ︙ |
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:
config:
- ""
|
| ︙ |
Changes to .gitignore.
| ︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - - | libtommath/*.tex macosx/configure unix/autoMkindex.tcl unix/dltest.marker unix/dltest/embtest unix/tcl.pc unix/tclIndex |
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.