summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* allow building against uninstalled guile; move some things to meta/Andy Wingo2009-03-271-1/+1
* Fix `testsuite/Makefile.am' for `distcheck'.Ludovic Courtès2009-03-251-4/+2
* tweaks to the un-integrated test casesvmAndy Wingo2009-03-171-12/+6
* Add `load-unsigned-integer' instruction.Ludovic Courtès2009-02-182-0/+6
* remove conv.scm, disasm.scm; objcode->bytecode renameAndy Wingo2009-01-301-1/+0
* nifty generic compiler infrastructure -- no more hardcoded passesAndy Wingo2008-11-141-4/+3
* fix for (apply values '(1))Andy Wingo2008-11-011-0/+4
* fix multiple values coming from interpreted or C proceduresAndy Wingo2008-11-011-7/+8
* fix bug in self-tail-recursion with "external" variables; other sundriesAndy Wingo2008-10-182-0/+23
* fix compilation of quasiquote with splicing and improper listsAndy Wingo2008-09-301-1/+4
* allocate variables that are set! on the heapAndy Wingo2008-09-282-0/+17
* fix *another* bug in compiling `or'. incredible.Andy Wingo2008-09-131-0/+2
* fix nested quasiquotes (yeepers)Andy Wingo2008-09-022-0/+10
* merge guile-vm into libguile itselfAndy Wingo2008-08-211-1/+1
* fix bug in compilation of `and' and `or'; more robust underflow detection.Andy Wingo2008-08-114-0/+50
* build fixesAndy Wingo2008-08-072-2/+3
* fix distcheckAndy Wingo2008-05-201-1/+1
* bind all module-level variables lazilyAndy Wingo2008-05-191-3/+3
* Add instructions for doing very late bindingAndy Wingo2008-05-193-4/+13
* fix use-syntax / use-modules confusion -- fixes testsuitesAndy Wingo2008-05-142-14/+3
* Slowly improving support for macro compilation.Ludovic Courtes2008-04-252-3/+20
* Encode the length of constant lists/vectors on 2 octets instead of 1.Ludovic Courtes2008-04-252-0/+17
* Added support for `defmacro' and `define-macro' in the compiler.Ludovic Courtes2008-04-253-1/+20
* Fixed a Scheme translation bug; cleaned compilation with GCC 4.Ludovic Courtes2008-04-256-12/+49
* * src/objcodes.c (make_objcode_by_mmap): Fixed the error type when theLudovic Courtes2008-04-2513-0/+288