Age | Commit message (Expand) | Author | Files | Lines |
2020-01-20 | Make 'scm_sym_lambda', 'scm_sym_quote', etc. public again. | Ludovic Courtès | 1 | -1/+2 |
2019-08-18 | Add "mod" field to tree-il toplevel ref, set, define | Andy Wingo | 1 | -8/+12 |
2019-05-23 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -5/+5 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -4/+5 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -21/+21 |
2018-06-20 | Rename __scm.h to scm.h | Andy Wingo | 1 | -1/+0 |
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 | 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 vectors.h include from ports.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | 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 | -3/+6 |
2016-06-11 | Remove unused static definitions | Andy Wingo | 1 | -9/+0 |
2014-12-07 | Simplify variable resolution in the evaluator | Andy Wingo | 1 | -1/+15 |
2014-12-05 | Simplify the interpreter for trivial inits and no letrec | Andy Wingo | 1 | -8/+9 |
2014-12-05 | Assignment conversion in the interpreter | Andy Wingo | 1 | -2/+397 |
2013-11-08 | Builtins have procedure properties | Andy Wingo | 1 | -1/+0 |
2013-06-28 | Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops | Andy Wingo | 1 | -29/+0 |
2013-06-27 | dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind | Andy Wingo | 1 | -1/+0 |
2013-06-27 | remove @call-with-values memoizer | Andy Wingo | 1 | -1/+0 |
2013-06-27 | remove @call-with-current-continuation memoizer | Andy Wingo | 1 | -1/+0 |
2013-06-27 | remove @apply memoizer | Andy Wingo | 1 | -1/+0 |
2013-06-27 | Remove @prompt memoizer | Andy Wingo | 1 | -11/+22 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -12/+15 |
2012-07-06 | fix warnings in mingw in expand.c | Andy Wingo | 1 | -12/+15 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -2/+2 |
2011-06-02 | sequence of expressions -> seq of head and tail | Andy Wingo | 1 | -4/+6 |
2011-06-02 | add <primcall> to tree-il | Andy Wingo | 1 | -0/+1 |
2011-06-02 | rename <application> to <call> | Andy Wingo | 1 | -14/+14 |
2010-06-17 | psyntax, primitive expander, and memoizer support for letrec* | Andy Wingo | 1 | -2/+15 |
2010-06-17 | beginnings of letrec* support in the expander | Andy Wingo | 1 | -4/+4 |
2010-05-20 | iron out inconsistency between eval and compile expansion | Andy Wingo | 1 | -8/+6 |
2010-05-20 | primitive-eval takes expanded, not memoized, source | Andy Wingo | 1 | -1/+11 |
2010-05-19 | %expanded-vtables is a vector | Andy Wingo | 1 | -1/+1 |
2010-05-19 | separate boot expansion from memoization | Andy Wingo | 1 | -0/+1253 |