summaryrefslogtreecommitdiff
path: root/libguile/fluids.h
Commit message (Expand)AuthorAgeFilesLines
* Compile current-module as intrinsic callAndy Wingo2018-06-271-0/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve more validate macrosAndy Wingo2018-06-181-1/+6
* Add thread local fluidsAndy Wingo2017-03-071-0/+3
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-0/+2
* Reimplement dynamic statesAndy Wingo2016-12-051-14/+11
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Simplify dynstack API to only wind one fluid at a timeAndy Wingo2013-06-281-4/+2
* the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-15/+4
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-011-1/+3
|\
| * optional default-value arg to make-fluidAndy Wingo2011-11-231-2/+4
* | refactor tc7 and tc16 checksAndy Wingo2011-10-241-4/+4
|/
* rename make-undefined-fluid to make-unbound-fluidAndy Wingo2010-12-171-1/+1
* unbound fluidsBrian Templeton2010-12-071-0/+3
* SCM_I_FLUID_P -> SCM_FLUID_PAndy Wingo2010-07-171-1/+5
* add printers for prompts and with-fluids objectsAndy Wingo2010-03-041-0/+1
* fluids.h exposes more of its interface, internally at leastAndy Wingo2010-02-191-7/+5
* add with-fluids objects and primitive syntaxAndy Wingo2010-02-181-1/+16
* add printer for dynamic-statesAndy Wingo2009-12-051-0/+1
* fluids are tc7 objectsAndy Wingo2009-12-051-14/+13
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Remove GC-related code from fluids.Ludovic Courtès2008-09-171-7/+0
|/
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-4/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-2/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-30/+33
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-1/+1
* * fluids.c (scm_c_with_fluids): Use frames instead of adding toMarius Vollmer2004-01-071-2/+1
* (scm_frame_fluid): New.Marius Vollmer2004-01-071-0/+2
* (scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer2004-01-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-15/+15
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-15/+8
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* (scm_internal_with_fluids): Deprecated.Marius Vollmer2001-05-191-2/+12
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-251-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-2/+2
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-2/+2
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-2/+2