summaryrefslogtreecommitdiff
path: root/libguile/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+1
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-4/+2
* Remove unused union scm_t_debug_infoAndy Wingo2015-01-231-13/+1
* move procedure-name and procedure-source to procprop.cAndy 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 codeAndy Wingo2011-05-121-13/+1
|/
* remove evaluator-traps-interfaceAndy Wingo2010-09-241-2/+0
* %start-stack in Scheme, in terms of promptsAndy Wingo2010-03-091-2/+1
* eval.c closures are now applicable smobs, not tc3sAndy Wingo2009-12-041-1/+0
* remove debug framesAndy Wingo2009-12-031-67/+0
* new evaluator, y'allAndy Wingo2009-12-011-40/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* thread the module through syntax-case's expansionAndy Wingo2009-04-171-0/+1
* actually compile start-stack to something usefulAndy 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.cHan-Wen Nienhuys2007-01-221-17/+1
* * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging ifHan-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): CallDirk Herrmann2004-06-271-1/+2
* Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk 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-cRob 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 whenMarius Vollmer2002-11-031-4/+0
* * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY andDirk 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 thanNeil 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.hMichael 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 GNUMichael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-31/+31