Commit Graph
1 Commits
Author SHA1 Message Date
Michał Kozakiewicz 7012cdd2fb chore: add conditional guards for Windows permission macros and improve repl debug output
- Add #ifndef guards around S_IRUSR, S_IWUSR, S_ISREG, and S_ISDIR definitions in io.c to prevent redefinition errors on platforms that already define them
- Update debug message in repl.wren from "Unhandled byte" to "Unhandled key-code [dec]" for clearer diagnostic output
- Add Michal Kozakiewicz to AUTHORS file
2018-07-12 19:50:23 +00:00