summaryrefslogtreecommitdiff
path: root/libguile/fluids.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Tune initial heap sizeAndy Wingo1-1/+1
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-67/+18
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-6/+2
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-4/+7
2013-02-28Fix later-bindings-win logic in with-fluids.Mark H Weaver1-3/+3
2013-02-28Fix duplicate removal of with-fluids.Mark H Weaver1-1/+4
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-53/+33
2012-02-23Revert "install pthread_atfork handlers for guile's static mutexen"Andy Wingo1-1/+0
2012-02-17install pthread_atfork handlers for guile's static mutexenAndy Wingo1-0/+1
2012-01-31Revert "add SCM_HEAP_OBJECT_BASE"Andy Wingo1-1/+1
2012-01-30Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'Andy Wingo1-2/+3
2012-01-12fluids.c docstringAndy Wingo1-2/+3
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-15/+27
2011-11-23optional default-value arg to make-fluidAndy Wingo1-15/+27
2011-11-08locking for putc, putsAndy Wingo1-6/+6
2011-10-24add SCM_HEAP_OBJECT_BASEAndy Wingo1-1/+1
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-2/+2
2011-06-16fix initial values of reallocated fluidsAndy Wingo1-0/+5
2011-05-13scm_is_eq for SCM vals, not == or !=Andy Wingo1-2/+2
2010-12-17rename make-undefined-fluid to make-unbound-fluidAndy Wingo1-3/+3
2010-12-07unbound fluidsBrian Templeton1-11/+53
2010-11-19Include <alloca.h> wherever `alloca' is used.Ludovic Courtès1-0/+1
2010-07-17SCM_I_FLUID_P -> SCM_FLUID_PAndy Wingo1-1/+1
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-1/+0
2010-03-05Recycle fluid numbers.Ludovic Courtès1-90/+58
2010-03-04add printers for prompts and with-fluids objectsAndy Wingo1-0/+8
2010-02-19fluids.h exposes more of its interface, internally at leastAndy Wingo1-4/+4
2010-02-18add with-fluids objects and primitive syntaxAndy Wingo1-53/+103
2009-12-05add printer for dynamic-statesAndy Wingo1-0/+8
2009-12-05fluids are tc7 objectsAndy Wingo1-45/+14
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-01-18Use `scm_gc_malloc ()' when allocating the allocated fluid vector.Ludovic Courtès1-8/+3
2008-09-17Remove GC-related code from fluids.Ludovic Courtès1-142/+60
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+5
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2008-09-10Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...Ludovic Courtès1-3/+9
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-12/+0
2008-09-05Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes1-0/+3
2007-06-25Changes from arch/CVS synchronizationLudovic Courtès1-3/+9
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-22/+22
2005-12-29(next_fluid_num): [From Ludovic Courtès:] Don't triggerNeil Jerram1-1/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-04-30(DYNAMIC_STATE_NEXT_LOC): new macro for use withHan-Wen Nienhuys1-2/+4
2005-03-09(ensure_state_size, ensure_all_state_sizes, resize_all_states):Marius Vollmer1-30/+36
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-57/+372
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-8/+9
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2004-01-11(scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed allMarius Vollmer1-5/+7