summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (display_frame_expr): Do not remove control characters from the finalMarius 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.hMarius 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 intoMarius 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 toMarius 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): CallDirk 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 andDirk 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
* * backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt2003-05-121-14/+75
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* * backtrace.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-1/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-7/+7
* * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann2002-06-301-2/+0
* Small docstring fixes.Neil Jerram2002-03-151-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0