Age | Commit message (Expand) | Author | Files | Lines |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -4/+4 |
2001-09-15 | * root.h (scm_root_state): removed the continuation_stack and | Gary Houston | 1 | -4/+0 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -40/+0 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -4/+4 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -2/+2 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -2/+2 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -2/+2 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+1 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -5/+5 |
2000-11-25 | * use an applicable SMOB to represent continuations, instead of a | Gary Houston | 1 | -25/+13 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -2/+0 |
2000-09-22 | * Fix docstring texinfo warnings. | Neil Jerram | 1 | -1/+1 |
2000-08-12 | * Docstring fixes. | Neil Jerram | 1 | -2/+1 |
2000-07-18 | * Deprecated function scm_call_catching_errors. | Dirk Herrmann | 1 | -5/+9 |
2000-06-21 | * root.c (mark_root): Removed marking of | Mikael Djurfeldt | 1 | -2/+0 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -12/+12 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -1/+1 |
2000-03-28 | Cleaned up continuation data access. | Dirk Herrmann | 1 | -6/+6 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -47/+40 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -2/+2 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -2/+2 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -1/+1 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -2/+47 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -30/+19 |
1999-09-25 | * root.c (scm_make_root): Initialize all the fields of the new | Jim Blandy | 1 | -1/+22 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -20/+4 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -1/+1 |
1998-06-18 | * root.h (scm_root_state): Added scm_cur_loadp. | Mikael Djurfeldt | 1 | -0/+1 |
1998-02-02 | * backtrace.c (display_error_body, display_backtrace_body), | Mikael Djurfeldt | 1 | -1/+1 |
1997-11-29 | * init.c (scm_start_stack): Removed initialization of | Mikael Djurfeldt | 1 | -1/+0 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -3/+3 |
1997-10-02 | * root.c (cwdr_inner_body, cwdr_body): Remove "inner" from name, | Marius Vollmer | 1 | -38/+73 |
1997-07-18 | * root.c: Include "fluids.h". (scm_mark_root): Mark "fluids". | Marius Vollmer | 1 | -0/+3 |
1997-07-03 | * root.c (cwdr_outer_body): Bugfix: Pass `c' instead of `&c' to | Marius Vollmer | 1 | -1/+1 |
1997-06-23 | * root.c: Establish a reliable catch-all handler for the new root. | Jim Blandy | 1 | -14/+25 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-02-10 | * symbols.c (scm_sysintern0): New function. Contains the core of | Mikael Djurfeldt | 1 | -0/+1 |
1996-12-21 | * throw.c (scm_internal_catch): Make body funcs and handler funcs | Jim Blandy | 1 | -21/+9 |
1996-12-09 | Add new interface to catch/throw, usable from C as well as | Jim Blandy | 1 | -3/+73 |
1996-11-21 | It's an "eval closure", not an "eval thunk." A thunk is a | Jim Blandy | 1 | -1/+1 |
1996-11-02 | * root.c (cwdr): Bugfix. | Mikael Djurfeldt | 1 | -4/+3 |