chibi-scheme/lib
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
..
chibi DIR isn't a struct 2009-12-26 09:09:04 +09:00
srfi auto-expanding hash-tables 2009-12-26 01:48:12 +09:00
config.scm adding srfi-46 support 2009-12-26 08:07:28 +09:00
init.scm converting make-exception to a primitive opcode instead of a foreign 2009-12-26 16:21:37 +09:00