summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-4/+4
* display-{application,-backtrace} delegate to Scheme...Andy Wingo2016-04-041-324/+50
* Merge branch 'stable-2.0'...Mark 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 closures...Andy 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 argument...Andy Wingo2012-01-081-0/+13
* | locking for putc, puts...Andy Wingo2011-11-081-16/+16
* | threadsafe access to scm_ptobs...Andy Wingo2011-11-071-1/+1
* | add SCM_{PACK,UNPACK}_POINTER...Andy Wingo2011-10-241-2/+2
|/
* fix code that causes warnings on gcc 4.6...Andy 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 works...Andy Wingo2011-02-111-2/+3
* scm_display_error_message, display-error use print-exception...Andy Wingo2011-02-111-191/+19
* print-exception gets a c binding...Andy Wingo2011-02-111-0/+38
* fix a couple of (system vm frame) accesses on boot errors...Andy Wingo2011-02-091-2/+3
* display-error takes a frame, shows source if possible...Andy Wingo2010-07-151-9/+49
* deprecate the-last-stack...Andy 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 frames...Andy Wingo2009-12-031-101/+40
* gut the backtrace implementation for memoized code...Andy Wingo2009-12-011-68/+8
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* propagate much more source info through compilation...Andy 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.c...Han-Wen Nienhuys2007-01-221-0/+1
* (scm_display_backtrace_with_highlights): Minor...Neil 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 the...Marius Vollmer2004-11-021-2/+1
* (display_frame_expr): Do not remove control characters from the final...Marius Vollmer2004-09-291-22/+1
* Docstring fixes.Marius Vollmer2004-09-231-2/+7
* (scm_display_backtrace_with_highlights,...Marius Vollmer2004-09-231-10/+35
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-14/+20
* * socket.c, rw.c, deprecated.h, validate.h...Marius Vollmer2004-08-121-4/+8
* * backtrace.c: Replaced SCM_STRINGP with scm_is_string....Marius Vollmer2004-08-101-6/+9
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into...Marius Vollmer2004-07-271-4/+4
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-15/+13
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,...Marius Vollmer2004-07-101-3/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-6/+6
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-14/+14
* * backtrace.c (display_expression, display_frame): Call...Dirk Herrmann2004-06-271-3/+3
* (display_frame_expr),...Kevin Ryde2004-04-271-2/+2
* Introduce scm_debug_mode_p as a replacement for scm_debug_mode and...Dirk Herrmann2004-03-291-1/+1
* * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT....Han-Wen Nienhuys2004-03-281-3/+3