Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check
[bpt/guile.git] / libguile / goops.h
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-02-13 Andy Wingodon't re-enter the compiler during method dispatch
2009-02-02 Ludovic CourtèsGOOPS: Statically allocate the PORT class array.
2009-02-02 Ludovic CourtèsGOOPS: Statically allocate the SMOB class array.
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-04 Neil JerramFix implementation of %fast-slot-ref and %fast-slot...
2008-10-25 Andy Wingoadd `formals', `body', and `compile-env' slots to ...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2006-04-17 Kevin Rydemerge from 1.8 branch
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.