Commit graph

5 commits

Author SHA1 Message Date
Alex Shinn
14c4d0b57d named let evaluates the initial bindings outside the scope of the loop
(fixes 8.2 in r5rs_pitfalls.scm)
2010-05-15 13:07:01 +09:00
Alex Shinn
9f239534b4 rewriting string->number in C to fix the error catching problem (should return #f)
this calls sexp_read_number directly passing the base, so the
C implementation is shorter than the Scheme implementation,
much faster, and as an opcode generates smaller bytecode per use.
2010-04-03 11:31:11 +09:00
Alex Shinn
b8e816c460 number->string and string->number edge cases (issue 29) 2010-01-24 22:03:36 +09:00
Alex Shinn
227a094399 offby1 error in bignum_to_double
also fixing exact? definition to include bignums
2010-01-02 12:02:20 +09:00
Alex Shinn
d954819775 adding (chibi io) w/ interface to fgets, fread, fwrite, etc. 2009-12-31 00:24:19 +09:00