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 Cause compiler error when (if ...) has spurious args 2019-08-28 21:19:39 +03:00
dump.scm Use unsigned char for boot image 2019-10-14 03:19:45 +03:00
mkboot0.scm Replace xwrite/xdisplay/xnewline with non-x names 2019-08-25 22:57:31 +03:00
mkboot1.scm Add aliases.scm into the system image 2019-08-15 23:05:23 +03:00
system.scm Add #t/#f return value for apropos 2019-10-13 21:41:02 +03:00