Age | Commit message (Expand) | Author | Files | Lines |
2010-12-17 | rename make-undefined-fluid to make-unbound-fluid | Andy Wingo | 1 | -3/+3 |
2010-12-07 | unbound fluids | Brian Templeton | 1 | -11/+53 |
2010-11-19 | Include <alloca.h> wherever `alloca' is used. | Ludovic Courtès | 1 | -0/+1 |
2010-07-17 | SCM_I_FLUID_P -> SCM_FLUID_P | Andy Wingo | 1 | -1/+1 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-05 | Recycle fluid numbers. | Ludovic Courtès | 1 | -90/+58 |
2010-03-04 | add printers for prompts and with-fluids objects | Andy Wingo | 1 | -0/+8 |
2010-02-19 | fluids.h exposes more of its interface, internally at least | Andy Wingo | 1 | -4/+4 |
2010-02-18 | add with-fluids objects and primitive syntax | Andy Wingo | 1 | -53/+103 |
2009-12-05 | add printer for dynamic-states | Andy Wingo | 1 | -0/+8 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -45/+14 |
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 |
2009-01-18 | Use `scm_gc_malloc ()' when allocating the allocated fluid vector. | Ludovic Courtès | 1 | -8/+3 |
2008-09-17 | Remove GC-related code from fluids. | Ludovic Courtès | 1 | -142/+60 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+5 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 |
2008-09-10 | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 1 | -3/+9 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -12/+0 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -0/+3 |
2007-06-25 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -3/+9 |
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 | -22/+22 |
2005-12-29 | (next_fluid_num): [From Ludovic Courtès:] Don't trigger | Neil Jerram | 1 | -1/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-04-30 | (DYNAMIC_STATE_NEXT_LOC): new macro for use with | Han-Wen Nienhuys | 1 | -2/+4 |
2005-03-09 | (ensure_state_size, ensure_all_state_sizes, resize_all_states): | Marius Vollmer | 1 | -30/+36 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -57/+372 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -8/+9 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-01-11 | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all | Marius Vollmer | 1 | -5/+7 |
2004-01-07 | * fluids.c (scm_c_with_fluids): Use frames instead of adding to | Marius Vollmer | 1 | -13/+42 |
2004-01-07 | (scm_frame_fluid): New. | Marius Vollmer | 1 | -0/+17 |
2004-01-06 | (scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids, | Marius Vollmer | 1 | -7/+7 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -3/+3 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -2/+3 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -13/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * fluids.c (scm_c_with_fluid): Use scm_list_1() instead of | Martin Grabmüller | 1 | -1/+1 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -1/+1 |
2001-06-23 | * Various minor improvements, for example signedness fixes. | Dirk Herrmann | 1 | -3/+2 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+1 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -8/+8 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -8/+8 |
2001-05-19 | (scm_internal_with_fluids): Deprecated. | Marius Vollmer | 1 | -4/+25 |
2001-04-17 | * Incorporated fixes to interrupt deferring/allowing from Niibe. | Dirk Herrmann | 1 | -7/+2 |