Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check
[bpt/guile.git] / libguile / throw.c
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-02-03 Andy Wingomake catch cache and restore vm regs, not the vm itself...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-12 Neil JerramFix continuation problems on IA64.
2008-02-07 Neil Jerram * threads.c (do_thread_exit, scm_cancel_thread,
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2007-01-18 Han-Wen Nienhuys(scm_ithrow): more refined error message: print symbols
2007-01-10 Han-Wen Nienhuys(scm_ithrow): print out key symbol and string arguments
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-05-29 Marius Vollmer(scm_ithrow): When looking for the jmpbuf, first test...
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-02-04 Neil Jerram* throw.h (scm_c_catch, scm_c_with_throw_handler,
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-07 Marius Vollmer* throw.c (scm_ithrow): Abort when scm_i_critical_secti...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-23 Marius Vollmer(handler_message): The rest argument is the fourth
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-05-15 Dirk Herrmann * throw.c (SETJBJMPBUF, SCM_SETJBDFRAME): Add cast...
2003-05-03 Marius Vollmer(scm_ithrow): Remove "asm volatile" hack. It used...
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-24 Michael Livshin* validate.h
2001-05-19 Neil Jerram* Slight clarification of lazy-catch docstring.
2001-05-19 Marius VollmerLazy-catch handlers are no longer allowed to return.
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-04 Neil Jerram * eval.c (scm_promise_p), list.c (scm_append_x, scm_re...
2001-04-22 Neil Jerram* Correct docstring for `throw'.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
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...
next