chibi-scheme/include/chibi
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.h adding srfi-33 support (needs testing) 2009-12-14 13:46:04 +09:00
config.h adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
eval.h converting make-exception to a primitive opcode instead of a foreign 2009-12-26 16:21:37 +09:00
sexp.h factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00