Avoid signed overflow and use size_t in bytevectors.c.
[bpt/guile.git] / libguile / goops.h
2011-05-01 Andy Wingodeprecate scm_struct_table
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2009-12-20 Andy Wingoremove scm_add_method
2009-12-11 Andy Wingomerge from master to elisp
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-01 Andy Wingoremove class-environment slot, goops grubs less in...
2009-11-25 Andy Wingoheader tidyings
2009-11-25 Andy Wingogeneric method cache begone
2009-11-25 Andy Wingoremove code that manages the method cache
2009-11-25 Andy Wingogenerics now dispatch as applicable structs
2009-11-25 Andy Wingomake sure that when equal? is extended, that the generi...
2009-11-25 Andy Wingoremove cache-mutex slot from generics
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingogeneric tweaks; realizing what the setter slot actually is
2009-11-25 Andy Wingoremove code-table slot from methods
2009-11-25 Andy Wingoremove used-by slot from generics
2009-11-25 Andy Wingofirst step towards effective methods
2009-11-25 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-15 Andy Wingoremove redundant, unnecessary instance size from struct...
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-15 Andy Wingoremove support for "entities" -- a form of applicable...
2009-11-15 Andy WingoSCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_P...
2009-11-15 Andy Wingoremove operators
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
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-08 Neil JerramMerge branch 'master' into ossau-gds-dev
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-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-18 Ludovic CourtèsGOOPS: Statically allocate the PORT class array.
2009-01-18 Ludovic CourtèsGOOPS: Statically allocate the SMOB class array.
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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.
next