summaryrefslogtreecommitdiff
path: root/libguile/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-18/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-17/+17
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-30/+30
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Remove errno.h include from _scm.h.Andy Wingo2018-06-171-1/+4
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Remove critical section in scm_debug_optionsAndy Wingo2016-11-011-4/+0
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-1/+16
|\
| * Provide a more reasonable default value for stack limit on MS-Windows.Eli Zaretskii2014-07-031-1/+16
* | Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'Andy Wingo2014-02-071-9/+11
|\ \ | |/
| * Fix thread-unsafe lazy initializations.Mark H Weaver2014-01-231-9/+11
* | move procedure-name and procedure-source to procprop.cAndy Wingo2013-06-091-40/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-2/+6
|\ \ | |/
| * Fix thread-unsafe lazy initializations.Mark H Weaver2013-03-051-2/+6
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-301-1/+12
|\ \ | |/
| * Implement `local-eval', `local-compile', and `the-environment'Andy Wingo2012-01-261-1/+12
* | add SCM_HEAP_OBJECT_PAndy Wingo2011-10-241-9/+2
* | remove #define STACK_CHECKING from __scm.h.Andy Wingo2011-05-151-2/+0
|/
* allow iflags to be constant expressions with typing-strictness==2Andy Wingo2011-05-131-2/+2
* fix a number of assumptions that a pointer could fit into a longAndy Wingo2010-11-191-1/+1
* scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkageAndy Wingo2010-10-011-0/+33
* remove a number of debug optionsAndy Wingo2010-09-241-5/+0
* remove evaluator-traps-interfaceAndy Wingo2010-09-241-38/+0
* Remove unused symbols.Ludovic Courtès2010-06-011-2/+0
* remove program-name, program-documentationAndy Wingo2010-04-171-6/+1
* %start-stack in Scheme, in terms of promptsAndy Wingo2010-03-091-9/+0
* remove scm_tc7_gsubrAndy Wingo2010-01-071-11/+6
* fix procedure-name on applicable structsAndy Wingo2010-01-071-1/+4
* procedures-with-setters implemented in terms of structsAndy Wingo2009-12-071-3/+0
* eval.c closures are now applicable smobs, not tc3sAndy Wingo2009-12-041-29/+0
* remove cxrsAndy Wingo2009-12-041-1/+1
* remove debug framesAndy Wingo2009-12-031-47/+3
* new evaluator, y'allAndy Wingo2009-12-011-280/+30
* a very big commit cleaning up structs & goops. also applicable structs.Andy Wingo2009-11-261-1/+4
* fold objects.[ch] into goops.[ch]Andy Wingo2009-11-151-1/+0
* remove support for "entities" -- a form of applicable structAndy Wingo2009-11-151-1/+1
* remove operatorsAndy Wingo2009-11-151-1/+1
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-0/+1
|\
| * programs have their own tc7 nowAndy Wingo2009-08-201-0/+1
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-7/+49
|\ \ | |/
| * rename SCM_SNAME to SCM_SUBR_NAMEAndy Wingo2009-06-191-1/+1
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
| * no positions when reading psyntax-pp, validation in @/@@, cleanupssyncaseAndy Wingo2009-04-171-18/+2
| * thread the module through syntax-case's expansionAndy Wingo2009-04-171-0/+31