Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | dynstack: pushing a prompt no longer allocates memory | Andy Wingo | 1 | -10/+9 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -24/+31 |
2012-01-30 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+46 |
2012-01-30 | Rename scm_call_varargs -> scm_call | Mark H Weaver | 1 | -1/+1 |
2012-01-30 | Implement scm_call_varargs and scm_call_{7,8,9} | Mark H Weaver | 1 | -0/+46 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -3/+3 |
2011-10-24 | boot_closure_print cleanup | Andy Wingo | 1 | -1/+1 |
2011-06-02 | sequence of expressions -> seq of head and tail | Andy Wingo | 1 | -4/+3 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -2/+2 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -1/+2 |
2011-05-05 | map and for-each in scheme | Andy Wingo | 1 | -155/+15 |
2011-04-29 | MV truncation in the boot evaluator | Andy Wingo | 1 | -27/+58 |
2011-03-29 | fix prompt and abort with the boot evaluator | Andy Wingo | 1 | -1/+1 |
2011-03-08 | add scm_call_{5,6} | Andy Wingo | 1 | -0/+15 |
2011-03-05 | remove obsolete comments | Andy Wingo | 1 | -5/+1 |
2011-02-10 | volatile locals in bootstrap evaluator | Andy Wingo | 1 | -1/+4 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -5/+5 |
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 | -29/+0 |
2010-09-27 | add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. | Andy Wingo | 1 | -3/+3 |
2010-09-24 | remove a number of debug options | Andy Wingo | 1 | -14/+0 |
2010-09-24 | remove evaluator-traps-interface | Andy Wingo | 1 | -45/+0 |
2010-09-24 | remove eval-options | Andy Wingo | 1 | -28/+0 |
2010-09-24 | remove srcprop.[ch] things that have to do with breakpoints | Andy Wingo | 1 | -3/+5 |
2010-08-27 | Assorted `syntax-check' fixes. | Ludovic Courtès | 1 | -1/+0 |
2010-05-20 | primitive-eval takes expanded, not memoized, source | Andy Wingo | 1 | -6/+3 |
2010-05-19 | separate boot expansion from memoization | Andy Wingo | 1 | -13/+26 |
2010-05-14 | evaluator support for case-lambda | Andy Wingo | 1 | -24/+42 |
2010-05-14 | primitive support for lambda* | Andy Wingo | 1 | -4/+145 |
2010-05-13 | change to format of memoization lambda expressions | Andy Wingo | 1 | -60/+74 |
2010-05-13 | scm_badargsp is deprecated | Andy Wingo | 1 | -15/+0 |
2010-05-07 | macro expanders return memoized expressions | Andy Wingo | 1 | -4/+6 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-05 | Don't gratuitously over-engineer things... | Ludovic Courtès | 1 | -10/+2 |
2010-03-05 | Slightly optimize the memoizer, bootstrap evaluator, and `(ice-9 eval)'. | Ludovic Courtès | 1 | -19/+21 |
2010-02-26 | rewinding prompts works | Andy Wingo | 1 | -1/+1 |
2010-02-26 | fix a prompt bug | Andy Wingo | 1 | -2/+5 |
2010-02-25 | simplify handling of nonlocal prompt returns from c | Andy Wingo | 1 | -13/+2 |
2010-02-22 | abort always dispatches to VM bytecode, to detect same-invocation aborts | Andy Wingo | 1 | -1/+1 |
2010-02-19 | prompt as part of guile's primitive language | Andy Wingo | 1 | -0/+33 |
2010-02-18 | add with-fluids objects and primitive syntax | Andy Wingo | 1 | -0/+22 |
2010-02-18 | eval.c tweaks | Andy Wingo | 1 | -2/+2 |
2010-02-18 | dynwind is now a part of guile's primitive language | Andy Wingo | 1 | -0/+14 |
2010-02-08 | make scm_make_continuation internal | Andy Wingo | 1 | -1/+1 |
2010-02-08 | eval.c uses scm_i_call_with_current_continuation | Andy Wingo | 1 | -13/+1 |
2009-12-21 | add scm_call_n, scm_c_run_hookn | Andy Wingo | 1 | -0/+6 |
2009-12-15 | Remove unneeded #include <assert.h>. | Ludovic Courtès | 1 | -1/+0 |
2009-12-13 | primitive-eval passes first N args on stack directly, not via apply | Andy Wingo | 1 | -2/+3 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -2/+0 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -1/+0 |