summaryrefslogtreecommitdiff
path: root/libguile/debug.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-23Remove unused union scm_t_debug_infoAndy Wingo1-13/+1
2013-06-09move procedure-name and procedure-source to procprop.cAndy Wingo1-3/+1
2012-01-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+3
2012-01-26Implement `local-eval', `local-compile', and `the-environment'Andy Wingo1-1/+3
2011-05-12remove all deprecated codeAndy Wingo1-13/+1
2010-09-24remove evaluator-traps-interfaceAndy Wingo1-2/+0
2010-03-09%start-stack in Scheme, in terms of promptsAndy Wingo1-2/+1
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-1/+0
2009-12-03remove debug framesAndy Wingo1-67/+0
2009-12-01new evaluator, y'allAndy Wingo1-40/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-04-17thread the module through syntax-case's expansionAndy Wingo1-0/+1
2008-09-26actually compile start-stack to something usefulAndy Wingo1-1/+1
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-3/+3
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-17/+1
2007-01-19* debug.h (SCM_RESET_DEBUG_MODE): switch to debugging ifHan-Wen Nienhuys1-1/+4
2005-11-04* eval.c (sym_instead): New symbol.Neil Jerram1-1/+0
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-11* eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option.Marius Vollmer1-1/+2
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-3/+3
2004-06-27 * backtrace.c (display_expression, display_frame): CallDirk Herrmann1-1/+2
2004-03-29 Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann1-8/+10
2003-06-04 * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann1-2/+0
2003-04-07* debug.h: change "id" arg name to "info_id" to avoid objective-cRob Browning1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+11
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-4/+0
2002-03-25* debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY andDirk Herrmann1-9/+12
2002-03-24* debug.h (scm_ready_p, debug_print): Removed declarations.Dirk Herrmann1-2/+0
2002-03-08* Fix bug caused by frame size overflowing its field.Neil Jerram1-1/+1
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-32/+34
2001-08-31* Remove deprecated macros and typenames.Dirk Herrmann1-14/+9
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-2/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26* Handle evaluator traps by calling trap handlers directly rather thanNeil Jerram1-4/+6
2001-06-25* Fix signedness plus some minor improvements.Dirk Herrmann1-6/+8
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-14/+14
2001-05-302001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>Martin Grabmüller1-1/+0
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-1/+1
2001-05-25* eval.c (scm_debug_opts): New option `show-file-name'.Marius Vollmer1-4/+2
2001-05-24* validate.hMichael Livshin1-11/+16
2000-12-08Smob-related creanup.Keisuke Nishida1-9/+8
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-03-31Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann1-3/+4
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-31/+31
1999-12-16* *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1-4/+7
1999-09-12* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1-1/+1
1999-09-12* eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width.Mikael Djurfeldt1-8/+9
1999-07-29* debug.c, debug.h (scm_reverse_lookup): Added.Mikael Djurfeldt1-0/+1
1998-11-10* debug.h (SCM_SET_MACROEXP, SCM_CLEAR_MACROEXP, SCM_MACROEXPP):Mikael Djurfeldt1-8/+9