Age | Commit message (Expand) | Author | Files | Lines |
2009-12-20 | remove scm_add_method | Andy Wingo | 1 | -1/+0 |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -1/+0 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -1/+0 |
2009-12-05 | hash tables have a tc7 | Andy Wingo | 1 | -1/+3 |
2009-12-01 | remove class-environment slot, goops grubs less in the evaluator | Andy Wingo | 1 | -6/+2 |
2009-11-26 | header tidyings | Andy Wingo | 1 | -20/+20 |
2009-11-26 | generic method cache begone | Andy Wingo | 1 | -6/+2 |
2009-11-26 | remove code that manages the method cache | Andy Wingo | 1 | -8/+0 |
2009-11-26 | generics now dispatch as applicable structs | Andy Wingo | 1 | -8/+8 |
2009-11-26 | make sure that when equal? is extended, that the generic has a method | Andy Wingo | 1 | -0/+1 |
2009-11-26 | remove cache-mutex slot from generics | Andy Wingo | 1 | -5/+4 |
2009-11-26 | limn goops flags, remove foreign objs, rename entity to applicable-struct | Andy Wingo | 1 | -28/+13 |
2009-11-26 | generic tweaks; realizing what the setter slot actually is | Andy Wingo | 1 | -7/+9 |
2009-11-26 | remove code-table slot from methods | Andy Wingo | 1 | -4/+3 |
2009-11-26 | remove used-by slot from generics | Andy Wingo | 1 | -9/+8 |
2009-11-26 | first step towards effective methods | Andy Wingo | 1 | -1/+5 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -85/+85 |
2009-11-15 | remove redundant, unnecessary instance size from struct vtables | Andy Wingo | 1 | -3/+0 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -15/+40 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -0/+2 |
2009-11-15 | SCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_PROCEDURE | Andy Wingo | 1 | -0/+2 |
2009-11-15 | remove operators | Andy Wingo | 1 | -2/+0 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-17 | Merge commit '6290d3f10927f887102a164ccb1a7291cc62288d' into vm-check | Andy Wingo | 1 | -1/+1 |
2009-03-17 | Merge commit '04795a1cb259c20896fb2edb50c58086027281b0' into vm-check | Andy Wingo | 1 | -2/+2 |
2009-02-13 | don't re-enter the compiler during method dispatch | Andy Wingo | 1 | -1/+1 |
2009-02-03 | GOOPS: Statically allocate the PORT class array. | Ludovic Courtès | 1 | -1/+1 |
2009-02-03 | GOOPS: Statically allocate the SMOB class array. | Ludovic Courtès | 1 | -2/+2 |
2009-01-12 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -2/+0 |
2009-01-04 | Fix implementation of %fast-slot-ref and %fast-slot-set! | Neil Jerram | 1 | -2/+0 |
2008-10-25 | add `formals', `body', and `compile-env' slots to <method> | Andy Wingo | 1 | -1/+3 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -4/+5 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-18 | * objects.h, objects.c, goops.c, goops.h (scm_class_boolean, | Marius Vollmer | 1 | -0/+19 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-03-28 | * gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT. | Han-Wen Nienhuys | 1 | -2/+1 |
2003-04-25 | * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref, | Dirk Herrmann | 1 | -4/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-19 | * goops.c (make_class_from_template): New fourth arg: | Mikael Djurfeldt | 1 | -0/+2 |
2003-03-11 | * goops.scm (define-extended-generics): New syntax. | Mikael Djurfeldt | 1 | -1/+2 |
2003-03-06 | * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each | Mikael Djurfeldt | 1 | -0/+1 |
2003-01-08 | * goops.scm (upgrade-generic-with-setter, | Mikael Djurfeldt | 1 | -1/+3 |
2002-10-20 | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in | Marius Vollmer | 1 | -7/+7 |
2002-04-22 | (scm_slot_exists_p): Rename from scm_slots_exists_p. | Thien-Thi Nguyen | 1 | -39/+39 |
2002-03-09 | * eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch. | Dirk Herrmann | 1 | -0/+1 |
2002-01-10 | * eval.c: Removed outdated references to "everr". Improved some | Dirk Herrmann | 1 | -4/+12 |
2001-11-25 | Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED. | Marius Vollmer | 1 | -1/+1 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -98/+114 |
2001-07-29 | Renumbered slot indices. (SCM_CLASS_CLASS_LAYOUT): | Marius Vollmer | 1 | -23/+22 |