Commit graph

28 commits

Author SHA1 Message Date
Alex Shinn
51df221034 Adding make-rtd test. 2012-02-12 13:40:16 +09:00
Alex Shinn
ad46061a5b various srfi-1 fixes 2012-01-22 11:38:49 +09:00
Travis Cross
29b461bb44 Add tests from SRFI-1 examples. 2012-01-19 16:11:12 +00:00
Alex Shinn
a81004672d Flonum/ratio comparison fix from pod. 2012-01-03 11:23:47 +09:00
Alex Shinn
e2cae1558c Making custom port tests optional. 2011-12-17 15:57:32 +09:00
Alex Shinn
348b176172 Syncing some feature names with R7RS draft. 2011-12-17 15:26:26 +09:00
Alex Shinn
7039b32d51 removing string-set! from tests so immutable string config can pass 2011-12-11 14:26:44 +09:00
Alex Shinn
d29d7733fc adding basic string tests 2011-12-11 14:20:42 +09:00
Alex Shinn
72a2f237c7 removing a warning in accept.c and verifying non-thread lib tests all pass w/o threads. 2011-12-09 21:31:50 +09:00
Alex Shinn
bafab6e49d Adding -DSEXP_USE_GREEN_THREADS=0 to test build configs. 2011-12-09 10:21:02 +09:00
Lorenzo Campedelli
0d5ac322fd Fixing srfi-38 parsing non-decimal numbers followed by EOF or containing the #\f digit.
Added related tests.
2011-12-08 10:56:46 +01:00
Alex Shinn
86fe354c43 Adding srfi-38 read/write tests. 2011-12-04 16:26:56 +09:00
Alex Shinn
fcb58f75c4 test calling sexp_apply repeatedly from C 2011-12-01 21:30:49 +09:00
Alex Shinn
47ad791d5d Followup to previous patch - updating scripts to import (scheme), and tests to run with -xscheme. 2011-11-30 09:43:27 +09:00
Alex Shinn
b22b0bc7a4 Fix for letrec* - trailing non-procedure definitions cause earlier procedures to be treated as set!s.
Technically this is only needed if the non-proc defs reference the
earlier procedures, which leaves room for optimization later.
2011-11-29 08:33:30 +09:00
Alex Shinn
5f63567db0 adding division tests and putting (scheme division) in the public domain 2011-11-28 08:37:06 +09:00
Alex Shinn
9ea9a4d26a adding tests copied from the draft r7rs standard 2011-11-27 22:42:58 +09:00
Alex Shinn
473d16e99b updating docs for new release 2011-11-24 10:49:55 +09:00
Alex Shinn
4d23c1e7c5 adding basic process and system tests, with some fixes 2011-11-24 10:11:12 +09:00
Alex Shinn
e1731fabf3 FFI struct types no longer use global variables (with improved type-inference as a bonus) 2011-11-24 01:20:47 +09:00
Alex Shinn
5f858a183c Adding additional build tests. 2011-11-14 09:18:15 +09:00
Alex Shinn
cafcad3ca4 doing a final make cleaner after the build tests (that always trips me up) 2011-11-08 22:59:20 +09:00
Alex Shinn
fe610fa47e Removing warnings in port.c, adding basic io tests. 2011-11-06 21:46:26 +09:00
Alex Shinn
55aeef42e7 Removing bash-ism. 2011-11-06 16:06:59 +09:00
Alex Shinn
bd4a8f7488 using /bin/sh (no bash features used) 2011-11-06 15:14:08 +09:00
Alex Shinn
18417dfe0c BSD fixes from Bakul. 2011-11-06 15:12:39 +09:00
Alex Shinn
8146be0250 Various fixes for alternate builds. 2011-11-04 18:39:26 +09:00
Alex Shinn
4ae5949d54 fixing header alignment in disasm 2011-11-01 22:51:09 +09:00