summaryrefslogtreecommitdiff
path: root/libguile/fluids.c
Commit message (Expand)AuthorAgeFilesLines
* fix initial values of reallocated fluidsAndy Wingo2011-06-161-0/+5
* scm_is_eq for SCM vals, not == or !=Andy Wingo2011-05-131-2/+2
* rename make-undefined-fluid to make-unbound-fluidAndy Wingo2010-12-171-3/+3
* unbound fluidsBrian Templeton2010-12-071-11/+53
* Include <alloca.h> wherever `alloca' is used.Ludovic Courtès2010-11-191-0/+1
* SCM_I_FLUID_P -> SCM_FLUID_PAndy Wingo2010-07-171-1/+1
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-1/+0
* Recycle fluid numbers.Ludovic Courtès2010-03-051-90/+58
* add printers for prompts and with-fluids objectsAndy Wingo2010-03-041-0/+8
* fluids.h exposes more of its interface, internally at leastAndy Wingo2010-02-191-4/+4
* add with-fluids objects and primitive syntaxAndy Wingo2010-02-181-53/+103
* add printer for dynamic-statesAndy Wingo2009-12-051-0/+8
* fluids are tc7 objectsAndy Wingo2009-12-051-45/+14
* 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
* | Use `scm_gc_malloc ()' when allocating the allocated fluid vector.Ludovic Courtès2009-01-181-8/+3
* | Remove GC-related code from fluids.Ludovic Courtès2008-09-171-142/+60
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+5
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...Ludovic Courtès2008-09-101-3/+9
|\ \ | |/
| * Changes from arch/CVS synchronizationLudovic Courtès2007-06-251-3/+9
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-12/+0
* | Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes2008-09-051-0/+3
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-22/+22
* (next_fluid_num): [From Ludovic Courtès:] Don't triggerNeil Jerram2005-12-291-1/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (DYNAMIC_STATE_NEXT_LOC): new macro for use withHan-Wen Nienhuys2005-04-301-2/+4
* (ensure_state_size, ensure_all_state_sizes, resize_all_states):Marius Vollmer2005-03-091-30/+36
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-57/+372
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-8/+9
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed allMarius Vollmer2004-01-111-5/+7
* * fluids.c (scm_c_with_fluids): Use frames instead of adding toMarius Vollmer2004-01-071-13/+42
* (scm_frame_fluid): New.Marius Vollmer2004-01-071-0/+17
* (scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer2004-01-061-7/+7
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-3/+3
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-2/+3
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-13/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * fluids.c (scm_c_with_fluid): Use scm_list_1() instead ofMartin Grabmüller2001-06-281-1/+1
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-1/+1
* * Various minor improvements, for example signedness fixes.Dirk Herrmann2001-06-231-3/+2
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-8/+8
* * validate.hMichael Livshin2001-05-241-8/+8