Age | Commit message (Expand) | Author | Files | Lines |
2013-06-28 | Simplify dynstack API to only wind one fluid at a time | Andy Wingo | 1 | -4/+2 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -15/+4 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+3 |
2011-11-23 | optional default-value arg to make-fluid | Andy Wingo | 1 | -2/+4 |
2011-10-24 | refactor tc7 and tc16 checks | Andy Wingo | 1 | -4/+4 |
2010-12-17 | rename make-undefined-fluid to make-unbound-fluid | Andy Wingo | 1 | -1/+1 |
2010-12-07 | unbound fluids | Brian Templeton | 1 | -0/+3 |
2010-07-17 | SCM_I_FLUID_P -> SCM_FLUID_P | Andy Wingo | 1 | -1/+5 |
2010-03-04 | add printers for prompts and with-fluids objects | Andy Wingo | 1 | -0/+1 |
2010-02-19 | fluids.h exposes more of its interface, internally at least | Andy Wingo | 1 | -7/+5 |
2010-02-18 | add with-fluids objects and primitive syntax | Andy Wingo | 1 | -1/+16 |
2009-12-05 | add printer for dynamic-states | Andy Wingo | 1 | -0/+1 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -14/+13 |
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 |
2008-09-17 | Remove GC-related code from fluids. | Ludovic Courtès | 1 | -7/+0 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -4/+4 |
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 | -2/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -30/+33 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -1/+1 |
2004-01-07 | * fluids.c (scm_c_with_fluids): Use frames instead of adding to | Marius Vollmer | 1 | -2/+1 |
2004-01-07 | (scm_frame_fluid): New. | Marius Vollmer | 1 | -0/+2 |
2004-01-06 | (scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids, | Marius Vollmer | 1 | -4/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -15/+15 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -15/+8 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-05-19 | (scm_internal_with_fluids): Deprecated. | Marius Vollmer | 1 | -2/+12 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -1/+1 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-25 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -2/+2 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -12/+12 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -1/+4 |
1998-09-30 | Warning fixes from Maciej Stachowiak: | Jim Blandy | 1 | -0/+1 |
1997-07-26 | * dynwind.c (scm_dowinds): Handle fluids on the wind list. | Marius Vollmer | 1 | -4/+10 |
1997-07-18 | *** empty log message *** | Marius Vollmer | 1 | -0/+99 |