summaryrefslogtreecommitdiff
path: root/libguile/dynwind.c
Commit message (Expand)AuthorAgeFilesLines
* Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-4/+4
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-6/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-9/+9
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-1/+3
* remove out-of-date commentAndy Wingo2012-03-031-1/+0
* the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-194/+32
* check for pairs with scm_is_pair, not scm_nimpAndy Wingo2011-10-241-1/+1
* deprecate scm_internal_dynamic_windAndy 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 syntaxAndy Wingo2010-02-181-0/+10
* dynwind is now a part of guile's primitive languageAndy 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 portabilityNeil Jerram2009-10-021-9/+5
* 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
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-221-2/+2
|\ \ | |/
| * fix dynwind + nonlocal entrance/exit + programs bugAndy Wingo2008-10-091-2/+2
* | 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
* | 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 "dynamicMarius 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 intoMarius Vollmer2004-07-271-1/+1
* (scm_i_dowinds): Removed unused code that would call the unexistingMarius 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 aMarius Vollmer2004-05-241-1/+1
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-21/+22
* (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed allMarius 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, doMarius 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 withMarius Vollmer2001-08-251-1/+1
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-13/+19