summaryrefslogtreecommitdiff
path: root/libguile/fluids.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-07* fluids.c (scm_c_with_fluids): Use frames instead of adding toMarius Vollmer1-13/+42
2004-01-07(scm_frame_fluid): New.Marius Vollmer1-0/+17
2004-01-06(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer1-7/+7
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-3/+3
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-2/+3
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-13/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * fluids.c (scm_c_with_fluid): Use scm_list_1() instead ofMartin Grabmüller1-1/+1
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-1/+1
2001-06-23* Various minor improvements, for example signedness fixes.Dirk Herrmann1-3/+2
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-8/+8
2001-05-24* validate.hMichael Livshin1-8/+8
2001-05-19(scm_internal_with_fluids): Deprecated.Marius Vollmer1-4/+25
2001-04-17* Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann1-7/+2