summaryrefslogtreecommitdiff
path: root/libguile/continuations.c
Commit message (Expand)AuthorAgeFilesLines
* Fix continuation problems on IA64.Neil Jerram2008-05-121-31/+27
* * configure.in: New check for uca lib (needed for IA64 on HP-UX).Neil Jerram2006-10-251-26/+10
* Add __attribute__ ((returns_twice)) to the ia64_getcontext prototypeRob Browning2006-07-191-0/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * throw.h (scm_c_catch, scm_c_with_throw_handler,Neil Jerram2006-02-041-8/+11
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * continuations.c (scm_make_continuation): No longer a criticalMarius Vollmer2005-03-071-0/+8
* (scm_make_continuation): No longer a critical section.Marius Vollmer2005-03-071-2/+0
* Docstring updates.Marius Vollmer2005-03-041-1/+10
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-19/+122
* (scm_t_contregs): New 'offset' member for relocating debug frames.Marius Vollmer2004-12-231-0/+1
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer2004-10-221-1/+1
* (scm_dynthrow): Use >= instead of SCM_PTR_GE whichKevin Ryde2004-04-301-2/+2
* * dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'Marius Vollmer2004-01-071-2/+1
* (copy_stack): New, do only the stack copyingMarius Vollmer2004-01-031-8/+36
* 2003-06-25 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2003-06-251-3/+2
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann2003-04-201-8/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * continuations.c: fix various preprocessor usages of new publicRob Browning2003-03-271-2/+2
* * continuations.c: move libguile/_scm.h include to the top so weRob Browning2003-03-251-1/+2
* new gcHan-Wen Nienhuys2002-08-041-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-8/+9
* (scm_make_continuation): Do not retain the throw_value when theMarius Vollmer2001-12-161-2/+6
* * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,Marius Vollmer2001-11-021-2/+5
* * continuations.c: support ia64 register backing store.Rob Browning2001-10-091-1/+54
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-15/+15
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-2/+2
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.hMichael Livshin2001-05-241-14/+14
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-2/+7
* * Added missing includes of string.h.Dirk Herrmann2001-01-261-0/+2
* * Get rid of the annoying variable-gets-clobbered-by-longjmp warning.Dirk Herrmann2000-12-281-1/+1
* * continuations.c (continuation_apply): subtract the length ofGary Houston2000-12-201-1/+2
* Smob-related creanup.Keisuke Nishida2000-12-081-4/+6
* * reimplementation of values, call-with-values as primitives:Gary Houston2000-11-261-3/+2
* * use an applicable SMOB to represent continuations, instead of aGary Houston2000-11-251-100/+109
* * Added SCM_SET_CONTINUATION_LENGTH to replace SCM_SETLENGTH.Dirk Herrmann2000-11-221-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-5/+5
* * Replaced a lot of references to SCM_CHARS.Dirk Herrmann2000-09-261-2/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-7/+7
* * Made scm_dynthrow static.Dirk Herrmann2000-04-131-77/+106
* Cleaned up continuation data access.Dirk Herrmann2000-03-281-5/+5
* * continuations.c (scm_make_cont): Removed cast of size_t intoMikael Djurfeldt2000-03-231-2/+3
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6