make sure all programs are 8-byte aligned
[bpt/guile.git] / libguile / vm-i-system.c
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-24 Andy Wingocompiler support for nlocs >= 256
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingoremove "externals" from the vm
2009-07-21 Andy Wingovm support for display closures
2009-07-21 Andy Wingorenumber vm ops (objcode cookie bumped)
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-05 Andy Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-17 Andy Wingofix handling of pre-modules errors in the vm
2009-04-05 Ludovic CourtèsAvoid uses of deprecated forms in the VM code.
2009-04-04 Andy Wingofix nondeterminism in vm-i-system.c
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-02-24 Andy Wingofix variable not initialized spurious warnings
2009-02-21 Andy Wingoimplement break and continue, work around overly recurs...
2009-02-19 Andy Wingofurther ecmascript work
2009-02-05 Andy Wingoin debug mode, make sure that calls to the vm can be...
2009-02-04 Andy Wingoinline call to scm_make_program when making closures
2009-02-03 Andy Wingomake catch cache and restore vm regs, not the vm itself...
2009-02-03 Andy Wingoinline dispatch to program cmethods, tick in return...
2009-02-02 Andy Wingotick in calls, procedure-name works on compiled procedures
2009-02-01 Andy Wingodon't make intermediate garbage when making vectors...
2009-01-29 Andy Wingostatic opcodes; refactor program/objcode division;...
2009-01-17 Andy Wingomove module and meta inside programs' object tables
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-04 Andy Wingoallow `apply' on %nil-terminated lists
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-11-20 Andy Wingolate-variable-{ref,set} -> toplevel-{ref,set}
2008-11-01 Andy Wingofix for (apply values '(1))
2008-11-01 Andy Wingofix multiple values coming from interpreted or C procedures
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-18 Andy Wingofix bug in self-tail-recursion with "external" variable...
2008-10-16 Andy Wingoensure that lists pushed onto the stack are proper
2008-10-16 Andy Wingofix asyncs running in the vm; re-enable popen.scm compi...
2008-10-11 Andy Wingorelax an assertion -- the test suite completes without...
2008-10-09 Andy WingoNULLSTACK fixes for nonlocal exits in reentrant pre...
2008-10-03 Andy Wingoprecise stack marking, fix some missed references,...
2008-10-02 Andy Wingobe more like the interpreter in signalling wrong-num...
2008-09-30 Andy Wingofix compilation of quasiquote with splicing and imprope...
2008-09-30 Andy Wingofix some missed references when calling C functions
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-28 Andy Wingorevert part of 7ff017002ddc980 that caused missed refer...
2008-09-25 Andy Wingofix handling of multiple values from c functions
2008-09-25 Andy Wingocompile call/cc, yee ha
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingoadd a multiple values return address to stack frames
2008-09-13 Andy Wingoinline frame replacement in tail-call
2008-09-13 Andy Wingoinline FREE_FRAME in halt
2008-09-13 Andy Wingoinline FREE_FRAME in return, sync stack_base in CACHE_R...
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-07 Andy Wingomake late-variable-{ref,set} work before module system...
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself