Age | Commit message (Expand) | Author | Files | Lines |
2013-11-28 | Tune initial heap size | Andy Wingo | 1 | -1/+1 |
2013-06-28 | Simplify dynstack API to only wind one fluid at a time | Andy Wingo | 1 | -67/+18 |
2013-06-28 | Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops | Andy Wingo | 1 | -6/+2 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -4/+7 |
2013-02-28 | Fix later-bindings-win logic in with-fluids. | Mark H Weaver | 1 | -3/+3 |
2013-02-28 | Fix duplicate removal of with-fluids. | Mark H Weaver | 1 | -1/+4 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -53/+33 |
2012-02-23 | Revert "install pthread_atfork handlers for guile's static mutexen" | Andy Wingo | 1 | -1/+0 |
2012-02-17 | install pthread_atfork handlers for guile's static mutexen | Andy Wingo | 1 | -0/+1 |
2012-01-31 | Revert "add SCM_HEAP_OBJECT_BASE" | Andy Wingo | 1 | -1/+1 |
2012-01-30 | Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a' | Andy Wingo | 1 | -2/+3 |
2012-01-12 | fluids.c docstring | Andy Wingo | 1 | -2/+3 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -15/+27 |
2011-11-23 | optional default-value arg to make-fluid | Andy Wingo | 1 | -15/+27 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -6/+6 |
2011-10-24 | add SCM_HEAP_OBJECT_BASE | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -2/+2 |
2011-06-16 | fix initial values of reallocated fluids | Andy Wingo | 1 | -0/+5 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -2/+2 |
2010-12-17 | rename make-undefined-fluid to make-unbound-fluid | Andy Wingo | 1 | -3/+3 |
2010-12-07 | unbound fluids | Brian Templeton | 1 | -11/+53 |
2010-11-19 | Include <alloca.h> wherever `alloca' is used. | Ludovic Courtès | 1 | -0/+1 |
2010-07-17 | SCM_I_FLUID_P -> SCM_FLUID_P | Andy Wingo | 1 | -1/+1 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-05 | Recycle fluid numbers. | Ludovic Courtès | 1 | -90/+58 |
2010-03-04 | add printers for prompts and with-fluids objects | Andy Wingo | 1 | -0/+8 |
2010-02-19 | fluids.h exposes more of its interface, internally at least | Andy Wingo | 1 | -4/+4 |
2010-02-18 | add with-fluids objects and primitive syntax | Andy Wingo | 1 | -53/+103 |
2009-12-05 | add printer for dynamic-states | Andy Wingo | 1 | -0/+8 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -45/+14 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-01-18 | Use `scm_gc_malloc ()' when allocating the allocated fluid vector. | Ludovic Courtès | 1 | -8/+3 |
2008-09-17 | Remove GC-related code from fluids. | Ludovic Courtès | 1 | -142/+60 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+5 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 |
2008-09-10 | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 1 | -3/+9 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -12/+0 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -0/+3 |
2007-06-25 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -3/+9 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -22/+22 |
2005-12-29 | (next_fluid_num): [From Ludovic Courtès:] Don't trigger | Neil Jerram | 1 | -1/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-04-30 | (DYNAMIC_STATE_NEXT_LOC): new macro for use with | Han-Wen Nienhuys | 1 | -2/+4 |
2005-03-09 | (ensure_state_size, ensure_all_state_sizes, resize_all_states): | Marius Vollmer | 1 | -30/+36 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -57/+372 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -8/+9 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-01-11 | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all | Marius Vollmer | 1 | -5/+7 |