summaryrefslogtreecommitdiff
path: root/libguile/root.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-47/+40
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-2/+2
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-2/+2
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-2/+47
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-30/+19
1999-09-25* root.c (scm_make_root): Initialize all the fields of the newJim Blandy1-1/+22
1999-07-07Greg's smob patchMikael Djurfeldt1-20/+4
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+1
1998-06-18* root.h (scm_root_state): Added scm_cur_loadp.Mikael Djurfeldt1-0/+1
1998-02-02* backtrace.c (display_error_body, display_backtrace_body),Mikael Djurfeldt1-1/+1
1997-11-29* init.c (scm_start_stack): Removed initialization ofMikael Djurfeldt1-1/+0
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-3/+3
1997-10-02* root.c (cwdr_inner_body, cwdr_body): Remove "inner" from name,Marius Vollmer1-38/+73
1997-07-18* root.c: Include "fluids.h". (scm_mark_root): Mark "fluids".Marius Vollmer1-0/+3
1997-07-03* root.c (cwdr_outer_body): Bugfix: Pass `c' instead of `&c' toMarius Vollmer1-1/+1
1997-06-23* root.c: Establish a reliable catch-all handler for the new root.Jim Blandy1-14/+25
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-02-10* symbols.c (scm_sysintern0): New function. Contains the core ofMikael Djurfeldt1-0/+1
1996-12-21* throw.c (scm_internal_catch): Make body funcs and handler funcsJim Blandy1-21/+9
1996-12-09Add new interface to catch/throw, usable from C as well asJim Blandy1-3/+73
1996-11-21It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1-1/+1
1996-11-02* root.c (cwdr): Bugfix.Mikael Djurfeldt1-4/+3