remove heap links in VM frames, incorporate vm frames into normal backtraces
[bpt/guile.git] / testsuite /
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-01 Andy Wingofix for (apply values '(1))
2008-11-01 Andy Wingofix multiple values coming from interpreted or C procedures
2008-10-18 Andy Wingofix bug in self-tail-recursion with "external" variable...
2008-09-30 Andy Wingofix compilation of quasiquote with splicing and imprope...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-28 Andy Wingoallocate variables that are set! on the heap
2008-09-13 Andy Wingofix *another* bug in compiling `or'. incredible.
2008-09-02 Andy Wingofix nested quasiquotes (yeepers)
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-07 Andy Wingobuild fixes
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-20 Andy Wingofix distcheck
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-14 Andy Wingofix use-syntax / use-modules confusion -- fixes testsuites
2008-04-25 Ludovic CourtesSlowly improving support for macro compilation.
2008-04-25 Ludovic CourtesEncode the length of constant lists/vectors on 2 octets...
2008-04-25 Ludovic CourtesAdded support for `defmacro' and `define-macro' in...
2008-04-25 Ludovic CourtesFixed a Scheme translation bug; cleaned compilation...
2008-04-25 Ludovic Courtes* src/objcodes.c (make_objcode_by_mmap): Fixed the...