You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS ARM RESIZE test failure and add Windows platform support
Fix compiled RESIZE to return original address on failure (Forth 2012
spec), with early return for negative sizes to avoid platform-specific
realloc edge cases. Add #ifdef _WIN32 guards to POSIX-specific CODE
words (KEY?, MS, UTIME, SYSTEM, SETENV, RESIZE-FILE) and runtime
headers. Update codegen to extract conditional #include directives to
the top level with proper #ifdef guards. Add Windows defaults for CLI
(gcc, .exe), test infrastructure (exe suffix, gcc fallback), and CI
(MSYS2/MinGW test job with PATH inheritance).
0 commit comments