summaryrefslogtreecommitdiff
path: root/libguile/instructions.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-02-10instructions.c: threadsafe static varAndy Wingo1-1/+9
2010-11-19fix a number of assuptions that a long could hold an inumAndy Wingo1-1/+1
2010-03-16rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo1-1/+2
2010-01-07properly integrate vm bootstrapping into init.cAndy Wingo1-4/+1
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-2/+1
2009-11-28Remove remaining uses of discouraged constructs.Ludovic Courtès1-7/+9
2009-07-14fix race in which some instruction name symbols could go unmarkedAndy Wingo1-8/+9
2009-06-26bytevector ops now compile down to low-level VM opsAndy Wingo1-5/+6
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-26adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properlyAndy Wingo1-36/+14
2009-03-27frame, program, objcode, etc inits use load-extensionAndy Wingo1-0/+3
2009-03-17non-srcdir build fixesAndy Wingo1-5/+5
2009-02-03make symbol -> opcode lookup fasterAndy Wingo1-36/+60
2009-01-29static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo1-17/+46
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-0/+181