Accessor methods only apply to subclasses with their slot
[bpt/guile.git] / libguile / goops.c
2015-01-26 Andy WingoAccessor methods only apply to subclasses with their...
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2012-07-28 Andy Wingodeprecate make-vtable-vtable
2012-05-23 Andy Wingodeprecate lookup closures
2012-01-09 Andy Wingoallocate a tc7 to bitvectors
2012-01-09 Andy Wingoallocate a tc7 to arrays
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-07-07 Andy Wingofix CPL of <extended-generic-with-setter> and <extended...
2011-05-24 Andy Wingothreadsafe addition to the goops vtable_class_map
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-05-13 Andy Wingoexcise scm_internal_dynamic_wind from goops.c
2011-05-01 Andy Wingodeprecate scm_struct_table
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-15 Andy Wingofix (class-of #u32())
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingosubrs are now VM trampoline procedures
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-05 Andy Wingomove subr implementation details to gsubr.[ch]
2010-01-04 Andy Wingoadd foreign value wrapper
2009-12-20 Andy Wingoremove scm_add_method
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy Wingoscm_i_alloc_struct does not take a "what" arg
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-04 Andy Wingoremove cxrs
2009-12-04 Andy Wingoremove rpsubrs
2009-12-03 Andy Wingoremove asubrs
2009-12-03 Andy Wingoremove scm_tc7_dsubr
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-03 Andy Wingoall subrs are gsubrs
2009-12-01 Andy Wingoremove class-environment slot, goops grubs less in...
2009-11-25 Andy Wingobrace placement fixes
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 Wingoremove locking in method memoization
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingo%invalidate-method-cache invalidates the dispatch proce...
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-16 Ken RaeburnSCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when...
2009-11-15 Andy Wingoactually set all 8 hashsets in classes
2009-11-15 Andy Wingoremove goops-local %tag-body
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-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-25 Ludovic CourtèsFix GOOPS `class-of' for nameless structs.
2009-10-23 Ken RaeburnReduce some errors under -DSCM_DEBUG=1.
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-23 Michael GranAvoid unpacking symbols in GOOPS
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-13 Ludovic CourtèsMake the evaluator's memoizers private.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
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...
next