summaryrefslogtreecommitdiff
path: root/libguile/throw.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-3/+3
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-1/+2
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-3/+3
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-9/+9
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-5/+5
* * validate.hMichael Livshin2001-05-241-1/+1
* * Slight clarification of lazy-catch docstring.Neil Jerram2001-05-191-3/+3
* Lazy-catch handlers are no longer allowed to return.Marius Vollmer2001-05-191-17/+9
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+2
* * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),Neil Jerram2001-05-041-1/+1
* * Correct docstring for `throw'.Neil Jerram2001-04-221-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-24/+28
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-3/+5
* (scm_lazy_catch): Added docstring.Martin Grabmüller2001-02-161-1/+3
* * Make sure that scm_display_error validates its port argument.Dirk Herrmann2001-01-241-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-25/+17
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * fports.c: include gc.h.Gary Houston2000-11-131-3/+0
* * Added a comment suggesting to rename scm_handle_by_message.Dirk Herrmann2000-09-191-10/+8
* * throw.c (scm_ithrow): Perform catch-all handling here when noMarius Vollmer2000-09-031-23/+22
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-3/+3
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-231-2/+1
* * gc.c (scm_cellp): Fixed and simplified.Dirk Herrmann2000-05-191-23/+4
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-2/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-16/+16
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-17/+17
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test thatGary Houston2000-03-121-4/+1
* *** empty log message ***Mikael Djurfeldt2000-03-121-3/+3
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-3/+3
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-11/+13
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * 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