summaryrefslogtreecommitdiff
path: root/src/programs.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-258/+0
2008-08-08heapify the bootstrap programAndy Wingo1-2/+5
2008-08-07big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo1-1/+8
2008-05-20properly include config.h in source files, not headersAndy Wingo1-0/+4
2008-04-25Fixed a Scheme translation bug; cleaned compilation with GCC 4.Ludovic Courtes1-1/+1
2008-04-25Removed a few more deprecated function calls; documented closures.Ludovic Courtes1-0/+13
2008-04-25Fixed a stack leak. Now observing actual performance.Ludovic Court`es1-1/+1
2008-04-25Improved the VM's efficiency. The VM is as fast as the interpreter. :-(Ludovic Court`es1-4/+4
2008-04-25Got the VM up and running! Augmented the documentation.Ludovic Court`es1-4/+4
2008-04-25Fixed the compiler, got the disassembler working.Ludovic Court`es1-3/+14
2008-04-25Translation from Scheme to GHIL, and compilation to GLIL work.Ludovic Court`es1-8/+9
2008-04-25Updated the C code base so that it compiles with Guile 1.7.2.Ludovic Court`es1-1/+1
2001-04-22*** empty log message ***Keisuke Nishida1-1/+1
2001-04-22*** empty log message ***Keisuke Nishida1-23/+36
2001-04-20*** empty log message ***Keisuke Nishida1-13/+3
2001-04-16*** empty log message ***Keisuke Nishida1-1/+1
2001-04-06*** empty log message ***Keisuke Nishida1-10/+4
2001-04-06*** empty log message ***Keisuke Nishida1-6/+17
2001-04-06*** empty log message ***Keisuke Nishida1-2/+4
2001-04-01New VM.Keisuke Nishida1-0/+209