summaryrefslogtreecommitdiff
path: root/libguile/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused union scm_t_debug_info...Andy Wingo2015-01-231-13/+1
* move procedure-name and procedure-source to procprop.c...Andy Wingo2013-06-091-3/+1
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-01-301-1/+3
|\
| * Implement `local-eval', `local-compile', and `the-environment'...Andy Wingo2012-01-261-1/+3
* | remove all deprecated code...Andy Wingo2011-05-121-13/+1
|/
* remove evaluator-traps-interface...Andy Wingo2010-09-241-2/+0
* %start-stack in Scheme, in terms of prompts...Andy Wingo2010-03-091-2/+1
* eval.c closures are now applicable smobs, not tc3s...Andy Wingo2009-12-041-1/+0
* remove debug frames...Andy Wingo2009-12-031-67/+0
* new evaluator, y'all...Andy Wingo2009-12-011-40/+1
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* thread the module through syntax-case's expansion...Andy Wingo2009-04-171-0/+1
* actually compile start-stack to something useful...Andy Wingo2008-09-261-1/+1
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-3/+3
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c...Han-Wen Nienhuys2007-01-221-17/+1
* * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if...Han-Wen Nienhuys2007-01-191-1/+4
* * eval.c (sym_instead): New symbol....Neil Jerram2005-11-041-1/+0
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option....Marius Vollmer2005-01-111-1/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-3/+3
* * backtrace.c (display_expression, display_frame): Call...Dirk Herrmann2004-06-271-1/+2
* Introduce scm_debug_mode_p as a replacement for scm_debug_mode and...Dirk Herrmann2004-03-291-8/+10
* * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,...Dirk Herrmann2003-06-041-2/+0
* * debug.h: change "id" arg name to "info_id" to avoid objective-c...Rob Browning2003-04-071-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define when...Marius Vollmer2002-11-031-4/+0
* * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and...Dirk Herrmann2002-03-251-9/+12
* * debug.h (scm_ready_p, debug_print): Removed declarations....Dirk Herrmann2002-03-241-2/+0
* * Fix bug caused by frame size overflowing its field.Neil Jerram2002-03-081-1/+1
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-32/+34
* * Remove deprecated macros and typenames....Dirk Herrmann2001-08-311-14/+9
* * tags.h: Update tag system docs....Marius Vollmer2001-07-261-2/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Handle evaluator traps by calling trap handlers directly rather than...Neil Jerram2001-06-261-4/+6
* * Fix signedness plus some minor improvements.Dirk Herrmann2001-06-251-6/+8
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-14/+14
* 2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>...Martin Grabmüller2001-05-301-1/+0
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * eval.c (scm_debug_opts): New option `show-file-name'....Marius Vollmer2001-05-251-4/+2
* * validate.h...Michael Livshin2001-05-241-11/+16
* Smob-related creanup.Keisuke Nishida2000-12-081-9/+8
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann2000-03-311-3/+4
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-31/+31
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros....Greg J. Badros1999-12-161-4/+7
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,...Mikael Djurfeldt1999-09-121-1/+1
* * eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width.Mikael Djurfeldt1999-09-121-8/+9
* * debug.c, debug.h (scm_reverse_lookup): Added....Mikael Djurfeldt1999-07-291-0/+1
* * debug.h (SCM_SET_MACROEXP, SCM_CLEAR_MACROEXP, SCM_MACROEXPP):...Mikael Djurfeldt1998-11-101-8/+9