The FSF has a new address.
[bpt/guile.git] / libguile / goops.h
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-18 Marius Vollmer* objects.h, objects.c, goops.c, goops.h (scm_class_boo...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-03-28 Han-Wen Nienhuys* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC...
2003-04-25 Dirk Herrmann * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref,
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-19 Mikael Djurfeldt* goops.c (make_class_from_template): New fourth arg:
2003-03-11 Mikael Djurfeldt* goops.scm (define-extended-generics): New syntax.
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2003-01-08 Mikael Djurfeldt* goops.scm (upgrade-generic-with-setter,
2002-10-20 Marius Vollmer(SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MA...
2002-04-22 Thien-Thi Nguyen(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-03-09 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of #...
2002-01-10 Dirk Herrmann* eval.c: Removed outdated references to "everr"....
2001-11-25 Marius VollmerReplaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-07-29 Marius VollmerRenumbered slot indices. (SCM_CLASS_CLASS_LAYOUT):
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-11 Dirk Herrmann* Simplified the goops macro system a bit and fixed...
2001-06-07 Dirk Herrmann* Fix SCM <--> scm_t_bits related typing problems.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-19 Marius Vollmer(scm_init_goops_builtins): Renamed from
2001-04-11 Mikael Djurfeldt* init.c, goops.c, goops.h: Reverted change of 2001...
2001-03-30 Keisuke Nishida * goops.c, goops.h (scm_init_oop_goops_goopscore_modul...
2001-03-12 Dirk Herrmann* Cleaned up uses and definition of SCM_ASSYNT.
2001-03-04 Mikael Djurfeldt* goops.c, goops.h (scm_sys_pre_expand_closure_x):...
2001-03-04 Mikael Djurfeldt* goops.c (scm_sys_pre_expand_closure_x): New procedure.
2000-12-21 Dirk Herrmann* Simplify the use of SCM_PUREGENERICP.
2000-12-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-01 Dirk Herrmann* Added scm_c_memq as a fast C level alternative for...
2000-11-24 Dirk Herrmann* Fix previous change (thanks to Matthias Koeppe).
2000-11-24 Dirk Herrmann* Goops does not provide its own version of logand...
2000-10-25 Mikael Djurfeldt* goops.h: Renamed class --> cls, new --> newinst in...
2000-10-25 Mikael Djurfeldt* goops.h: Removed various superfluous conditions.