summaryrefslogtreecommitdiff
path: root/libguile/backtrace.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-8/+8
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-25/+25
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-0/+1
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
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-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-12/+14
2017-05-22Remove all deprecated codeAndy Wingo1-13/+0
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-4/+4
2016-04-04display-{application,-backtrace} delegate to SchemeAndy Wingo1-324/+50
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-3/+2
2014-04-16Better backtraces from C, especially for optimized closuresAndy Wingo1-9/+2
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+2
2014-02-07Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'Andy Wingo1-7/+13
2014-01-23Fix thread-unsafe lazy initializations.Mark H Weaver1-7/+13
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+13
2012-01-08allow scm_display_error to use a stack as the first argumentAndy Wingo1-0/+13
2011-11-08locking for putc, putsAndy Wingo1-16/+16
2011-11-07threadsafe access to scm_ptobsAndy Wingo1-1/+1
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-2/+2
2011-03-17fix code that causes warnings on gcc 4.6Andy Wingo1-4/+1
2011-03-06Let `scm_mkstrport' allocate buffers on the caller's behalf.Ludovic Courtès1-5/+2
2011-02-11pre-boot lookup of print-exception worksAndy Wingo1-2/+3
2011-02-11scm_display_error_message, display-error use print-exceptionAndy Wingo1-191/+19
2011-02-11print-exception gets a c bindingAndy Wingo1-0/+38
2011-02-09fix a couple of (system vm frame) accesses on boot errorsAndy Wingo1-2/+3
2010-07-15display-error takes a frame, shows source if possibleAndy Wingo1-9/+49
2010-06-19deprecate the-last-stackAndy Wingo1-36/+12
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2009-12-15Remove unneeded #include <assert.h>.Ludovic Courtès1-1/+0
2009-12-03replace frame implementation with VM framesAndy Wingo1-101/+40
2009-12-01gut the backtrace implementation for memoized codeAndy Wingo1-68/+8
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-02-10propagate much more source info through compilationAndy Wingo1-7/+7
2008-12-26backtrace.c: allow vectors for SCM_FRAME_SOURCE (frame)Andy Wingo1-2/+15
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-0/+1
2006-08-28(scm_display_backtrace_with_highlights): MinorNeil Jerram1-9/+9
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-7/+8
2004-11-02(scm_display_backtrace_with_highlights): Join theMarius Vollmer1-2/+1