| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 12 | -22/+21 |
* | fix bug in goops' method cache with rest args | Andy Wingo | 2009-06-07 | 1 | -5/+6 |
* | fix (oop goops) compilation for (language tree-il primitives) | Andy Wingo | 2009-05-22 | 1 | -1/+1 |
* | just parse method arguments once. | Andy Wingo | 2009-05-21 | 1 | -18/+20 |
* | rewrite `method' as a hygienic macro to re-allow lexical specializers | Andy Wingo | 2009-05-21 | 2 | -65/+101 |
* | fix @slot-ref / @slot-set! compilation | Andy Wingo | 2009-05-20 | 1 | -24/+3 |
* | syntax-object->datum => syntax->datum, likewise datum->syntax | Andy Wingo | 2009-04-26 | 1 | -3/+3 |
* | all of guile compiles now, expanded with syncase | Andy Wingo | 2009-04-25 | 4 | -120/+129 |
* | fix bad syntax in define-macro, (ice-9 match), and (oop goops) | Andy Wingo | 2009-04-25 | 2 | -47/+36 |
* | merge ice-9, srfi, oop makfiles into module makefile | Andy Wingo | 2009-04-24 | 2 | -60/+0 |
* | speed up goops rehashing | Andy Wingo | 2009-03-20 | 1 | -19/+15 |
* | fix interpreted methods with empty bodies | Andy Wingo | 2009-03-20 | 1 | -1/+4 |
* | add generic method-formals; fixes to method-source | Andy Wingo | 2009-03-20 | 1 | -7/+12 |
* | Replace eval-case with eval-when | Andy Wingo | 2009-03-06 | 3 | -14/+10 |
* | a slight add-method speedup | Andy Wingo | 2009-02-14 | 1 | -1/+1 |
* | generate the fixed-offset accessors at compile-time | Andy Wingo | 2009-02-14 | 1 | -46/+49 |
* | don't re-enter the compiler during method dispatch | Andy Wingo | 2009-02-13 | 3 | -173/+61 |
* | use append-map in goops | Andy Wingo | 2009-02-05 | 1 | -7/+5 |
* | inline dispatch to program cmethods, tick in return, remove old goops methods | Andy Wingo | 2009-02-03 | 1 | -7/+0 |
* | rename translate.scm to compile-ghil.scm, and more work on compiler.texi | Andy Wingo | 2009-01-09 | 1 | -1/+1 |
* | (language ghil def) becomes (language ghil) | Andy Wingo | 2009-01-08 | 1 | -1/+1 |
* | move lang-specific modules, e.g. (system il compile) to (language ghil compil... | Andy Wingo | 2009-01-08 | 1 | -1/+1 |
* | nifty generic compiler infrastructure -- no more hardcoded passes | Andy Wingo | 2008-11-14 | 2 | -4/+4 |
* | move guilec.mk to am/guilec | Andy Wingo | 2008-11-01 | 2 | -2/+2 |
* | move ice-9/ and oop/ under module/ | Andy Wingo | 2008-11-01 | 15 | -0/+4008 |