summaryrefslogtreecommitdiff
path: root/libguile/dynwind.c
Commit message (Expand)AuthorAgeFilesLines
* remove out-of-date comment...Andy Wingo2012-03-031-1/+0
* the dynamic stack is really a stack now, instead of a list...Andy Wingo2012-03-031-194/+32
* check for pairs with scm_is_pair, not scm_nimp...Andy Wingo2011-10-241-1/+1
* deprecate scm_internal_dynamic_wind...Andy Wingo2011-05-131-18/+1
* tighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt)...Andy Wingo2010-03-041-32/+15
* add with-fluids objects and primitive syntax...Andy Wingo2010-02-181-0/+10
* dynwind is now a part of guile's primitive language...Andy Wingo2010-02-181-52/+4
* Revert "Change dynwind flag enums to #defines, for greater portability"...Neil Jerram2009-10-071-5/+9
* Change dynwind flag enums to #defines, for greater portability...Neil Jerram2009-10-021-9/+5
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-03-221-2/+2
|\|
| * fix dynwind + nonlocal entrance/exit + programs bug...Andy Wingo2008-10-091-2/+2
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic 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
* | Removed a lot of now-useless SMOB mark/free functions....Ludovic Courtes2008-09-051-9/+0
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * throw.h (scm_c_catch, scm_c_with_throw_handler,...Neil Jerram2006-02-041-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamic...Marius Vollmer2006-01-291-17/+17
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-16/+24
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* (scm_frame_free): New.Marius Vollmer2004-08-101-0/+6
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into...Marius Vollmer2004-07-271-1/+1
* (scm_i_dowinds): Removed unused code that would call the unexisting...Marius Vollmer2004-07-231-50/+34
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-1/+1
* (winder_mark): Use SCM_PACK to correctly convert the WINDER_DATA to a...Marius Vollmer2004-05-241-1/+1
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use...Marius Vollmer2004-05-061-21/+22
* (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all...Marius Vollmer2004-01-111-10/+10
* * dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'...Marius Vollmer2004-01-071-20/+9
* * dynwind.c (scm_i_dowinds): Removed code for handling fluids.Marius Vollmer2004-01-071-8/+1
* * dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead, do...Marius Vollmer2004-01-071-26/+26
* (frame_print): Removed, use the default printer. (WINDER_F_MARK,...Marius Vollmer2004-01-061-14/+41
* (scm_t_frame_flags, scm_t_wind_flags,...Marius Vollmer2004-01-031-61/+168
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Documentation work.Neil Jerram2001-11-111-2/+2
* * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with...Marius Vollmer2001-08-251-1/+1
* * tags.h: Update tag system docs....Marius Vollmer2001-07-261-13/+19
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,...Keisuke Nishida2001-06-261-5/+5
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-8/+8
* * Introduce SCM_UNUSED and mark unused function parameters....Dirk Herrmann2001-06-071-2/+2
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.h...Michael Livshin2001-05-241-2/+2
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+1
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-24/+30
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* (scm_dynamic_wind): Removed unnecessary "" from docstrings....Martin Grabmüller2001-02-161-3/+4
* Smob-related creanup.Keisuke Nishida2000-12-081-5/+5