Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 3 | -39/+44 |
2011-09-02 | fix some cache consistency issues with goops and extended generics | Andy Wingo | 1 | -8/+22 |
2011-09-02 | more define-syntax-rule usage | Andy Wingo | 3 | -31/+22 |
2011-07-26 | export <macro> from goops, to appease texinfo reflection | Andy Wingo | 1 | -4/+2 |
2011-07-25 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -46/+41 |
2011-07-07 | goops.scm cleanups | Andy Wingo | 1 | -46/+41 |
2011-07-07 | Export `<macro>' from (oop goops). | Ludovic Courtès | 1 | -2/+5 |
2011-07-01 | defining a smob or port type no longer mucks exports of (oop goops) | Andy Wingo | 1 | -48/+150 |
2011-06-30 | Merge remote-tracking branch 'origin/lexical-literals' | Andy Wingo | 1 | -0/+1 |
2011-05-21 | (syntax foo) -> #'foo in goops | Andy Wingo | 1 | -79/+73 |
2011-04-29 | oop goops comment | Andy Wingo | 1 | -1/+2 |
2011-02-14 | Allow GOOPS getters to add methods to primitive generics | Mark H Weaver | 1 | -2/+6 |
2011-01-30 | Fix GOOPS method compilation bug when no next-method exists | Mark H Weaver | 1 | -1/+1 |
2010-10-02 | Remove goops-version, which is no longer defined | Neil Jerram | 1 | -1/+1 |
2010-06-29 | Update #:procedure method for <applicable-struct> | Tristan Colgate | 1 | -2/+2 |
2010-06-19 | deprecate save-stack, stack-saved? | Andy Wingo | 1 | -2/+1 |
2010-04-24 | fix some uses of %module-public-interface | Andy Wingo | 3 | -7/+10 |
2010-04-22 | (app modules) -> (%app modules) | Andy Wingo | 1 | -2/+2 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 2 | -25/+10 |
2009-12-03 | remove tc7_subr_* and tc7_lsubr_* | Andy Wingo | 1 | -4/+1 |
2009-12-01 | goops moving away from evaluator opcodes, and a primitive compilation fix | Andy Wingo | 1 | -0/+4 |
2009-12-01 | local-eval will go away | Andy Wingo | 1 | -8/+1 |
2009-12-01 | remove class-environment slot, goops grubs less in the evaluator | Andy Wingo | 1 | -42/+34 |
2009-11-26 | push goops compile delay out to 30 invocations, for great justice | Andy Wingo | 1 | -1/+1 |
2009-11-26 | remove code that manages the method cache | Andy Wingo | 1 | -2/+2 |
2009-11-26 | remove method cache management code from (oop goops dispatch) | Andy Wingo | 1 | -219/+7 |
2009-11-26 | generics now dispatch as applicable structs | Andy Wingo | 1 | -22/+27 |
2009-11-26 | make sure that when equal? is extended, that the generic has a method | Andy Wingo | 1 | -1/+9 |
2009-11-26 | limn goops flags, remove foreign objs, rename entity to applicable-struct | Andy Wingo | 2 | -26/+16 |
2009-11-26 | generic dispatch protocol in scheme, not yet wired up | Andy Wingo | 1 | -1/+220 |
2009-11-26 | eqv? not a generic, equal? dispatches to generic only for objects | Andy Wingo | 1 | -1/+0 |
2009-11-26 | more clarity in (oop goops dispatch) | Andy Wingo | 1 | -10/+1 |
2009-11-26 | remove code-table slot from methods | Andy Wingo | 2 | -29/+2 |
2009-11-26 | remove used-by slot from generics | Andy Wingo | 1 | -2/+0 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -1/+1 |
2009-11-16 | SCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when walking argument | Ken Raeburn | 1 | -2/+2 |
2009-11-15 | class-of has an opcode | Andy Wingo | 1 | -5/+6 |
2009-11-15 | remove operators | Andy Wingo | 1 | -9/+1 |
2009-11-07 | Fix typos leading to wrong argument counts. | Ludovic Courtès | 1 | -1/+1 |
2009-10-22 | Fix typos leading to unbound variable references. | Ludovic Courtès | 1 | -1/+1 |
2009-09-21 | Remove unused variables in ice-9/goops/srfi/scripts. | Ludovic Courtès | 4 | -16/+9 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 12 | -22/+21 |
2009-06-07 | fix bug in goops' method cache with rest args | Andy Wingo | 1 | -5/+6 |
2009-05-22 | fix (oop goops) compilation for (language tree-il primitives) | Andy Wingo | 1 | -1/+1 |
2009-05-21 | just parse method arguments once. | Andy Wingo | 1 | -18/+20 |
2009-05-21 | rewrite `method' as a hygienic macro to re-allow lexical specializers | Andy Wingo | 2 | -65/+101 |
2009-05-20 | fix @slot-ref / @slot-set! compilation | Andy Wingo | 1 | -24/+3 |
2009-04-26 | syntax-object->datum => syntax->datum, likewise datum->syntax | Andy Wingo | 1 | -3/+3 |
2009-04-25 | all of guile compiles now, expanded with syncase | Andy Wingo | 4 | -120/+129 |
2009-04-25 | fix bad syntax in define-macro, (ice-9 match), and (oop goops) | Andy Wingo | 2 | -47/+36 |