summaryrefslogtreecommitdiff
path: root/libguile/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Remove critical section in scm_debug_options...Andy 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.c...Andy 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_P...Andy 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==2...Andy Wingo2011-05-131-2/+2
* fix a number of assumptions that a pointer could fit into a long...Andy Wingo2010-11-191-1/+1
* scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkage...Andy Wingo2010-10-011-0/+33
* remove a number of debug options...Andy Wingo2010-09-241-5/+0
* remove evaluator-traps-interface...Andy Wingo2010-09-241-38/+0
* Remove unused symbols....Ludovic Courtès2010-06-011-2/+0
* remove program-name, program-documentation...Andy Wingo2010-04-171-6/+1
* %start-stack in Scheme, in terms of prompts...Andy Wingo2010-03-091-9/+0
* remove scm_tc7_gsubr...Andy Wingo2010-01-071-11/+6
* fix procedure-name on applicable structs...Andy Wingo2010-01-071-1/+4
* procedures-with-setters implemented in terms of structs...Andy Wingo2009-12-071-3/+0
* eval.c closures are now applicable smobs, not tc3s...Andy Wingo2009-12-041-29/+0
* remove cxrs...Andy Wingo2009-12-041-1/+1
* remove debug frames...Andy Wingo2009-12-031-47/+3
* new evaluator, y'all...Andy 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 struct...Andy Wingo2009-11-151-1/+1
* remove operatorsAndy Wingo2009-11-151-1/+1
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-281-0/+1
|\
| * programs have their own tc7 now...Andy Wingo2009-08-201-0/+1
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-7/+49
|\|
| * rename SCM_SNAME to SCM_SUBR_NAME...Andy Wingo2009-06-191-1/+1
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
| * no positions when reading psyntax-pp, validation in @/@@, cleanups...Andy Wingo2009-04-171-18/+2
| * thread the module through syntax-case's expansion...Andy Wingo2009-04-171-0/+31
| * no hard-coded stack limitations if the user has getrlimit...Andy Wingo2009-04-031-14/+4
| * getrlimit-based stack limits...Andy Wingo2009-03-271-0/+36
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-03-221-18/+10
|\|
| * Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check...Andy Wingo2009-03-171-7/+1
| |\
| * | tick in calls, procedure-name works on compiled procedures...Andy Wingo2009-02-021-0/+3
| * | Merge commit 'origin/master' into vm...Andy Wingo2008-09-301-1/+4
| |\ \
| * | | actually compile start-stack to something useful...Andy Wingo2008-09-261-18/+5
| * | | Fix compilation #ifndef STACK_CHECKING....Andy Wingo2008-09-021-0/+2
* | | | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-03-081-7/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove "compiled closures" ("cclos") in favor of a simpler mechanism....Ludovic Courtès2009-03-021-7/+1
| | |/ | |/|
* | | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-131-1/+4
|\| |