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