summaryrefslogtreecommitdiff
path: root/libguile/debug.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-11* debug.c (scm_local_eval): Use scm_i_eval and scm_i_eval_x.Mikael Djurfeldt1-4/+4
2000-06-30* debug.c: Added #include fluids.h.Mikael Djurfeldt1-0/+1
2000-06-21(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt1-2/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-23/+23
2000-04-07Some SCM/scm_bits_t type strictness fixes.Dirk Herrmann1-2/+2
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-2/+2
2000-03-31Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann1-7/+7
2000-03-19* debug.c: Added #include "root.h". (Thanks to Thien-Thi Nguyen.)Mikael Djurfeldt1-0/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-12*** empty log message ***Mikael Djurfeldt1-1/+1
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-1/+1
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-2/+2
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-6/+6
2000-01-11* guile-func-name-check.in: Added this script to statically checkGreg J. Badros1-1/+1
2000-01-07* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-11/+11
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-18/+18
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-2/+2
2000-01-03* dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: MoreGreg J. Badros1-6/+3
1999-12-18* debug.c (scm_reverse_lookup): Bugfix: Reinserted SCM_NIMP.Mikael Djurfeldt1-1/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-7/+7
1999-12-14* backtrace.c (scm_set_print_params_x): Renamed fromGreg J. Badros1-10/+4
1999-12-14* guile-doc-snarf.awk: Removed.Mikael Djurfeldt1-6/+6
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-1/+4
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-7/+2
1999-12-12* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1-2/+2
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-157/+124
1999-09-28* __scm.h: Fix a bunch of macros that were missing do-while(0)Greg J. Badros1-1/+1
1999-09-12* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1-1/+1
1999-08-17* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,Mikael Djurfeldt1-18/+14
1999-07-29* debug.c, debug.h (scm_reverse_lookup): Added.Mikael Djurfeldt1-2/+28
1999-07-07Greg's smob patchMikael Djurfeldt1-14/+7
1999-03-19* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".Mikael Djurfeldt1-0/+1
1999-03-12* debug.c (scm_procedure_name): Use name property in the defaultMikael Djurfeldt1-6/+3
1999-03-11* debug.c (scm_init_debug): Added scheme level constantMikael Djurfeldt1-1/+3
1998-12-14* snarf.h (SCM_SYNTAX): New macro to allow convenient declaration ofMaciej Stachowiak1-3/+2
1998-11-13* debug.c (scm_debug_options): Bugfix: Set the value ofMikael Djurfeldt1-0/+2
1998-11-10* debug.c (scm_start_stack): Copy source when evaluating. (If weMikael Djurfeldt1-1/+1
1998-10-31Added #include "macros.h"Mikael Djurfeldt1-0/+1
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-09-30Warning fixes from Maciej Stachowiak:Jim Blandy1-1/+1
1998-08-21* debug.c, debug.h (scm_single_step): Removed.Mikael Djurfeldt1-10/+35
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+1
1998-06-07* debug.h, debug.c (scm_start_stack): New function. ImplementsMikael Djurfeldt1-10/+19
1998-04-19* continuations.c (scm_make_cont), debug.c (scm_make_memoized,Mikael Djurfeldt1-7/+7
1998-03-30* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): MovedMikael Djurfeldt1-21/+229