remove heap links in VM frames, incorporate vm frames into normal backtraces
[bpt/guile.git] / libguile / vm.c
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-11 Andy Wingotruly thread-local vms; don't compile popen.scm
2008-10-09 Andy WingoNULLSTACK fixes for nonlocal exits in reentrant pre...
2008-10-09 Andy Wingosundries: side effects in interpreted repl, wrong-num...
2008-10-03 Andy Wingoprecise stack marking, fix some missed references,...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-28 Andy Wingorevert part of 7ff017002ddc980 that caused missed refer...
2008-09-26 Andy WingoFix continuation marking, and some tests.
2008-09-25 Andy Wingofix bug introduced in the fluid commit
2008-09-24 Andy Wingomake call/cc capture and restore the vm stacks
2008-09-24 Andy Wingothe vm is a fluid
2008-09-02 Andy Wingomove up some initializations in the vm
2008-08-26 Andy Wingofix casting-pointers-to-ints bug
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself