Age | Commit message (Expand) | Author | Files | Lines |
2013-06-09 | move procedure-name and procedure-source to procprop.c | Andy Wingo | 1 | -3/+1 |
2012-01-30 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+3 |
2012-01-26 | Implement `local-eval', `local-compile', and `the-environment' | Andy Wingo | 1 | -1/+3 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -13/+1 |
2010-09-24 | remove evaluator-traps-interface | Andy Wingo | 1 | -2/+0 |
2010-03-09 | %start-stack in Scheme, in terms of prompts | Andy Wingo | 1 | -2/+1 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -1/+0 |
2009-12-03 | remove debug frames | Andy Wingo | 1 | -67/+0 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -40/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-17 | thread the module through syntax-case's expansion | Andy Wingo | 1 | -0/+1 |
2008-09-26 | actually compile start-stack to something useful | Andy Wingo | 1 | -1/+1 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -3/+3 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -17/+1 |
2007-01-19 | * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if | Han-Wen Nienhuys | 1 | -1/+4 |
2005-11-04 | * eval.c (sym_instead): New symbol. | Neil Jerram | 1 | -1/+0 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-11 | * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option. | Marius Vollmer | 1 | -1/+2 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2004-06-27 | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 1 | -1/+2 |
2004-03-29 | Introduce scm_debug_mode_p as a replacement for scm_debug_mode and | Dirk Herrmann | 1 | -8/+10 |
2003-06-04 | * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT, | Dirk Herrmann | 1 | -2/+0 |
2003-04-07 | * debug.h: change "id" arg name to "info_id" to avoid objective-c | Rob Browning | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -38/+11 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -4/+0 |
2002-03-25 | * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and | Dirk Herrmann | 1 | -9/+12 |
2002-03-24 | * debug.h (scm_ready_p, debug_print): Removed declarations. | Dirk Herrmann | 1 | -2/+0 |
2002-03-08 | * Fix bug caused by frame size overflowing its field. | Neil Jerram | 1 | -1/+1 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -32/+34 |
2001-08-31 | * Remove deprecated macros and typenames. | Dirk Herrmann | 1 | -14/+9 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -2/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | * Handle evaluator traps by calling trap handlers directly rather than | Neil Jerram | 1 | -4/+6 |
2001-06-25 | * Fix signedness plus some minor improvements. | Dirk Herrmann | 1 | -6/+8 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -14/+14 |
2001-05-30 | 2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> | Martin Grabmüller | 1 | -1/+0 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -1/+1 |
2001-05-25 | * eval.c (scm_debug_opts): New option `show-file-name'. | Marius Vollmer | 1 | -4/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -11/+16 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -9/+8 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-31 | Some more SCM/scm_bits_t and SCM-is-union issues. | Dirk Herrmann | 1 | -3/+4 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -31/+31 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -4/+7 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |
1999-09-12 | * eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width. | Mikael Djurfeldt | 1 | -8/+9 |
1999-07-29 | * debug.c, debug.h (scm_reverse_lookup): Added. | Mikael Djurfeldt | 1 | -0/+1 |
1998-11-10 | * debug.h (SCM_SET_MACROEXP, SCM_CLEAR_MACROEXP, SCM_MACROEXPP): | Mikael Djurfeldt | 1 | -8/+9 |
1998-11-09 | * debug.h (SCM_MACROFRAME, SCM_MACROFRAMEP): New frame type. | Mikael Djurfeldt | 1 | -2/+5 |