| Commit message (Expand) | Author | Age | Files | Lines |
* | remove out-of-date comment... | Andy Wingo | 2012-03-03 | 1 | -1/+0 |
* | the dynamic stack is really a stack now, instead of a list... | Andy Wingo | 2012-03-03 | 1 | -194/+32 |
* | check for pairs with scm_is_pair, not scm_nimp... | Andy Wingo | 2011-10-24 | 1 | -1/+1 |
* | deprecate scm_internal_dynamic_wind... | Andy Wingo | 2011-05-13 | 1 | -18/+1 |
* | tighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt)... | Andy Wingo | 2010-03-04 | 1 | -32/+15 |
* | add with-fluids objects and primitive syntax... | Andy Wingo | 2010-02-18 | 1 | -0/+10 |
* | dynwind is now a part of guile's primitive language... | Andy Wingo | 2010-02-18 | 1 | -52/+4 |
* | Revert "Change dynwind flag enums to #defines, for greater portability"... | Neil Jerram | 2009-10-07 | 1 | -5/+9 |
* | Change dynwind flag enums to #defines, for greater portability... | Neil Jerram | 2009-10-02 | 1 | -9/+5 |
* | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ |
|
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-03-22 | 1 | -2/+2 |
|\| |
|
| * | fix dynwind + nonlocal entrance/exit + programs bug... | Andy Wingo | 2008-10-09 | 1 | -2/+2 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-09-13 | 1 | -1/+5 |
|\| |
|
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+5 |
* | | Removed a lot of now-useless SMOB mark/free functions.... | Ludovic Courtes | 2008-09-05 | 1 | -9/+0 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | * throw.h (scm_c_catch, scm_c_with_throw_handler,... | Neil Jerram | 2006-02-04 | 1 | -1/+1 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic... | Marius Vollmer | 2006-01-29 | 1 | -17/+17 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -16/+24 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -3/+3 |
* | (scm_frame_free): New. | Marius Vollmer | 2004-08-10 | 1 | -0/+6 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into... | Marius Vollmer | 2004-07-27 | 1 | -1/+1 |
* | (scm_i_dowinds): Removed unused code that would call the unexisting... | Marius Vollmer | 2004-07-23 | 1 | -50/+34 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -1/+1 |
* | (winder_mark): Use SCM_PACK to correctly convert the WINDER_DATA to a... | Marius Vollmer | 2004-05-24 | 1 | -1/+1 |
* | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use... | Marius Vollmer | 2004-05-06 | 1 | -21/+22 |
* | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all... | Marius Vollmer | 2004-01-11 | 1 | -10/+10 |
* | * dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'... | Marius Vollmer | 2004-01-07 | 1 | -20/+9 |
* | * dynwind.c (scm_i_dowinds): Removed code for handling fluids. | Marius Vollmer | 2004-01-07 | 1 | -8/+1 |
* | * dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead, do... | Marius Vollmer | 2004-01-07 | 1 | -26/+26 |
* | (frame_print): Removed, use the default printer. (WINDER_F_MARK,... | Marius Vollmer | 2004-01-06 | 1 | -14/+41 |
* | (scm_t_frame_flags, scm_t_wind_flags,... | Marius Vollmer | 2004-01-03 | 1 | -61/+168 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * Documentation work. | Neil Jerram | 2001-11-11 | 1 | -2/+2 |
* | * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with... | Marius Vollmer | 2001-08-25 | 1 | -1/+1 |
* | * tags.h: Update tag system docs.... | Marius Vollmer | 2001-07-26 | 1 | -13/+19 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,... | Keisuke Nishida | 2001-06-26 | 1 | -5/+5 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -8/+8 |
* | * Introduce SCM_UNUSED and mark unused function parameters.... | Dirk Herrmann | 2001-06-07 | 1 | -2/+2 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -1/+1 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -2/+2 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -2/+1 |
* | Correct, update, improve and clean up a lot of docstrings in order to make... | Martin Grabmüller | 2001-04-03 | 1 | -24/+30 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | (scm_dynamic_wind): Removed unnecessary "" from docstrings.... | Martin Grabmüller | 2001-02-16 | 1 | -3/+4 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -5/+5 |