summaryrefslogtreecommitdiff
path: root/libguile/fluids.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-4/+2
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-15/+4
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+3
2011-11-23optional default-value arg to make-fluidAndy Wingo1-2/+4
2011-10-24refactor tc7 and tc16 checksAndy Wingo1-4/+4
2010-12-17rename make-undefined-fluid to make-unbound-fluidAndy Wingo1-1/+1
2010-12-07unbound fluidsBrian Templeton1-0/+3
2010-07-17SCM_I_FLUID_P -> SCM_FLUID_PAndy Wingo1-1/+5
2010-03-04add printers for prompts and with-fluids objectsAndy Wingo1-0/+1
2010-02-19fluids.h exposes more of its interface, internally at leastAndy Wingo1-7/+5
2010-02-18add with-fluids objects and primitive syntaxAndy Wingo1-1/+16
2009-12-05add printer for dynamic-statesAndy Wingo1-0/+1
2009-12-05fluids are tc7 objectsAndy Wingo1-14/+13
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
2008-09-17Remove GC-related code from fluids.Ludovic Courtès1-7/+0
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-4/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-2/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-30/+33
2004-05-06Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer1-1/+1
2004-01-07* fluids.c (scm_c_with_fluids): Use frames instead of adding toMarius Vollmer1-2/+1
2004-01-07(scm_frame_fluid): New.Marius Vollmer1-0/+2
2004-01-06(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-15/+15
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-15/+8
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-05-19(scm_internal_with_fluids): Deprecated.Marius Vollmer1-2/+12
2000-12-08Smob-related creanup.Keisuke Nishida1-1/+1
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-25* Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-12*** empty log message ***Mikael Djurfeldt1-2/+2
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-2/+2
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-2/+2
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-12/+12
1999-12-16* *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1-1/+4
1998-09-30Warning fixes from Maciej Stachowiak:Jim Blandy1-0/+1
1997-07-26* dynwind.c (scm_dowinds): Handle fluids on the wind list.Marius Vollmer1-4/+10
1997-07-18*** empty log message ***Marius Vollmer1-0/+99