Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / eval.c
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-30 Mark H WeaverRename scm_call_varargs -> scm_call
2012-01-30 Mark H WeaverImplement scm_call_varargs and scm_call_{7,8,9}
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-07 Andy Wingolocking for putc, puts
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoboot_closure_print cleanup
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingosequence of expressions -> seq of head and tail
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-29 Andy WingoMV truncation in the boot evaluator
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-29 Andy Wingofix prompt and abort with the boot evaluator
2011-03-08 Andy Wingoadd scm_call_{5,6}
2011-03-05 Andy Wingoremove obsolete comments
2011-02-10 Andy Wingovolatile locals in bootstrap evaluator
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-10-01 Andy Wingoscm_debug_opts to debug.c, backtrace on by default...
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove eval-options
2010-09-24 Andy Wingoremove srcprop.[ch] things that have to do with breakpoints
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-13 Andy Wingochange to format of memoization lambda expressions
2010-05-13 Andy Wingoscm_badargsp is deprecated
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-03-05 Ludovic CourtèsDon't gratuitously over-engineer things...
2010-03-04 Ludovic CourtèsSlightly optimize the memoizer, bootstrap evaluator...
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingofix a prompt bug
2010-02-25 Andy Wingosimplify handling of nonlocal prompt returns from c
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
2010-02-18 Andy Wingoeval.c tweaks
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-02-08 Andy Wingoeval.c uses scm_i_call_with_current_continuation
2009-12-21 Andy Wingoadd scm_call_n, scm_c_run_hookn
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-13 Andy Wingoprimitive-eval passes first N args on stack directly...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-03 Andy Wingospeed up scm_call_N for non-programs
2009-12-03 Andy Wingoall subrs are gsubrs
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingoapply goes to the vm, not the interpreter
2009-12-01 Andy Wingofirst step to make the vm stop calling the interpreter
2009-12-01 Andy Wingoadd memoized expression accessors to scheme
2009-12-01 Andy Wingopromises are in their own file now
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingofactor copy-tree and cons-source out of eval.[ch]
2009-12-01 Andy Wingoremove unused scm_eval_stack var
2009-12-01 Andy Wingoformally deprecate trampolines
2009-12-01 Andy Wingoremove uses of trampolines within guile itself
2009-12-01 Andy Wingotweak to eval.c
2009-12-01 Andy Wingoeval.i.c -> eval.c
2009-12-01 Andy Wingomore ceval excision
2009-12-01 Andy WingoDon't double-include eval.i.c -- let's only build deval.
2009-12-01 Andy Wingogut trampolines
2009-11-25 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-15 Andy Wingoremove support for "entities" -- a form of applicable...
2009-11-15 Andy Wingoremove operators
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
next