* root.h: Added "fluids" member to scm_root_state.
[bpt/guile.git] / libguile / debug.c
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-03-08 Mikael Djurfeldt* debug.c: Only include `debug-hang' if GUILE_DEBUG...
1997-03-04 Mikael Djurfeldt* debug.c (scm_single_step): Bugfix: Call continuation...
1996-12-19 Jim BlandyDon't use GCC extensions to allocate space for debuggin...
1996-11-02 Mikael Djurfeldt* debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-17 Mikael DjurfeldtOops!
1996-10-17 Mikael Djurfeldt* debug.c (scm_make_memoized): Made it available at...
1996-10-14 Mikael Djurfeldt* debug.c (scm_procedure_name): Try procedure property...
1996-10-14 Mikael Djurfeldt * debug.c, debug.h: Removed obsolete code.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-09-22 Mikael Djurfeldt* arbiters.c (prinarb),
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-12 Mikael Djurfeldt* debug.c: Adjusted header comment.
1996-09-11 Jim Blandy* debug.c (scm_single_step, scm_memoized, scm_lookup_soft):
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-24 Mikael Djurfeldt* debug.c: Fixed and improved gdb support.
1996-08-23 Mikael Djurfeldt* debug.c (scm_init_debug): Added initialization for
1996-08-23 Mikael Djurfeldt* debug.h, debug.c: Various name changes.
1996-08-20 Mikael Djurfeldt* * debug.c: New file: low-level debugging support...