Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / root.c
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-02-04 Neil Jerram* throw.h (scm_c_catch, scm_c_with_throw_handler,
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-04 Marius Vollmer(scm_call_with_dynamic_root): New docstring.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-01-06 Marius Vollmer(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-12-11 Mikael Djurfeldt* gc.c (scm_igc): Don't call scm_i_thread_invalidate_fr...
2002-12-10 Mikael Djurfeldt* async.c, error.h (scm_ints_disabled): Removed.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer* __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs inste...
2002-10-09 Marius Vollmer* root.h (scm_root_state): Added 'block_async' slot.
2002-10-05 Marius Vollmer(root_mark): Mark active_asyncs slot.
2002-10-03 Marius Vollmer* root.h (scm_root_state): Added new "active_asyncs...
2002-04-20 Gary Houston * removal of unused fields in root state (thanks to...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-09-15 Gary Houston * root.h (scm_root_state): removed the continuation_st...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-09-22 Neil Jerram* Fix docstring texinfo warnings.
2000-08-12 Neil Jerram* Docstring fixes.
2000-07-18 Dirk Herrmann* Deprecated function scm_call_catching_errors.
2000-06-21 Mikael Djurfeldt* root.c (mark_root): Removed marking of
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-28 Dirk HerrmannCleaned up continuation data access.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-25 Jim Blandy* root.c (scm_make_root): Initialize all the fields...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-06-18 Mikael Djurfeldt* root.h (scm_root_state): Added scm_cur_loadp.
1998-02-02 Mikael Djurfeldt* backtrace.c (display_error_body, display_backtrace_body),
1997-11-29 Mikael Djurfeldt* init.c (scm_start_stack): Removed initialization of
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-02 Marius Vollmer* root.c (cwdr_inner_body, cwdr_body): Remove "inner...
1997-07-18 Marius Vollmer* root.c: Include "fluids.h". (scm_mark_root): Mark...
1997-07-03 Marius Vollmer* root.c (cwdr_outer_body): Bugfix: Pass `c' instead...
1997-06-23 Jim Blandy* root.c: Establish a reliable catch-all handler for...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-02-10 Mikael Djurfeldt* symbols.c (scm_sysintern0): New function. Contains...
1996-12-21 Jim Blandy* throw.c (scm_internal_catch): Make body funcs and...
1996-12-09 Jim BlandyAdd new interface to catch/throw, usable from C as...
1996-11-21 Jim BlandyIt's an "eval closure", not an "eval thunk." A thunk...
1996-11-02 Mikael Djurfeldt* root.c (cwdr): Bugfix.
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Mikael Djurfeldt* continuations.c, continuations.h, debug.c, gc.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-06 Mikael Djurfeldt*** empty log message ***
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-10-01 Mikael Djurfeldt * gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_ST...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Mikael Djurfeldt* gscm.c, init.c, root.c, throw.c: Bug fixes:
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import