summaryrefslogtreecommitdiff
path: root/libguile/root.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-5/+7
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-3/+3
2009-12-05decruftify scm_sys_protectsAndy Wingo1-5/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-02-04* throw.h (scm_c_catch, scm_c_with_throw_handler,Neil Jerram1-1/+2
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-3/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-04(scm_call_with_dynamic_root): New docstring.Marius Vollmer1-35/+4
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-153/+18
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-4/+2
2005-01-24Threading changes.Marius Vollmer1-2/+4
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-1/+1
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-1/+1
2004-01-06(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer1-1/+1
2003-04-20 * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann1-6/+0
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-12-11* gc.c (scm_igc): Don't call scm_i_thread_invalidate_freelists.Mikael Djurfeldt1-3/+5
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-2/+0
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-4/+0
2002-10-27* __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs instead ofMarius Vollmer1-0/+3
2002-10-09* root.h (scm_root_state): Added 'block_async' slot.Marius Vollmer1-0/+1
2002-10-05(root_mark): Mark active_asyncs slot.Marius Vollmer1-0/+1
2002-10-03* root.h (scm_root_state): Added new "active_asyncs" slot.Marius Vollmer1-1/+4
2002-04-20 * removal of unused fields in root state (thanks to ChristopherGary Houston1-6/+0
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-4/+4
2001-09-15 * root.h (scm_root_state): removed the continuation_stack andGary Houston1-4/+0
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-40/+0
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-4/+4
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-2/+2
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-1/+1
2001-05-24* validate.hMichael Livshin1-2/+2
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-2/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+1
2000-12-08Smob-related creanup.Keisuke Nishida1-5/+5
2000-11-25 * use an applicable SMOB to represent continuations, instead of aGary Houston1-25/+13
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-2/+0
2000-09-22* Fix docstring texinfo warnings.Neil Jerram1-1/+1
2000-08-12* Docstring fixes.Neil Jerram1-2/+1
2000-07-18* Deprecated function scm_call_catching_errors.Dirk Herrmann1-5/+9
2000-06-21* root.c (mark_root): Removed marking ofMikael Djurfeldt1-2/+0
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-12/+12
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-1/+1
2000-03-28Cleaned up continuation data access.Dirk Herrmann1-6/+6