fix for (apply values '(1))
[bpt/guile.git] / libguile / vm-i-system.c
2008-11-01 Andy Wingofix for (apply values '(1))
2008-11-01 Andy Wingofix multiple values coming from interpreted or C procedures
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-18 Andy Wingofix bug in self-tail-recursion with "external" variable...
2008-10-16 Andy Wingoensure that lists pushed onto the stack are proper
2008-10-16 Andy Wingofix asyncs running in the vm; re-enable popen.scm compi...
2008-10-11 Andy Wingorelax an assertion -- the test suite completes without...
2008-10-09 Andy WingoNULLSTACK fixes for nonlocal exits in reentrant pre...
2008-10-03 Andy Wingoprecise stack marking, fix some missed references,...
2008-10-02 Andy Wingobe more like the interpreter in signalling wrong-num...
2008-09-30 Andy Wingofix compilation of quasiquote with splicing and imprope...
2008-09-30 Andy Wingofix some missed references when calling C functions
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-28 Andy Wingorevert part of 7ff017002ddc980 that caused missed refer...
2008-09-25 Andy Wingofix handling of multiple values from c functions
2008-09-25 Andy Wingocompile call/cc, yee ha
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingoadd a multiple values return address to stack frames
2008-09-13 Andy Wingoinline frame replacement in tail-call
2008-09-13 Andy Wingoinline FREE_FRAME in halt
2008-09-13 Andy Wingoinline FREE_FRAME in return, sync stack_base in CACHE_R...
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-07 Andy Wingomake late-variable-{ref,set} work before module system...
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself