Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -18/+19 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -8/+8 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -25/+25 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Remove modules.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Devolve variable.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -12/+14 |
2017-05-22 | Remove all deprecated code | Andy Wingo | 1 | -13/+0 |
2016-04-26 | Remove scm_puts_unlocked. | Andy Wingo | 1 | -4/+4 |
2016-04-04 | display-{application,-backtrace} delegate to Scheme | Andy Wingo | 1 | -324/+50 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -3/+2 |
2014-04-16 | Better backtraces from C, especially for optimized closures | Andy Wingo | 1 | -9/+2 |
2014-02-27 | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 1 | -3/+2 |
2014-02-07 | Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9' | Andy Wingo | 1 | -7/+13 |
2014-01-23 | Fix thread-unsafe lazy initializations. | Mark H Weaver | 1 | -7/+13 |
2012-01-10 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+13 |
2012-01-08 | allow scm_display_error to use a stack as the first argument | Andy Wingo | 1 | -0/+13 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -16/+16 |
2011-11-07 | threadsafe access to scm_ptobs | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -2/+2 |
2011-03-17 | fix code that causes warnings on gcc 4.6 | Andy Wingo | 1 | -4/+1 |
2011-03-06 | Let `scm_mkstrport' allocate buffers on the caller's behalf. | Ludovic Courtès | 1 | -5/+2 |
2011-02-11 | pre-boot lookup of print-exception works | Andy Wingo | 1 | -2/+3 |
2011-02-11 | scm_display_error_message, display-error use print-exception | Andy Wingo | 1 | -191/+19 |
2011-02-11 | print-exception gets a c binding | Andy Wingo | 1 | -0/+38 |
2011-02-09 | fix a couple of (system vm frame) accesses on boot errors | Andy Wingo | 1 | -2/+3 |
2010-07-15 | display-error takes a frame, shows source if possible | Andy Wingo | 1 | -9/+49 |
2010-06-19 | deprecate the-last-stack | Andy Wingo | 1 | -36/+12 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2009-12-15 | Remove unneeded #include <assert.h>. | Ludovic Courtès | 1 | -1/+0 |
2009-12-03 | replace frame implementation with VM frames | Andy Wingo | 1 | -101/+40 |
2009-12-01 | gut the backtrace implementation for memoized code | Andy Wingo | 1 | -68/+8 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-02-10 | propagate much more source info through compilation | Andy Wingo | 1 | -7/+7 |
2008-12-26 | backtrace.c: allow vectors for SCM_FRAME_SOURCE (frame) | Andy Wingo | 1 | -2/+15 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+1 |
2006-08-28 | (scm_display_backtrace_with_highlights): Minor | Neil Jerram | 1 | -9/+9 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -7/+8 |
2004-11-02 | (scm_display_backtrace_with_highlights): Join the | Marius Vollmer | 1 | -2/+1 |