upscheme/scheme-core
Lassi Kortela 700d70d03b Use unsigned char for boot image
The Minix clang compiler tries to interpret "char []" according to some
character encoding and produces a compiler warning when it encounters byte
sequences that are invalid in that encoding. Avoid the warning by using
_unsigned_ char which it treats as arbitrary bytes.
2019-10-14 03:19:45 +03:00
..
aliases.scm Replace path.exists? with file-exists? in C 2019-09-02 19:46:27 +03:00
compiler.scm
dump.scm Use unsigned char for boot image 2019-10-14 03:19:45 +03:00
mkboot0.scm
mkboot1.scm
system.scm Add #t/#f return value for apropos 2019-10-13 21:41:02 +03:00