proper printing of thunks, reduced disasm verbosity
[bpt/guile.git] / module / system / vm / program.scm
2008-11-02 Andy Wingoproper printing of thunks, reduced disasm verbosity
2008-10-16 Andy Wingofix use of `binding' data abstraction
2008-10-12 Andy Wingomake disassembly better -- a more woven text.
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Andy Wingotweaks for printing programs
2008-09-13 Andy Wingoprograms can now get at their names, and print nicely
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingolazily load meta info, for less consage
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-07 Andy Wingofix stack corruption on vm-save-stack; more robust...
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...