chibi-scheme/include/chibi
Kris Katterjohn 4c1af8c92a Fix NetBSD, DragonFly BSD and Darwin feature detection
On NetBSD systems the netbsd feature identifier was not actually
provided because the macro SEXP_NETBSD was defined twice and the
second value was 0.

On DragonFly systems the dragonfly feature identifier was not actually
provided because the macro SEXP_DRAGONFLY was defined twice and the
second value was 0.  Also on DragonFly systems the darwin feature
identifier was incorrectly provided because SEXP_DARWIN had a value of
1 instead of 0.
2019-08-15 19:03:57 -05:00
..
bignum.h adding initial support for SRFI 160 uniform vectors 2019-01-15 23:43:50 +08:00
eval.h fixing read-line on network ports 2019-05-04 13:18:27 +08:00
features.h Fix NetBSD, DragonFly BSD and Darwin feature detection 2019-08-15 19:03:57 -05:00
gc_heap.h Add C++ extern "C" to gc_heap.h 2018-10-04 10:49:30 +03:00
sexp-huff.h Added full support for packed images, both for static and dynamic libraries. 2016-02-15 21:12:58 -05:00
sexp-hufftabdefs.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-hufftabs.c Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-hufftabs.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-unhuff.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp.h Avoid compiler warning about mismatched printf types 2019-04-24 12:26:01 +03:00