summaryrefslogtreecommitdiff
path: root/libguile/throw.c
Commit message (Expand)AuthorAgeFilesLines
* * throw.c: Factor out an #ifdef/#else/#endif choice more finelyGreg J. Badros2000-01-271-6/+3
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-27/+20
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-4/+4
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-3/+3
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-4/+3
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-2/+26
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-38/+10
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-37/+27
* * throw.c (handler_message): Display backtrace if backtracesMikael Djurfeldt1999-10-081-0/+6
* Greg's smob patchMikael Djurfeldt1999-07-071-26/+27
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1999-06-091-2/+6
* Warning fixes from Greg Harvey:Jim Blandy1998-10-151-1/+1
* Include the source location in error messages for scripts.Jim Blandy1998-10-081-8/+11
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-2/+2
* * throw.c, throw.h (scm_handle_by_throw): New function: ThisMikael Djurfeldt1998-05-111-0/+11
* * throw.c (handler_message): Print message on current error portMikael Djurfeldt1998-03-281-1/+1
* * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,Mikael Djurfeldt1998-02-061-1/+1
* * throw.h: Removed jmpbuf arg in scm_catch_body_t.Mikael Djurfeldt1998-02-021-76/+44
* * init.c (scm_start_stack): Removed initialization ofMikael Djurfeldt1997-11-291-3/+4
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-9/+9
* * throw.h (scm_handle_by_proc_catching_all): New prototypeMarius Vollmer1997-10-021-0/+33
* doc fixJim Blandy1997-08-261-3/+3
* * * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:Mikael Djurfeldt1997-08-131-1/+45
* * root.c: Establish a reliable catch-all handler for the new root.Jim Blandy1997-06-231-39/+61
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1997-05-161-1/+1
* Doc fix.Jim Blandy1997-05-141-4/+4
* * throw.c: Doc fixes; rearranged.Jim Blandy1997-04-111-95/+99
* Doc fixes; rearranged.Jim Blandy1997-04-101-95/+117
* * throw.h: prototype for scm_exit_status.Gary Houston1997-03-021-0/+21
* * throw.c (mark_lazy_catch, free_lazy_catch): Removed.Mikael Djurfeldt1997-02-091-14/+1
* * throw.c (scm_internal_lazy_catch): New function.Jim Blandy1997-02-071-23/+159
* * throw.c (s_throw): Remove extraneous declaration.Jim Blandy1997-02-041-1/+0
* The following two changes (ramap.c, throw.c) are motivated by theMikael Djurfeldt1997-01-301-11/+11
* * throw.c (scm_internal_catch): Make body funcs and handler funcsJim Blandy1996-12-211-69/+73
* In some cases, the code is fine, but GCC isn't smart enough toJim Blandy1996-12-181-1/+1
* Don't print extra newline.Jim Blandy1996-12-091-7/+20
* Add new interface to catch/throw, usable from C as well asJim Blandy1996-12-091-15/+114
* * throw.c (scm_lazy_catch, scm_ithrow): Completed implementationMikael Djurfeldt1996-11-061-3/+20
* * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h,Mikael Djurfeldt1996-10-201-4/+4
* * throw.c (scm_catch_apply): Finished implementation ofMikael Djurfeldt1996-10-061-26/+28
* * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,Mikael Djurfeldt1996-10-051-18/+55
* * throw.c (scm_ithrow): Use the correct variable when checking toJim Blandy1996-10-031-5/+9
* * throw.c: Added #include "stackchk.h"Mikael Djurfeldt1996-10-011-7/+10
* .Jim Blandy1996-09-281-3/+3
* * throw.h, throw.c: Use SCM_P instead of #if hair.Jim Blandy1996-09-281-53/+50
* * arbiters.c (prinarb),Mikael Djurfeldt1996-09-221-3/+3
* * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,Mikael Djurfeldt1996-09-131-4/+4
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+10