Age | Commit message (Expand) | Author | Files | Lines |
2018-06-26 | Rename scm_i_thread to scm_thread | Andy Wingo | 1 | -4/+4 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -6/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -9/+9 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve threads.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Devolve variable.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -1/+3 |
2012-03-03 | remove out-of-date comment | Andy Wingo | 1 | -1/+0 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -194/+32 |
2011-10-24 | check for pairs with scm_is_pair, not scm_nimp | Andy Wingo | 1 | -1/+1 |
2011-05-13 | deprecate scm_internal_dynamic_wind | Andy Wingo | 1 | -18/+1 |
2010-03-04 | tighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt) | Andy Wingo | 1 | -32/+15 |
2010-02-18 | add with-fluids objects and primitive syntax | Andy Wingo | 1 | -0/+10 |
2010-02-18 | dynwind is now a part of guile's primitive language | Andy Wingo | 1 | -52/+4 |
2009-10-07 | Revert "Change dynwind flag enums to #defines, for greater portability" | Neil Jerram | 1 | -5/+9 |
2009-10-02 | Change dynwind flag enums to #defines, for greater portability | Neil Jerram | 1 | -9/+5 |
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-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+2 |
2008-10-09 | fix dynwind + nonlocal entrance/exit + programs bug | Andy Wingo | 1 | -2/+2 |
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-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -9/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-02-04 | * throw.h (scm_c_catch, scm_c_with_throw_handler, | Neil Jerram | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -17/+17 |
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 | -16/+24 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-08-10 | (scm_frame_free): New. | Marius Vollmer | 1 | -0/+6 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | (scm_i_dowinds): Removed unused code that would call the unexisting | Marius Vollmer | 1 | -50/+34 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-05-24 | (winder_mark): Use SCM_PACK to correctly convert the WINDER_DATA to a | Marius Vollmer | 1 | -1/+1 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -21/+22 |
2004-01-11 | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all | Marius Vollmer | 1 | -10/+10 |
2004-01-07 | * dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit' | Marius Vollmer | 1 | -20/+9 |
2004-01-07 | * dynwind.c (scm_i_dowinds): Removed code for handling fluids. | Marius Vollmer | 1 | -8/+1 |
2004-01-07 | * dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead, do | Marius Vollmer | 1 | -26/+26 |
2004-01-06 | (frame_print): Removed, use the default printer. (WINDER_F_MARK, | Marius Vollmer | 1 | -14/+41 |
2004-01-03 | (scm_t_frame_flags, scm_t_wind_flags, | Marius Vollmer | 1 | -61/+168 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -2/+2 |
2001-08-25 | * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with | Marius Vollmer | 1 | -1/+1 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -13/+19 |