Thread: plscheme - plscheme: Guile exception handling is written from scratch.

plscheme - plscheme: Guile exception handling is written from scratch.

From
knt@pgfoundry.org (User Knt)
Date:
Log Message:
-----------
Guile exception handling is written from scratch. We were just able to handle
exceptions raised at procedure execution, from now we'll be able to catch any
exception will be raised by Guile -- except it's raised from scm_init_guile(),
which is fortunately handled by PG_TRY().

Also, this will fix some redundant backtrace information display. Previously,
stack frame that is to be used to display backtrace information is not clear.
From now, we're marking the stack `throw' called via pre-unwind exception
handlers.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.4&r2=1.5)