Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / continuations.c
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-04-17 Andy Wingofix a couple gc-related continuations bugs
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
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-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-26 Andy WingoFix continuation marking, and some tests.
2008-09-24 Andy Wingomake call/cc capture and restore the vm stacks
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.
2006-10-25 Neil Jerram* configure.in: New check for uca lib (needed for IA64...
2006-07-19 Rob BrowningAdd __attribute__ ((returns_twice)) to the ia64_getcont...
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* continuations.c (scm_make_continuation): No longer...
2005-03-07 Marius Vollmer(scm_make_continuation): No longer a critical section.
2005-03-04 Marius VollmerDocstring updates.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-12-23 Marius Vollmer(scm_t_contregs): New 'offset' member for relocating...
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-04-30 Kevin Ryde(scm_dynthrow): Use >= instead of SCM_PTR_GE which
2004-01-07 Marius Vollmer* dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'
2004-01-03 Marius Vollmer(copy_stack): New, do only the stack copying
2003-06-25 Stefan Jahn2003-06-25 Stefan Jahn <stefan@lkcc.org>
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.
2003-03-27 Rob Browning* continuations.c: fix various preprocessor usages...
2003-03-25 Rob Browning* continuations.c: move libguile/_scm.h include to...
2002-08-04 Han-Wen Nienhuysnew gc
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-12-16 Marius Vollmer(scm_make_continuation): Do not retain the throw_value...
2001-11-02 Marius Vollmer* __scm.h, alist.h, arbiters.h, async.h, backtrace...
2001-10-09 Rob Browning* continuations.c: support ia64 register backing store.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
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-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2000-12-28 Dirk Herrmann* Get rid of the annoying variable-gets-clobbered-by...
2000-12-20 Gary Houston * continuations.c (continuation_apply): subtract the...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-26 Gary Houston * reimplementation of values, call-with-values as...
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-22 Dirk Herrmann* Added SCM_SET_CONTINUATION_LENGTH to replace SCM_SETL...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-13 Dirk Herrmann* Made scm_dynthrow static.
2000-03-28 Dirk HerrmannCleaned up continuation data access.
2000-03-23 Mikael Djurfeldt* continuations.c (scm_make_cont): Removed cast of...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
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
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-04-19 Mikael Djurfeldt* continuations.c (scm_make_cont), debug.c (scm_make_me...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Mikael Djurfeldt* continuations.c, continuations.h, debug.c, gc.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-09-11 Jim Blandy* continuations.c (scm_dynthrow): Redundant declaration...
1996-09-10 Jim BlandyUse SCM_P instead of PROTO; the latter intrudes on...
1996-09-10 Jim Blandy* continuations.c (scm_dynthrow): Use PROTO, not SCM_P.
1996-08-20 Mikael Djurfeldt* continuations.c (scm_make_cont): Enlarged the #if...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import