remove heap links in VM frames, incorporate vm frames into normal backtraces
[bpt/guile.git] / module / system / vm / frame.scm
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-10-16 Andy Wingofix backtraces, broken since the program-bindings forma...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-25 Andy Wingoa number of small compilation fixes
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-13 Andy Wingoprograms can now get at their names, and print nicely
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingoimprove backtraces
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-11 Andy Wingomake ,stats work
2008-08-09 Andy Wingofix source location reporting for compiled code
2008-08-08 Andy Wingoheapify the bootstrap program
2008-08-08 Andy WingoMore relevant VM backtrace
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-07 Andy Wingofix bug in variable-set instruction; ,x prints out...
2008-08-07 Andy Wingovm backtrace improvements
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-11 Andy Wingoexplicitly list exports instead of using define-public
2008-04-25 Ludovic CourtesTried compiling more code; augmented the doc.
2001-04-25 Keisuke Nishida*** empty log message ***
2001-04-23 Keisuke Nishida*** empty log message ***
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-01 Keisuke NishidaNew VM.