summaryrefslogtreecommitdiff
path: root/libguile/debug.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-18/+19
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-17/+17
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-30/+30
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve variable.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-17Remove errno.h include from _scm.h.Andy Wingo1-1/+4
2016-11-21Deprecate dynamic rootsAndy Wingo1-1/+0
2016-11-01Remove critical section in scm_debug_optionsAndy Wingo1-4/+0
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-1/+16
2014-07-03Provide a more reasonable default value for stack limit on MS-Windows.Eli Zaretskii1-1/+16
2014-02-07Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'Andy Wingo1-9/+11
2014-01-23Fix thread-unsafe lazy initializations.Mark H Weaver1-9/+11
2013-06-09move procedure-name and procedure-source to procprop.cAndy Wingo1-40/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-2/+6
2013-03-05Fix thread-unsafe lazy initializations.Mark H Weaver1-2/+6
2012-01-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+12
2012-01-26Implement `local-eval', `local-compile', and `the-environment'Andy Wingo1-1/+12
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