* coop-threads.c: Remove K&R function headers.
[bpt/guile.git] / libguile / debug.c
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-14 Greg J. Badros* backtrace.c (scm_set_print_params_x): Renamed from
1999-12-14 Mikael Djurfeldt* guile-doc-snarf.awk: Removed.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-28 Greg J. Badros* __scm.h: Fix a bunch of macros that were missing...
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-08-17 Mikael Djurfeldt* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,
1999-07-29 Mikael Djurfeldt* debug.c, debug.h (scm_reverse_lookup): Added.
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-03-19 Mikael Djurfeldt* debug.c, eval.c, evalext.c, stacks.c: #include "modul...
1999-03-12 Mikael Djurfeldt* debug.c (scm_procedure_name): Use name property in...
1999-03-11 Mikael Djurfeldt* debug.c (scm_init_debug): Added scheme level constant
1998-12-14 Maciej Stachowiak* snarf.h (SCM_SYNTAX): New macro to allow convenient...
1998-11-13 Mikael Djurfeldt* debug.c (scm_debug_options): Bugfix: Set the value of
1998-11-10 Mikael Djurfeldt* debug.c (scm_start_stack): Copy source when evaluatin...
1998-10-31 Mikael DjurfeldtAdded #include "macros.h"
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-30 Jim BlandyWarning fixes from Maciej Stachowiak:
1998-08-21 Mikael Djurfeldt* debug.c, debug.h (scm_single_step): Removed.
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-06-07 Mikael Djurfeldt* debug.h, debug.c (scm_start_stack): New function...
1998-04-19 Mikael Djurfeldt* continuations.c (scm_make_cont), debug.c (scm_make_me...
1998-03-30 Mikael Djurfeldt* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
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...