* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.
[bpt/guile.git] / libguile / throw.c
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-02-16 Martin Grabmüller(scm_lazy_catch): Added docstring.
2001-01-24 Dirk Herrmann* Make sure that scm_display_error validates its port...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-13 Gary Houston * fports.c: include gc.h.
2000-09-19 Dirk Herrmann* Added a comment suggesting to rename scm_handle_by_me...
2000-09-03 Marius Vollmer* throw.c (scm_ithrow): Perform catch-all handling...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-19 Dirk Herrmann* gc.c (scm_cellp): Fixed and simplified.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-12 Gary Houston * fports.c (scm_fdes_to_port): call fcntl F_GETFL...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-27 Greg J. Badros* throw.c: Factor out an #ifdef/#else/#endif choice...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-10-08 Mikael Djurfeldt* throw.c (handler_message): Display backtrace if backt...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1998-10-15 Jim BlandyWarning fixes from Greg Harvey:
1998-10-08 Jim BlandyInclude the source location in error messages for scripts.
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-05-11 Mikael Djurfeldt* throw.c, throw.h (scm_handle_by_throw): New function...
1998-03-28 Mikael Djurfeldt* throw.c (handler_message): Print message on current...
1998-02-06 Mikael Djurfeldt* iselect.h, iselect.c, coop.c, coop-threads.c, coop...
1998-02-02 Mikael Djurfeldt* throw.h: Removed jmpbuf arg in scm_catch_body_t.
1997-11-29 Mikael Djurfeldt* init.c (scm_start_stack): Removed initialization of
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-02 Marius Vollmer* throw.h (scm_handle_by_proc_catching_all): New prototype
1997-08-26 Jim Blandydoc fix
1997-08-13 Mikael Djurfeldt* * gh_eval.c (catch_with_saved_stack): Removed. Repla...
1997-06-23 Jim Blandy* root.c: Establish a reliable catch-all handler for...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-05-14 Jim BlandyDoc fix.
1997-04-11 Jim Blandy* throw.c: Doc fixes; rearranged.
1997-04-10 Jim BlandyDoc fixes; rearranged.
1997-03-02 Gary Houston* throw.h: prototype for scm_exit_status.
1997-02-09 Mikael Djurfeldt* throw.c (mark_lazy_catch, free_lazy_catch): Removed.
1997-02-07 Jim Blandy* throw.c (scm_internal_lazy_catch): New function.
1997-02-04 Jim Blandy* throw.c (s_throw): Remove extraneous declaration.
1997-01-30 Mikael DjurfeldtThe following two changes (ramap.c, throw.c) are motiva...
1996-12-21 Jim Blandy* throw.c (scm_internal_catch): Make body funcs and...
1996-12-18 Jim BlandyIn some cases, the code is fine, but GCC isn't smart...
1996-12-09 Jim BlandyDon't print extra newline.
1996-12-09 Jim BlandyAdd new interface to catch/throw, usable from C as...
1996-11-06 Mikael Djurfeldt* throw.c (scm_lazy_catch, scm_ithrow): Completed imple...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c,...
1996-10-06 Mikael Djurfeldt* throw.c (scm_catch_apply): Finished implementation of
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-10-03 Jim Blandy* throw.c (scm_ithrow): Use the correct variable when...
1996-10-01 Mikael Djurfeldt* throw.c: Added #include "stackchk.h"
1996-09-28 Jim Blandy.
1996-09-28 Jim Blandy* throw.h, throw.c: Use SCM_P instead of #if hair.
1996-09-22 Mikael Djurfeldt* arbiters.c (prinarb),
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Mikael Djurfeldt* gscm.c, init.c, root.c, throw.c: Bug fixes:
1996-08-20 Mikael Djurfeldt* throw.c (jbsmob): Jump buffers are now correctly...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import