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
This commit is contained in:
Michał Kozakiewicz
2018-07-12 19:50:23 +00:00
parent 52d65d48df
commit 7012cdd2fb
4 changed files with 13 additions and 2 deletions
+1
View File
@@ -21,3 +21,4 @@ Max Ferguson <maxxferguson@gmail.com>
Sven Bergström <sven@underscorediscovery.com>
Kyle Charters <kylewcharters@gmail.com>
Marshall Bowers <elliott.codes@gmail.com>
Michal Kozakiewicz <michalkozakiewicz3@gmail.com>