Browse Source
User direction: 32-bit windows joins the canon marked for what it is - status supported with runtime+lib tiers (hosting for available third-party runtimes/libs), buildsuite CANDIDATE (zig can target it; whether we add a buildsuite is undetermined) - the hosting-vs-building axis expressing exactly that split. Name win32-ix86 = platform::generic's own 32-bit x86 token (no normalization needed); normalize additionally folds hand-typed i386/i486/i586/i686. - vendorlib_tcl8/9 gain win32-ix86 dirs per the tree sync contract. - punk-runtime local detection: ps1 returns win32-ix86 on genuine 32-bit windows hosts (PROCESSOR_ARCHITECTURE x86 without ARCHITEW6432 - a 32-bit shell on a 64-bit OS keeps the x86_64 default: the runtime store serves what the OS can run); bash MINGW32/CYGWIN prongs key off the i*86 machine arch. Rewrapped; roundtrip pin PASS; twins + layout copy refreshed. Project 0.18.4. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
10 changed files with 83 additions and 16 deletions
@ -1,4 +1,4 @@
|
||||
[project] |
||||
name = "punkshell" |
||||
version = "0.18.3" |
||||
version = "0.18.4" |
||||
license = "BSD-2-Clause" |
||||
|
||||
@ -0,0 +1,6 @@
|
||||
Tcl library dependencies |
||||
|
||||
pkgIndex.tcl based libraries specific to the win32-ix86 platform (32-bit x86 |
||||
windows). Hosting for available third-party libraries - a punkshell buildsuite |
||||
for this platform is undetermined (canonical punkshell platform name - see |
||||
punk::platform / 'help platforms') |
||||
@ -0,0 +1,6 @@
|
||||
Tcl library dependencies |
||||
|
||||
pkgIndex.tcl based libraries specific to the win32-ix86 platform (32-bit x86 |
||||
windows). Hosting for available third-party libraries - a punkshell buildsuite |
||||
for this platform is undetermined (canonical punkshell platform name - see |
||||
punk::platform / 'help platforms') |
||||
Loading…
Reference in new issue