| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Remove critical section in scm_debug_options... | Andy Wingo | 2016-11-01 | 1 | -4/+0 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-09-30 | 1 | -1/+16 |
|\ |
|
| * | Provide a more reasonable default value for stack limit on MS-Windows.... | Eli Zaretskii | 2014-07-03 | 1 | -1/+16 |
* | | Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'... | Andy Wingo | 2014-02-07 | 1 | -9/+11 |
|\| |
|
| * | Fix thread-unsafe lazy initializations.... | Mark H Weaver | 2014-01-23 | 1 | -9/+11 |
* | | move procedure-name and procedure-source to procprop.c... | Andy Wingo | 2013-06-09 | 1 | -40/+1 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-03-28 | 1 | -2/+6 |
|\| |
|
| * | Fix thread-unsafe lazy initializations.... | Mark H Weaver | 2013-03-05 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-01-30 | 1 | -1/+12 |
|\| |
|
| * | Implement `local-eval', `local-compile', and `the-environment'... | Andy Wingo | 2012-01-26 | 1 | -1/+12 |
* | | add SCM_HEAP_OBJECT_P... | Andy Wingo | 2011-10-24 | 1 | -9/+2 |
* | | remove #define STACK_CHECKING from __scm.h.... | Andy Wingo | 2011-05-15 | 1 | -2/+0 |
|/ |
|
* | allow iflags to be constant expressions with typing-strictness==2... | Andy Wingo | 2011-05-13 | 1 | -2/+2 |
* | fix a number of assumptions that a pointer could fit into a long... | Andy Wingo | 2010-11-19 | 1 | -1/+1 |
* | scm_debug_opts to debug.c, backtrace on by default, scm_*_opts internal linkage... | Andy Wingo | 2010-10-01 | 1 | -0/+33 |
* | remove a number of debug options... | Andy Wingo | 2010-09-24 | 1 | -5/+0 |
* | remove evaluator-traps-interface... | Andy Wingo | 2010-09-24 | 1 | -38/+0 |
* | Remove unused symbols.... | Ludovic Courtès | 2010-06-01 | 1 | -2/+0 |
* | remove program-name, program-documentation... | Andy Wingo | 2010-04-17 | 1 | -6/+1 |
* | %start-stack in Scheme, in terms of prompts... | Andy Wingo | 2010-03-09 | 1 | -9/+0 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -11/+6 |
* | fix procedure-name on applicable structs... | Andy Wingo | 2010-01-07 | 1 | -1/+4 |
* | procedures-with-setters implemented in terms of structs... | Andy Wingo | 2009-12-07 | 1 | -3/+0 |
* | eval.c closures are now applicable smobs, not tc3s... | Andy Wingo | 2009-12-04 | 1 | -29/+0 |
* | remove cxrs... | Andy Wingo | 2009-12-04 | 1 | -1/+1 |
* | remove debug frames... | Andy Wingo | 2009-12-03 | 1 | -47/+3 |
* | new evaluator, y'all... | Andy Wingo | 2009-12-01 | 1 | -280/+30 |
* | a very big commit cleaning up structs & goops. also applicable structs.... | Andy Wingo | 2009-11-26 | 1 | -1/+4 |
* | fold objects.[ch] into goops.[ch]... | Andy Wingo | 2009-11-15 | 1 | -1/+0 |
* | remove support for "entities" -- a form of applicable struct... | Andy Wingo | 2009-11-15 | 1 | -1/+1 |
* | remove operators | Andy Wingo | 2009-11-15 | 1 | -1/+1 |
* | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-28 | 1 | -0/+1 |
|\ |
|
| * | programs have their own tc7 now... | Andy Wingo | 2009-08-20 | 1 | -0/+1 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-18 | 1 | -7/+49 |
|\| |
|
| * | rename SCM_SNAME to SCM_SUBR_NAME... | Andy Wingo | 2009-06-19 | 1 | -1/+1 |
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
| * | no positions when reading psyntax-pp, validation in @/@@, cleanups... | Andy Wingo | 2009-04-17 | 1 | -18/+2 |
| * | thread the module through syntax-case's expansion... | Andy Wingo | 2009-04-17 | 1 | -0/+31 |
| * | no hard-coded stack limitations if the user has getrlimit... | Andy Wingo | 2009-04-03 | 1 | -14/+4 |
| * | getrlimit-based stack limits... | Andy Wingo | 2009-03-27 | 1 | -0/+36 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-03-22 | 1 | -18/+10 |
|\| |
|
| * | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check... | Andy Wingo | 2009-03-17 | 1 | -7/+1 |
| |\ |
|
| * | | tick in calls, procedure-name works on compiled procedures... | Andy Wingo | 2009-02-02 | 1 | -0/+3 |
| * | | Merge commit 'origin/master' into vm... | Andy Wingo | 2008-09-30 | 1 | -1/+4 |
| |\ \ |
|
| * | | | actually compile start-stack to something useful... | Andy Wingo | 2008-09-26 | 1 | -18/+5 |
| * | | | Fix compilation #ifndef STACK_CHECKING.... | Andy Wingo | 2008-09-02 | 1 | -0/+2 |
* | | | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-03-08 | 1 | -7/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Remove "compiled closures" ("cclos") in favor of a simpler mechanism.... | Ludovic Courtès | 2009-03-02 | 1 | -7/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
|\| | |
|