summaryrefslogtreecommitdiff
path: root/libguile/continuations.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize make-stack...Andy Wingo2014-04-141-2/+5
* One more SCM vm user: continuations....Andy Wingo2013-11-211-3/+5
* Remove RTL_ infix from macros...Andy Wingo2013-11-191-1/+1
* VM has "builtins": primitives addressable by emitted RTL code...Andy Wingo2013-10-271-2/+0
* Continuations are RTL stubs...Andy Wingo2013-10-181-2/+2
* the dynamic stack is really a stack now, instead of a list...Andy Wingo2012-03-031-2/+1
* continuations return multiple values on the stack...Andy Wingo2010-02-081-2/+6
* scm_i_make_continuation takes vm and vm_cont args explicitly...Andy Wingo2010-02-081-2/+3
* make scm_make_continuation internal...Andy Wingo2010-02-081-1/+1
* eval.c uses scm_i_call_with_current_continuation...Andy Wingo2010-02-081-0/+1
* continuations are vm procedures...Andy Wingo2010-02-081-15/+6
* fix SCM_CELL macro usage in continuations.[ch]...Andy Wingo2009-12-081-1/+1
* remove debug frames...Andy Wingo2009-12-031-6/+1
* Avoid clash with system setjmp/longjmp on IA64...Neil Jerram2009-08-211-1/+1
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* make call/cc capture and restore the vm stacks...Andy Wingo2008-09-241-0/+1
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-8/+9
* Fix continuation problems on IA64....Neil Jerram2008-05-121-2/+0
* * configure.in: New check for uca lib (needed for IA64 on HP-UX)....Neil Jerram2006-10-251-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * throw.h (scm_c_catch, scm_c_with_throw_handler,...Neil Jerram2006-02-041-1/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-10/+17
* (scm_t_contregs): New 'offset' member for relocating debug frames....Marius Vollmer2004-12-231-2/+13
* 2003-06-25 Stefan Jahn <stefan@lkcc.org>...Stefan Jahn2003-06-251-1/+1
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to...Dirk Herrmann2003-04-201-2/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* 2002-07-24 Stefan Jahn <stefan@lkcc.org>...Stefan Jahn2002-07-241-0/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-1/+1
* * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,...Marius Vollmer2001-11-021-5/+5
* * continuations.h: support ia64 register backing store....Rob Browning2001-10-091-0/+9
* * continuations.h, unif.h: in the descriptions of the bit patterns...Gary Houston2001-10-031-2/+2
* * Remove deprecated macros and typenames....Dirk Herrmann2001-08-311-11/+10
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,...Martin Grabmüller2001-07-191-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-6/+6
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-2/+2
* * validate.h...Michael Livshin2001-05-241-6/+10
* * continuations.h (SCM_SETJMPBUF): deprecation expired - removed.Rob Browning2001-04-271-8/+0
* Smob-related creanup.Keisuke Nishida2000-12-081-2/+1
* * use an applicable SMOB to represent continuations, instead of a...Gary Houston2000-11-251-8/+23
* * Added SCM_SET_CONTINUATION_LENGTH to replace SCM_SETLENGTH.Dirk Herrmann2000-11-221-0/+1
* * Added type-specific replacement macros for SCM_LENGTH.Dirk Herrmann2000-10-061-0/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif....Dirk Herrmann2000-05-151-1/+8
* * Made scm_dynthrow static....Dirk Herrmann2000-04-131-1/+0
* Cleaned up continuation data access.Dirk Herrmann2000-03-281-7/+11
* * continuations.h (SCM_SETJMPBUF): Cast second arg into SCM.Mikael Djurfeldt2000-03-231-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-4/+4
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3