define-type no longer expects `|' subform
[bpt/guile.git] / module / system / il / glil.scm
2008-10-25 Andy Wingodefine-type no longer expects `|' subform
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-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-08-26 Andy Wingomerge from guile master
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-19 Andy WingoAdd instructions for doing very late binding
2008-05-11 Andy Wingo<foo>? -> foo?; some exports cleanups
2008-05-04 Andy Wingoprocedures-with-setters, debitrot `optimize', dedottifi...
2008-05-04 Andy WingoDefine named accessors for legacy record types
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...
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-01 Keisuke NishidaNew VM.