summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-29(display_frame_expr): Do not remove control characters from the finalMarius Vollmer1-22/+1
2004-09-23Docstring fixes.Marius Vollmer1-2/+7
2004-09-23(scm_display_backtrace_with_highlights,Marius Vollmer1-10/+35
2004-09-22*** empty log message ***Marius Vollmer1-3/+3
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-14/+20
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-4/+8
2004-08-10* backtrace.c: Replaced SCM_STRINGP with scm_is_string.Marius Vollmer1-6/+9
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-4/+4
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-15/+13
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-3/+1
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-6/+6
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-14/+14
2004-06-27 * backtrace.c (display_expression, display_frame): CallDirk Herrmann1-3/+3
2004-04-27(display_frame_expr),Kevin Ryde1-2/+2
2004-03-29 Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann1-1/+1
2004-03-28* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT.Han-Wen Nienhuys1-3/+3
2003-05-12* backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt1-14/+75
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+11
2003-03-25* backtrace.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-1/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-7/+7
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-2/+0
2002-03-15Small docstring fixes.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-3/+2
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+1
2001-10-13(display_backtrace_file_and_line): Only use scm_basename when POSIXMarius Vollmer1-0/+4
2001-09-13* Fixed some typing bugs. Thanks to Rob Browning.Dirk Herrmann1-7/+7
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-0/+1
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+3
2001-06-23* Various minor improvements, for example signedness fixes.Dirk Herrmann1-15/+11
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-5/+5
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-2/+2
2001-05-25Include "libguile/filesys.h".Marius Vollmer1-4/+96
2001-05-24* validate.hMichael Livshin1-1/+1