chibi-scheme/lib
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
..
chibi updating libraries and genstubs to use new primitives API 2010-03-24 20:13:05 +09:00
srfi updating some individual opcodes to new API 2010-03-24 20:42:49 +09:00
config.scm removing warning about no shared object extension when compiling statically. 2010-02-26 00:11:12 +09:00
init.scm rewriting string->number in C to fix the error catching problem (should return #f) 2010-04-03 11:31:11 +09:00