| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize make-stack... | Andy Wingo | 2014-04-14 | 1 | -2/+5 |
* | One more SCM vm user: continuations.... | Andy Wingo | 2013-11-21 | 1 | -3/+5 |
* | Remove RTL_ infix from macros... | Andy Wingo | 2013-11-19 | 1 | -1/+1 |
* | VM has "builtins": primitives addressable by emitted RTL code... | Andy Wingo | 2013-10-27 | 1 | -2/+0 |
* | Continuations are RTL stubs... | Andy Wingo | 2013-10-18 | 1 | -2/+2 |
* | the dynamic stack is really a stack now, instead of a list... | Andy Wingo | 2012-03-03 | 1 | -2/+1 |
* | continuations return multiple values on the stack... | Andy Wingo | 2010-02-08 | 1 | -2/+6 |
* | scm_i_make_continuation takes vm and vm_cont args explicitly... | Andy Wingo | 2010-02-08 | 1 | -2/+3 |
* | make scm_make_continuation internal... | Andy Wingo | 2010-02-08 | 1 | -1/+1 |
* | eval.c uses scm_i_call_with_current_continuation... | Andy Wingo | 2010-02-08 | 1 | -0/+1 |
* | continuations are vm procedures... | Andy Wingo | 2010-02-08 | 1 | -15/+6 |
* | fix SCM_CELL macro usage in continuations.[ch]... | Andy Wingo | 2009-12-08 | 1 | -1/+1 |
* | remove debug frames... | Andy Wingo | 2009-12-03 | 1 | -6/+1 |
* | Avoid clash with system setjmp/longjmp on IA64... | Neil Jerram | 2009-08-21 | 1 | -1/+1 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | make call/cc capture and restore the vm stacks... | Andy Wingo | 2008-09-24 | 1 | -0/+1 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -8/+9 |
* | Fix continuation problems on IA64.... | Neil Jerram | 2008-05-12 | 1 | -2/+0 |
* | * configure.in: New check for uca lib (needed for IA64 on HP-UX).... | Neil Jerram | 2006-10-25 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | * throw.h (scm_c_catch, scm_c_with_throw_handler,... | Neil Jerram | 2006-02-04 | 1 | -1/+3 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -10/+17 |
* | (scm_t_contregs): New 'offset' member for relocating debug frames.... | Marius Vollmer | 2004-12-23 | 1 | -2/+13 |
* | 2003-06-25 Stefan Jahn <stefan@lkcc.org>... | Stefan Jahn | 2003-06-25 | 1 | -1/+1 |
* | * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to... | Dirk Herrmann | 2003-04-20 | 1 | -2/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | 2002-07-24 Stefan Jahn <stefan@lkcc.org>... | Stefan Jahn | 2002-07-24 | 1 | -0/+1 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,... | Marius Vollmer | 2001-11-02 | 1 | -5/+5 |
* | * continuations.h: support ia64 register backing store.... | Rob Browning | 2001-10-09 | 1 | -0/+9 |
* | * continuations.h, unif.h: in the descriptions of the bit patterns... | Gary Houston | 2001-10-03 | 1 | -2/+2 |
* | * Remove deprecated macros and typenames.... | Dirk Herrmann | 2001-08-31 | 1 | -11/+10 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,... | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -6/+6 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -2/+2 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -6/+10 |
* | * continuations.h (SCM_SETJMPBUF): deprecation expired - removed. | Rob Browning | 2001-04-27 | 1 | -8/+0 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -2/+1 |
* | * use an applicable SMOB to represent continuations, instead of a... | Gary Houston | 2000-11-25 | 1 | -8/+23 |
* | * Added SCM_SET_CONTINUATION_LENGTH to replace SCM_SETLENGTH. | Dirk Herrmann | 2000-11-22 | 1 | -0/+1 |
* | * Added type-specific replacement macros for SCM_LENGTH. | Dirk Herrmann | 2000-10-06 | 1 | -0/+1 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.... | Dirk Herrmann | 2000-05-15 | 1 | -1/+8 |
* | * Made scm_dynthrow static.... | Dirk Herrmann | 2000-04-13 | 1 | -1/+0 |
* | Cleaned up continuation data access. | Dirk Herrmann | 2000-03-28 | 1 | -7/+11 |
* | * continuations.h (SCM_SETJMPBUF): Cast second arg into SCM. | Mikael Djurfeldt | 2000-03-23 | 1 | -1/+1 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,... | Greg J. Badros | 2000-03-02 | 1 | -4/+4 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |