Age | Commit message (Expand) | Author | Files | Lines |
2024-11-26 | New module (oop goops keyword-formals) | Mikael Djurfeldt | 1 | -0/+31 |
2020-09-10 | Move copy-tree to (ice-9 copy-tree); deprecate main binding | Andy Wingo | 1 | -6/+7 |
2015-01-23 | Update (oop goops save) for <slot> objects | Andy Wingo | 2 | -34/+26 |
2015-01-23 | Introduce <slot> objects in GOOPS | Andy Wingo | 2 | -3/+5 |
2015-01-23 | The GOOPS "unbound" value is a unique pair | Andy Wingo | 2 | -4/+6 |
2015-01-23 | Fold (oop goops util) into (oop goops) | Andy Wingo | 2 | -44/+1 |
2015-01-23 | GOOPS utils module cleanups | Andy Wingo | 1 | -18/+1 |
2015-01-23 | append-map rather than mapappend | Andy Wingo | 1 | -4/+2 |
2015-01-23 | Fold GOOPS compile and dispatch modules into main GOOPS module | Andy Wingo | 2 | -332/+0 |
2015-01-23 | Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS | Andy Wingo | 1 | -5/+5 |
2014-02-07 | Merge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74' | Andy Wingo | 2 | -2/+2 |
2014-01-23 | Improve correctness and consistency of 'eval-when' usage. | Mark H Weaver | 2 | -2/+2 |
2013-01-31 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 4 | -46/+48 |
2013-01-26 | Clarify the copyright status of GOOPS. | Ludovic Courtès | 3 | -28/+25 |
2013-01-23 | oop goops save: fix compile-time availability of write-component | Andy Wingo | 1 | -18/+23 |
2013-01-23 | merge stable-2.0 | Andy Wingo | 1 | -2/+4 |
2013-01-20 | Fix attempt to get handle of weak table in (oop goops save) | Andy Wingo | 1 | -2/+4 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+1 |
2012-07-05 | fix goops compilation when current language is not scheme | Andy Wingo | 1 | -0/+1 |
2012-06-22 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -5/+10 |
2012-06-20 | Fix cross-compilation of GOOPS-using code. | Ludovic Courtès | 1 | -5/+10 |
2012-05-23 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -12/+2 |
2012-05-23 | finish deprecating eval closures | Andy Wingo | 1 | -9/+12 |
2012-04-23 | disable optimizations in goops dispatch procedures | Andy Wingo | 1 | -2/+4 |
2011-09-02 | more define-syntax-rule usage | Andy Wingo | 2 | -10/+6 |
2011-01-30 | Fix GOOPS method compilation bug when no next-method exists | Mark H Weaver | 1 | -1/+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 | 1 | -5/+2 |
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 | limn goops flags, remove foreign objs, rename entity to applicable-struct | Andy Wingo | 1 | -2/+2 |
2009-11-26 | generic dispatch protocol in scheme, not yet wired up | Andy Wingo | 1 | -1/+220 |
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 | 1 | -28/+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-07 | Fix typos leading to wrong argument counts. | Ludovic Courtès | 1 | -1/+1 |
2009-09-21 | Remove unused variables in ice-9/goops/srfi/scripts. | Ludovic Courtès | 3 | -9/+5 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 11 | -21/+20 |
2009-06-07 | fix bug in goops' method cache with rest args | Andy Wingo | 1 | -5/+6 |
2009-05-21 | rewrite `method' as a hygienic macro to re-allow lexical specializers | Andy Wingo | 1 | -30/+2 |
2009-04-25 | all of guile compiles now, expanded with syncase | Andy Wingo | 3 | -50/+30 |
2009-04-25 | fix bad syntax in define-macro, (ice-9 match), and (oop goops) | Andy Wingo | 1 | -3/+2 |
2009-04-24 | merge ice-9, srfi, oop makfiles into module makefile | Andy Wingo | 1 | -30/+0 |
2009-03-20 | speed up goops rehashing | Andy Wingo | 1 | -19/+15 |
2009-03-06 | Replace eval-case with eval-when | Andy Wingo | 2 | -2/+2 |