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