summaryrefslogtreecommitdiff
path: root/libguile/backtrace.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-8/+8
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-25/+25
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* 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 numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-12/+14
* Remove all deprecated codeAndy Wingo2017-05-221-13/+0
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-4/+4
* display-{application,-backtrace} delegate to SchemeAndy Wingo2016-04-041-324/+50
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-3/+2
|\
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+2
* | Better backtraces from C, especially for optimized closuresAndy Wingo2014-04-161-9/+2
* | Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'Andy Wingo2014-02-071-7/+13
|\ \ | |/
| * Fix thread-unsafe lazy initializations.Mark H Weaver2014-01-231-7/+13
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-0/+13
|\ \ | |/
| * allow scm_display_error to use a stack as the first argumentAndy Wingo2012-01-081-0/+13
* | locking for putc, putsAndy Wingo2011-11-081-16/+16
* | threadsafe access to scm_ptobsAndy Wingo2011-11-071-1/+1
* | add SCM_{PACK,UNPACK}_POINTERAndy Wingo2011-10-241-2/+2
|/
* fix code that causes warnings on gcc 4.6Andy Wingo2011-03-171-4/+1
* Let `scm_mkstrport' allocate buffers on the caller's behalf.Ludovic Courtès2011-03-061-5/+2
* pre-boot lookup of print-exception worksAndy Wingo2011-02-111-2/+3
* scm_display_error_message, display-error use print-exceptionAndy Wingo2011-02-111-191/+19
* print-exception gets a c bindingAndy Wingo2011-02-111-0/+38
* fix a couple of (system vm frame) accesses on boot errorsAndy Wingo2011-02-091-2/+3
* display-error takes a frame, shows source if possibleAndy Wingo2010-07-151-9/+49
* deprecate the-last-stackAndy Wingo2010-06-191-36/+12
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-2/+1
* Remove unneeded #include <assert.h>.Ludovic Courtès2009-12-151-1/+0
* replace frame implementation with VM framesAndy Wingo2009-12-031-101/+40
* gut the backtrace implementation for memoized codeAndy Wingo2009-12-011-68/+8
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* propagate much more source info through compilationAndy Wingo2009-02-101-7/+7
* backtrace.c: allow vectors for SCM_FRAME_SOURCE (frame)Andy Wingo2008-12-261-2/+15
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+1
* (scm_display_backtrace_with_highlights): MinorNeil Jerram2006-08-281-9/+9
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-7/+8
* (scm_display_backtrace_with_highlights): Join theMarius Vollmer2004-11-021-2/+1