Age | Commit message (Expand) | Author | Files | Lines |
1999-09-28 | * __scm.h: Fix a bunch of macros that were missing do-while(0) | Greg J. Badros | 1 | -1/+1 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, | Mikael Djurfeldt | 1 | -18/+14 |
1999-07-29 | * debug.c, debug.h (scm_reverse_lookup): Added. | Mikael Djurfeldt | 1 | -2/+28 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -14/+7 |
1999-03-19 | * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h". | Mikael Djurfeldt | 1 | -0/+1 |
1999-03-12 | * debug.c (scm_procedure_name): Use name property in the default | Mikael Djurfeldt | 1 | -6/+3 |
1999-03-11 | * debug.c (scm_init_debug): Added scheme level constant | Mikael Djurfeldt | 1 | -1/+3 |
1998-12-14 | * snarf.h (SCM_SYNTAX): New macro to allow convenient declaration of | Maciej Stachowiak | 1 | -3/+2 |
1998-11-13 | * debug.c (scm_debug_options): Bugfix: Set the value of | Mikael Djurfeldt | 1 | -0/+2 |
1998-11-10 | * debug.c (scm_start_stack): Copy source when evaluating. (If we | Mikael Djurfeldt | 1 | -1/+1 |
1998-10-31 | Added #include "macros.h" | Mikael Djurfeldt | 1 | -0/+1 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-09-30 | Warning fixes from Maciej Stachowiak: | Jim Blandy | 1 | -1/+1 |
1998-08-21 | * debug.c, debug.h (scm_single_step): Removed. | Mikael Djurfeldt | 1 | -10/+35 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -1/+1 |
1998-06-07 | * debug.h, debug.c (scm_start_stack): New function. Implements | Mikael Djurfeldt | 1 | -10/+19 |
1998-04-19 | * continuations.c (scm_make_cont), debug.c (scm_make_memoized, | Mikael Djurfeldt | 1 | -7/+7 |
1998-03-30 | * eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved | Mikael Djurfeldt | 1 | -21/+229 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -5/+5 |
1997-09-11 | * procprop.h: Added declaration of scm_i_inner_name. | Mikael Djurfeldt | 1 | -1/+3 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-05-16 | * backtrace.c, backtrace.h, debug.c, debug.h, eq.c, | Jim Blandy | 1 | -1/+1 |
1997-03-08 | * debug.c: Only include `debug-hang' if GUILE_DEBUG is defined. | Mikael Djurfeldt | 1 | -0/+3 |
1997-03-04 | * debug.c (scm_single_step): Bugfix: Call continuation with | Mikael Djurfeldt | 1 | -1/+1 |
1996-12-19 | Don't use GCC extensions to allocate space for debugging frames. | Jim Blandy | 1 | -0/+2 |
1996-11-02 | * debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of | Mikael Djurfeldt | 1 | -11/+21 |
1996-10-20 | * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c, | Mikael Djurfeldt | 1 | -6/+6 |
1996-10-17 | Oops! | Mikael Djurfeldt | 1 | -1/+1 |
1996-10-17 | * debug.c (scm_make_memoized): Made it available at scheme level. | Mikael Djurfeldt | 1 | -3/+10 |
1996-10-14 | * debug.c (scm_procedure_name): Try procedure property `name' for | Mikael Djurfeldt | 1 | -5/+14 |
1996-10-14 | * debug.c, debug.h: Removed obsolete code. | Mikael Djurfeldt | 1 | -192/+26 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -93/+29 |
1996-10-05 | * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-22 | * arbiters.c (prinarb), | Mikael Djurfeldt | 1 | -7/+12 |
1996-09-15 | * debug.c, unif.c: use scm_out_of_range instead of | Gary Houston | 1 | -2/+1 |
1996-09-13 | * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | * debug.c: Adjusted header comment. | Mikael Djurfeldt | 1 | -216/+44 |
1996-09-11 | * debug.c (scm_single_step, scm_memoized, scm_lookup_soft): | Jim Blandy | 1 | -3/+3 |
1996-09-10 | C files should #include only the header files they need, not | Jim Blandy | 1 | -1/+13 |
1996-08-24 | * debug.c: Fixed and improved gdb support. | Mikael Djurfeldt | 1 | -13/+146 |
1996-08-23 | * debug.c (scm_init_debug): Added initialization for | Mikael Djurfeldt | 1 | -1/+4 |
1996-08-23 | * debug.h, debug.c: Various name changes. | Mikael Djurfeldt | 1 | -33/+33 |
1996-08-20 | * * debug.c: New file: low-level debugging support. It also | Mikael Djurfeldt | 1 | -0/+646 |