| Commit message (Expand) | Author | Age | Files | Lines |
* | * throw.c: Factor out an #ifdef/#else/#endif choice more finely | Greg J. Badros | 2000-01-27 | 1 | -6/+3 |
* | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 2000-01-18 | 1 | -27/+20 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 2000-01-05 | 1 | -4/+4 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -3/+3 |
* | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1999-12-16 | 1 | -4/+3 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1999-12-16 | 1 | -1/+1 |
* | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1999-12-13 | 1 | -2/+26 |
* | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1999-12-12 | 1 | -38/+10 |
* | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1999-12-12 | 1 | -37/+27 |
* | * throw.c (handler_message): Display backtrace if backtraces | Mikael Djurfeldt | 1999-10-08 | 1 | -0/+6 |
* | Greg's smob patch | Mikael Djurfeldt | 1999-07-07 | 1 | -26/+27 |
* | * ioext.c (scm_do_read_line): Rewritten to use memchr to find the | Jim Blandy | 1999-06-09 | 1 | -2/+6 |
* | Warning fixes from Greg Harvey: | Jim Blandy | 1998-10-15 | 1 | -1/+1 |
* | Include the source location in error messages for scripts. | Jim Blandy | 1998-10-08 | 1 | -8/+11 |
* | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1998-07-23 | 1 | -2/+2 |
* | * throw.c, throw.h (scm_handle_by_throw): New function: This | Mikael Djurfeldt | 1998-05-11 | 1 | -0/+11 |
* | * throw.c (handler_message): Print message on current error port | Mikael Djurfeldt | 1998-03-28 | 1 | -1/+1 |
* | * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h, | Mikael Djurfeldt | 1998-02-06 | 1 | -1/+1 |
* | * throw.h: Removed jmpbuf arg in scm_catch_body_t. | Mikael Djurfeldt | 1998-02-02 | 1 | -76/+44 |
* | * init.c (scm_start_stack): Removed initialization of | Mikael Djurfeldt | 1997-11-29 | 1 | -3/+4 |
* | * Makefile.in: Rebuilt. | Tom Tromey | 1997-10-15 | 1 | -9/+9 |
* | * throw.h (scm_handle_by_proc_catching_all): New prototype | Marius Vollmer | 1997-10-02 | 1 | -0/+33 |
* | doc fix | Jim Blandy | 1997-08-26 | 1 | -3/+3 |
* | * * gh_eval.c (catch_with_saved_stack): Removed. Replaced by: | Mikael Djurfeldt | 1997-08-13 | 1 | -1/+45 |
* | * root.c: Establish a reliable catch-all handler for the new root. | Jim Blandy | 1997-06-23 | 1 | -39/+61 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |
* | * backtrace.c, backtrace.h, debug.c, debug.h, eq.c, | Jim Blandy | 1997-05-16 | 1 | -1/+1 |
* | Doc fix. | Jim Blandy | 1997-05-14 | 1 | -4/+4 |
* | * throw.c: Doc fixes; rearranged. | Jim Blandy | 1997-04-11 | 1 | -95/+99 |
* | Doc fixes; rearranged. | Jim Blandy | 1997-04-10 | 1 | -95/+117 |
* | * throw.h: prototype for scm_exit_status. | Gary Houston | 1997-03-02 | 1 | -0/+21 |
* | * throw.c (mark_lazy_catch, free_lazy_catch): Removed. | Mikael Djurfeldt | 1997-02-09 | 1 | -14/+1 |
* | * throw.c (scm_internal_lazy_catch): New function. | Jim Blandy | 1997-02-07 | 1 | -23/+159 |
* | * throw.c (s_throw): Remove extraneous declaration. | Jim Blandy | 1997-02-04 | 1 | -1/+0 |
* | The following two changes (ramap.c, throw.c) are motivated by the | Mikael Djurfeldt | 1997-01-30 | 1 | -11/+11 |
* | * throw.c (scm_internal_catch): Make body funcs and handler funcs | Jim Blandy | 1996-12-21 | 1 | -69/+73 |
* | In some cases, the code is fine, but GCC isn't smart enough to | Jim Blandy | 1996-12-18 | 1 | -1/+1 |
* | Don't print extra newline. | Jim Blandy | 1996-12-09 | 1 | -7/+20 |
* | Add new interface to catch/throw, usable from C as well as | Jim Blandy | 1996-12-09 | 1 | -15/+114 |
* | * throw.c (scm_lazy_catch, scm_ithrow): Completed implementation | Mikael Djurfeldt | 1996-11-06 | 1 | -3/+20 |
* | * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h, | Mikael Djurfeldt | 1996-10-20 | 1 | -4/+4 |
* | * throw.c (scm_catch_apply): Finished implementation of | Mikael Djurfeldt | 1996-10-06 | 1 | -26/+28 |
* | * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, | Mikael Djurfeldt | 1996-10-05 | 1 | -18/+55 |
* | * throw.c (scm_ithrow): Use the correct variable when checking to | Jim Blandy | 1996-10-03 | 1 | -5/+9 |
* | * throw.c: Added #include "stackchk.h" | Mikael Djurfeldt | 1996-10-01 | 1 | -7/+10 |
* | . | Jim Blandy | 1996-09-28 | 1 | -3/+3 |
* | * throw.h, throw.c: Use SCM_P instead of #if hair. | Jim Blandy | 1996-09-28 | 1 | -53/+50 |
* | * arbiters.c (prinarb), | Mikael Djurfeldt | 1996-09-22 | 1 | -3/+3 |
* | * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, | Mikael Djurfeldt | 1996-09-13 | 1 | -4/+4 |
* | C files should #include only the header files they need, not | Jim Blandy | 1996-09-10 | 1 | -0/+10 |