chibi-scheme/opt
Alex Shinn 7eae77d0f9 converting make-exception to a primitive opcode instead of a foreign
function, since foreign functions will always raise any exception they
return (hence the double catch in issue #15).

also restoring the original exception handler when an exception is
raised in with-exception-handler, so that exceptions within the
handler itself don't cause an infinite loop.  this may change, as
with-exception-handler is meant to be a low-level tool on which to
build either guard or condition-case, but until then the restoring
is necessary.
2009-12-26 16:21:37 +09:00
..
bignum.c adding srfi-33 support (needs testing) 2009-12-14 13:46:04 +09:00
debug.c converting make-exception to a primitive opcode instead of a foreign 2009-12-26 16:21:37 +09:00
plan9-opcodes.c working on 9p support 2009-08-24 22:41:54 +09:00
plan9.c Renaming all USE_ settings and all OP_, OPC_ and CORE_ enums 2009-12-18 15:58:23 +09:00
sexp-huff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-hufftabs.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-unhuff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
simplify.c Renaming all USE_ settings and all OP_, OPC_ and CORE_ enums 2009-12-18 15:58:23 +09:00