| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge 8.6 | jan.nijtmans | 2025-09-23 | 2 | -23/+20 |
| |\ |
|
| | * | (backport) Use [try] in "platform" because we don't support 8.5 and before at... | jan.nijtmans | 2025-09-23 | 2 | -23/+20 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2025-09-15 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | (backport) Use correct equality | jan.nijtmans | 2025-09-15 | 1 | -1/+1 |
|
|
| * | | Follow-up to [66cd465323]: For Tcl 9.0+, building on 32-bit MacOS is no longe... | jan.nijtmans | 2025-08-27 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Follow-up to [66cd465323]: For Tcl 9.0+, building on 32-bit MacOS is no longe... | jan.nijtmans | 2025-08-27 | 1 | -1/+1 |
| | |\ |
|
| | | * | 32-bit MacOS builds are no longer supported, starting with Tcl 9.0. | jan.nijtmans | 2025-08-27 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | [66cd465323] Platform package simplifications for MacOS >= 11. Platform => 1.1.0 | jan.nijtmans | 2025-08-25 | 2 | -86/+21 |
| |\ \
| |/ |
|
| | * | [66cd465323] Platform package simplifications for MacOS >= 11. Platform => 1.1.0 | jan.nijtmans | 2025-08-25 | 2 | -86/+21 |
| | |\ |
|
| | | * | Fix handling of i386-x86_64 | jan.nijtmans | 2025-08-22 | 1 | -2/+5 |
|
|
| | | * | Keep all macos < 11 handling as it was | jan.nijtmans | 2025-08-20 | 1 | -10/+4 |
|
|
| | | * | Bug-fixing | jan.nijtmans | 2025-08-19 | 1 | -16/+5 |
|
|
| | | * | Experimental simplification for platform on MacOS | jan.nijtmans | 2025-08-19 | 1 | -75/+26 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2025-08-25 | 1 | -4/+6 |
| |\ \ \
| |/ /
| | /
| |/
|/| |
|
| | * | Fix handling of i386-x86_64 in platform extension. Add testcases for this (an... | jan.nijtmans | 2025-08-25 | 1 | -4/+6 |
|
|
| * | | support for MacOS Tahoe, platform => 1.0.20 | jan.nijtmans | 2025-08-19 | 2 | -12/+71 |
| |\ \
| |/ |
|
| | * | Minor corrections, handle Tcl 9 platform reductions | jan.nijtmans | 2025-08-18 | 1 | -12/+25 |
|
|
| | * | Oops, shouldn't use string compare here | jan.nijtmans | 2025-08-18 | 1 | -1/+1 |
|
|
| | * | Let's not break it with Tcl 8.5 | jan.nijtmans | 2025-08-18 | 1 | -1/+1 |
|
|
| | * | Assume that - one day - MacOS 26.5 will be there | jan.nijtmans | 2025-08-18 | 1 | -0/+11 |
|
|
| | * | platform version => 1.0.20 | jan.nijtmans | 2025-08-18 | 2 | -2/+2 |
|
|
| | * | Update "platform" for MacOS-26 (Tahoe). See [https://core.tcl-lang.org/tk/tkt... | jan.nijtmans | 2025-08-18 | 1 | -3/+38 |
| | |\
| |/
|/| |
|
| * | | Use tabs for indenting in stead of 8 spaces. Unbreak clang build | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
| |\ \
| |/ |
|
| * | | More of the same: Space before tab is extremely unlikely to be correct indent... | jan.nijtmans | 2024-06-05 | 1 | -22/+22 |
|
|
| | * | Use tabs for indenting in stead of 8 spaces | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
| |/ |
|
| * | Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ... | jan.nijtmans | 2024-04-12 | 2 | -4/+4 |
|
|
| * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 2 | -5/+5 |
|
|
| * | Since MacOS 12.6 reports as 12.5 .... | jan.nijtmans | 2022-10-25 | 1 | -1/+1 |
|
|
| * | Add support for macOS Ventura | jan.nijtmans | 2022-10-23 | 2 | -2/+13 |
|
|
| * | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support | jan.nijtmans | 2021-10-27 | 2 | -2/+2 |
|
|
| * | Update platform extension for MaxOS Monterey | jan.nijtmans | 2021-10-25 | 1 | -0/+11 |
|
|
| * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 2 | -4/+8 |
|
|
| * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o... | jan.nijtmans | 2021-01-05 | 2 | -2/+3 |
|
|
| * | Update "platform" package for Big Sur: | jan.nijtmans | 2020-12-11 | 1 | -11/+34 |
|
|
| * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 2 | -2/+5 |
|
|
| * | Bring back regexp to wat it was in latest release. This is the correct fix fo... | jan.nijtmans | 2015-10-24 | 1 | -1/+1 |
|
|
| * | Correct bad regexp in platform::identify that causes it to return incorrect r... | Kevin B Kenny | 2015-10-23 | 1 | -1/+1 |
|
|
| * | Mutch simpler solution to [219866c1e9]: In stead of filtering out version inf... | jan.nijtmans | 2015-09-30 | 1 | -7/+6 |
|
|
| * | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove som... | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
|
|
| * | Fix [b1f19286f0]: for command documentation. | jan.nijtmans | 2015-09-30 | 1 | -0/+1 |
|
|
| * | proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform | jan.nijtmans | 2015-09-25 | 2 | -4/+11 |
|
|
| * | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 3 | -22/+25 |
|
|
| * | Fix platform version mismatch between code and index. | andreask | 2013-05-15 | 1 | -1/+1 |
|
|
| * | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE | andreask | 2013-04-30 | 1 | -2/+2 |
|
|
| * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 2 | -3/+3 |
|
|
| * | more readable | jan.nijtmans | 2012-06-14 | 1 | -1/+1 |
|
|
| * | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location... | andreask | 2011-06-22 | 2 | -27/+62 |
|
|
| * | * library/platform/platform.tcl: Added OSX Intel 64bit | andreas_kupries | 2010-06-09 | 3 | -6/+28 |
|
|
| * | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. | andreas_kupries | 2010-05-07 | 2 | -3/+8 |
|
|
| * | * library/platform/platform.tcl: Another stab at getting the /lib, | andreas_kupries | 2010-04-29 | 2 | -9/+26 |
|
|