| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2012-01-10 | 1 | -0/+13 |
|\ |
|
| * | allow scm_display_error to use a stack as the first argument | Andy Wingo | 2012-01-08 | 1 | -0/+13 |
* | | locking for putc, puts | Andy Wingo | 2011-11-08 | 1 | -16/+16 |
* | | threadsafe access to scm_ptobs | Andy Wingo | 2011-11-07 | 1 | -1/+1 |
* | | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 2011-10-24 | 1 | -2/+2 |
|/ |
|
* | fix code that causes warnings on gcc 4.6 | Andy Wingo | 2011-03-17 | 1 | -4/+1 |
* | Let `scm_mkstrport' allocate buffers on the caller's behalf. | Ludovic Courtès | 2011-03-06 | 1 | -5/+2 |
* | pre-boot lookup of print-exception works | Andy Wingo | 2011-02-11 | 1 | -2/+3 |
* | scm_display_error_message, display-error use print-exception | Andy Wingo | 2011-02-11 | 1 | -191/+19 |
* | print-exception gets a c binding | Andy Wingo | 2011-02-11 | 1 | -0/+38 |
* | fix a couple of (system vm frame) accesses on boot errors | Andy Wingo | 2011-02-09 | 1 | -2/+3 |
* | display-error takes a frame, shows source if possible | Andy Wingo | 2010-07-15 | 1 | -9/+49 |
* | deprecate the-last-stack | Andy Wingo | 2010-06-19 | 1 | -36/+12 |
* | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 2010-04-09 | 1 | -2/+1 |
* | Remove unneeded #include <assert.h>. | Ludovic Courtès | 2009-12-15 | 1 | -1/+0 |
* | replace frame implementation with VM frames | Andy Wingo | 2009-12-03 | 1 | -101/+40 |
* | gut the backtrace implementation for memoized code | Andy Wingo | 2009-12-01 | 1 | -68/+8 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | propagate much more source info through compilation | Andy Wingo | 2009-02-10 | 1 | -7/+7 |
* | backtrace.c: allow vectors for SCM_FRAME_SOURCE (frame) | Andy Wingo | 2008-12-26 | 1 | -2/+15 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 2007-01-22 | 1 | -0/+1 |
* | (scm_display_backtrace_with_highlights): Minor | Neil Jerram | 2006-08-28 | 1 | -9/+9 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -7/+8 |
* | (scm_display_backtrace_with_highlights): Join the | Marius Vollmer | 2004-11-02 | 1 | -2/+1 |
* | (display_frame_expr): Do not remove control characters from the final | Marius Vollmer | 2004-09-29 | 1 | -22/+1 |
* | Docstring fixes. | Marius Vollmer | 2004-09-23 | 1 | -2/+7 |
* | (scm_display_backtrace_with_highlights, | Marius Vollmer | 2004-09-23 | 1 | -10/+35 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -3/+3 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -14/+20 |
* | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 2004-08-12 | 1 | -4/+8 |
* | * backtrace.c: Replaced SCM_STRINGP with scm_is_string. | Marius Vollmer | 2004-08-10 | 1 | -6/+9 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -4/+4 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -15/+13 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -3/+1 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -6/+6 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -14/+14 |
* | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 2004-06-27 | 1 | -3/+3 |
* | (display_frame_expr), | Kevin Ryde | 2004-04-27 | 1 | -2/+2 |
* | Introduce scm_debug_mode_p as a replacement for scm_debug_mode and | Dirk Herrmann | 2004-03-29 | 1 | -1/+1 |
* | * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT. | Han-Wen Nienhuys | 2004-03-28 | 1 | -3/+3 |
* | * backtrace.c (scm_display_error_message): Introduced fancy | Mikael Djurfeldt | 2003-05-12 | 1 | -14/+75 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -38/+11 |
* | * backtrace.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -1/+3 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -7/+7 |
* | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c | Dirk Herrmann | 2002-06-30 | 1 | -2/+0 |
* | Small docstring fixes. | Neil Jerram | 2002-03-15 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |