Age | Commit message (Expand) | Author | Files | Lines |
2014-01-23 | Fix thread-unsafe lazy initializations. | Mark H Weaver | 1 | -9/+11 |
2013-03-05 | Fix thread-unsafe lazy initializations. | Mark H Weaver | 1 | -2/+6 |
2012-01-26 | Implement `local-eval', `local-compile', and `the-environment' | Andy Wingo | 1 | -1/+12 |
2011-05-13 | allow iflags to be constant expressions with typing-strictness==2 | Andy Wingo | 1 | -2/+2 |
2010-11-19 | fix a number of assumptions that a pointer could fit into a long | Andy Wingo | 1 | -1/+1 |
2010-10-01 | scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkage | Andy Wingo | 1 | -0/+33 |
2010-09-24 | remove a number of debug options | Andy Wingo | 1 | -5/+0 |
2010-09-24 | remove evaluator-traps-interface | Andy Wingo | 1 | -38/+0 |
2010-06-01 | Remove unused symbols. | Ludovic Courtès | 1 | -2/+0 |
2010-04-17 | remove program-name, program-documentation | Andy Wingo | 1 | -6/+1 |
2010-03-09 | %start-stack in Scheme, in terms of prompts | Andy Wingo | 1 | -9/+0 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -11/+6 |
2010-01-07 | fix procedure-name on applicable structs | Andy Wingo | 1 | -1/+4 |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -3/+0 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -29/+0 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -1/+1 |
2009-12-03 | remove debug frames | Andy Wingo | 1 | -47/+3 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -280/+30 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -1/+4 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -1/+1 |
2009-11-15 | remove operators | Andy Wingo | 1 | -1/+1 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -0/+1 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+1 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -7/+49 |
2009-06-19 | rename SCM_SNAME to SCM_SUBR_NAME | Andy Wingo | 1 | -1/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-17 | no positions when reading psyntax-pp, validation in @/@@, cleanups | Andy Wingo | 1 | -18/+2 |
2009-04-17 | thread the module through syntax-case's expansion | Andy Wingo | 1 | -0/+31 |
2009-04-03 | no hard-coded stack limitations if the user has getrlimit | Andy Wingo | 1 | -14/+4 |
2009-03-27 | getrlimit-based stack limits | Andy Wingo | 1 | -0/+36 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -18/+10 |
2009-03-17 | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check | Andy Wingo | 1 | -7/+1 |
2009-03-08 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -7/+1 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -7/+1 |
2009-02-02 | tick in calls, procedure-name works on compiled procedures | Andy Wingo | 1 | -0/+3 |
2008-09-30 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -1/+4 |
2008-09-26 | actually compile start-stack to something useful | Andy Wingo | 1 | -18/+5 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -4/+7 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -1/+0 |
2008-09-02 | Fix compilation #ifndef STACK_CHECKING. | Andy Wingo | 1 | -0/+2 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -1/+4 |
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 1 | -3/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -3/+3 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-24 | (scm_make_memoized): Restore use of SCM_UNPACK. | Neil Jerram | 1 | -1/+1 |
2005-03-23 | (scm_make_memoized): Remove unnecessary critical | Neil Jerram | 1 | -6/+1 |