fix some missed references when calling C functions
[bpt/guile.git] / module / system / il / compile.scm
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-29 Andy Wingocall toplevel variables "toplevel", not "module"
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 Wingofix *another* bug in compiling `or'. incredible.
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingobetter diagnostics on quasiquote errors
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-08-26 Andy Wingomerge from guile master
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-03 Andy WingoAdd docstring support
2008-08-03 Andy Wingofix recording of source locations
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-15 Andy Wingo`link' instruction links to symbols by module
2008-05-15 Andy Wingopush the module resolution info for variables down...
2008-05-15 Andy Wingofix dumping of #:keywords
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-04 Andy WingoReplace ice-9 match's structures with guile's records
2008-05-04 Andy WingoDedottify some more
2008-05-04 Andy Wingoprocedures-with-setters, debitrot `optimize', dedottifi...
2008-05-03 Andy Wingoconvert a couple more modules to record-case
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2008-04-25 Ludovic CourtesStarted documenting the compiler.
2001-04-23 Keisuke Nishida*** empty log message ***
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-04 Keisuke NishidaBetter current module system support.
2001-04-01 Keisuke NishidaNew VM.