summaryrefslogtreecommitdiff
path: root/libguile/debug.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24add SCM_HEAP_OBJECT_PAndy Wingo1-9/+2
2011-05-15remove #define STACK_CHECKING from __scm.h.Andy Wingo1-2/+0
2011-05-13allow iflags to be constant expressions with typing-strictness==2Andy Wingo1-2/+2
2010-11-19fix a number of assumptions that a pointer could fit into a longAndy Wingo1-1/+1
2010-10-01scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkageAndy Wingo1-0/+33
2010-09-24remove a number of debug optionsAndy Wingo1-5/+0
2010-09-24remove evaluator-traps-interfaceAndy Wingo1-38/+0
2010-06-01Remove unused symbols.Ludovic Courtès1-2/+0
2010-04-17remove program-name, program-documentationAndy Wingo1-6/+1
2010-03-09%start-stack in Scheme, in terms of promptsAndy Wingo1-9/+0
2010-01-07remove scm_tc7_gsubrAndy Wingo1-11/+6
2010-01-07fix procedure-name on applicable structsAndy Wingo1-1/+4
2009-12-07procedures-with-setters implemented in terms of structsAndy Wingo1-3/+0
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-29/+0
2009-12-04remove cxrsAndy Wingo1-1/+1
2009-12-03remove debug framesAndy Wingo1-47/+3
2009-12-01new evaluator, y'allAndy Wingo1-280/+30
2009-11-26a very big commit cleaning up structs & goops. also applicable structs.Andy Wingo1-1/+4
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-1/+0
2009-11-15remove support for "entities" -- a form of applicable structAndy Wingo1-1/+1
2009-11-15remove operatorsAndy Wingo1-1/+1
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+1
2009-08-20programs have their own tc7 nowAndy Wingo1-0/+1
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-7/+49
2009-06-19rename SCM_SNAME to SCM_SUBR_NAMEAndy Wingo1-1/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-04-17no positions when reading psyntax-pp, validation in @/@@, cleanupsAndy Wingo1-18/+2
2009-04-17thread the module through syntax-case's expansionAndy Wingo1-0/+31
2009-04-03no hard-coded stack limitations if the user has getrlimitAndy Wingo1-14/+4
2009-03-27getrlimit-based stack limitsAndy Wingo1-0/+36
2009-03-22Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-18/+10
2009-03-17Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo1-7/+1
2009-03-08Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-7/+1
2009-03-02Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès1-7/+1
2009-02-02tick in calls, procedure-name works on compiled proceduresAndy Wingo1-0/+3
2008-09-30Merge commit 'origin/master' into vmAndy Wingo1-1/+4
2008-09-26actually compile start-stack to something usefulAndy Wingo1-18/+5
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2008-09-10Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès1-4/+7
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-1/+0
2008-09-02Fix compilation #ifndef STACK_CHECKING.Andy Wingo1-0/+2
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-1/+4
2007-01-19* readline.c: terminate option list with NULL.Han-Wen Nienhuys1-3/+3
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-3/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-24(scm_make_memoized): Restore use of SCM_UNPACK.Neil Jerram1-1/+1
2005-03-23(scm_make_memoized): Remove unnecessary criticalNeil Jerram1-6/+1
2005-03-07(scm_debug_options): Replace SCM_CRITICAL_SECTION_START/END with aMarius Vollmer1-2/+7