Fix infinite loop in expander
[bpt/guile.git] / libguile / throw.h
2015-01-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2015-01-22 Andy WingoMerge commit '5b7632331e7551ac202bbaba37c572b96a791c6e'
2015-01-22 Andy WingoMerge commit 'ed72201a795ac1c8d6c0288b6bb710f2bd0ebd9c'
2015-01-22 Andy WingoMerge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa'
2015-01-22 Andy WingoMerge commit '894d0b894daae001495c748b3352cd79918d3789'
2015-01-22 Andy WingoMerge commit '5943a62042432b86d757200ef595d7aebb5c9bac'
2015-01-22 Andy WingoMerge commit '37b1453032488de582175270d1b3a1653ea81457'
2015-01-22 Andy WingoMerge commit 'cdcba5b2f6270de808e51b3b933374170611b91d'
2015-01-22 Andy WingoMerge commit '5d971db802eaa8038db17e1aa5b4c69452739744'
2015-01-22 Andy WingoMerge commit '47ca15c7dffd14a82e75c1a0aeeaf2e77f3fa5b4'
2015-01-22 Andy WingoMerge commit '7c433cbbce83bc9f2f9967afba00bbb68e312657'
2015-01-22 Andy WingoMerge commit '5fac1a7ada362d78f13143acbc0ceca7f2f101de'
2015-01-22 Andy WingoMerge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
2015-01-22 Andy WingoMerge commit '81d2c84674f03f9028f26474ab19d3d3f353881a'
2015-01-22 Andy WingoMerge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
2015-01-22 Andy WingoMerge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
2015-01-22 Andy WingoMerge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'
2015-01-22 Andy WingoMerge commit 'b1451ad859183ae48c624d19ec144306bd2d3e3a'
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
2014-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2014-04-25 Mark H WeaverMerge branch 'stable-2.0'
2014-03-22 Andy WingoOut-of-memory situations raise exceptions instead of...
2014-02-20 Andy WingoUnwind-only stack overflow exceptions
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-05 Mark H WeaverDon't use the identifier 'noreturn'.
2010-06-19 Andy Wingodeprecate the-last-stack
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-26 Andy Wingodeprecate lazy-catch
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
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.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-05-11 Mikael Djurfeldt* throw.c, throw.h (scm_handle_by_throw): New function...
1998-02-02 Mikael Djurfeldt* throw.h: Removed jmpbuf arg in scm_catch_body_t.
1997-10-02 Marius Vollmer* throw.h (scm_handle_by_proc_catching_all): New prototype
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-03-02 Gary Houston* throw.h: prototype for scm_exit_status.
1997-02-07 Jim Blandy* throw.c (scm_internal_lazy_catch): New function.
1996-12-21 Jim Blandy* throw.c (scm_internal_catch): Make body funcs and...
1996-12-09 Jim BlandyAdd new interface to catch/throw, usable from C as...
1996-10-06 Mikael Djurfeldt* throw.h (scm_catch_apply): Removed the `lazyp' argument.
1996-10-05 Mikael Djurfeldt* throw.h: Added prototypes for scm_catch_apply and
1996-10-01 Mikael Djurfeldt* root.c: Added #include "genio.h", #include "smob...
1996-09-28 Jim Blandy* throw.h, throw.c: Use SCM_P instead of #if hair.
1996-09-05 Jim Blandy* alist.h, append.h, arbiters.h, async.h, boolean.h...
1996-09-04 Jim BlandyDon't install the unwashed masses of Guile header files...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import