Fix accessor struct field inlining
[bpt/guile.git] / module / oop / goops.scm
2015-01-24 Andy WingoFix accessor struct field inlining
2015-01-22 Andy WingoFix #:init-value on class-allocated slots
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2013-01-26 Ludovic CourtèsClarify the copyright status of GOOPS.
2011-09-02 Andy Wingofix some cache consistency issues with goops and extend...
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-07-07 Andy Wingogoops.scm cleanups
2011-05-21 Andy Wingo(syntax foo) -> #'foo in goops
2011-02-14 Mark H WeaverAllow GOOPS getters to add methods to primitive generics
2010-10-02 Neil JerramRemove goops-version, which is no longer defined
2010-06-29 Tristan ColgateUpdate #:procedure method for <applicable-struct>
2010-06-19 Andy Wingodeprecate save-stack, stack-saved?
2009-12-11 Andy Wingomerge from master to elisp
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-01 Andy Wingogoops moving away from evaluator opcodes, and a primiti...
2009-12-01 Andy Wingolocal-eval will go away
2009-12-01 Andy Wingoremove class-environment slot, goops grubs less in...
2009-11-25 Andy Wingomake sure that when equal? is extended, that the generi...
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingoeqv? not a generic, equal? dispatches to generic only...
2009-11-25 Andy Wingoremove code-table slot from methods
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingoremove operators
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-22 Ludovic CourtèsFix typos leading to unbound variable references.
2009-09-20 Ludovic CourtèsRemove unused variables in ice-9/goops/srfi/scripts.
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-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-22 Andy Wingofix (oop goops) compilation for (language tree-il primi...
2009-05-21 Andy Wingojust parse method arguments once.
2009-05-21 Andy Wingorewrite `method' as a hygienic macro to re-allow lexica...
2009-05-20 Andy Wingofix @slot-ref / @slot-set! compilation
2009-04-26 Andy Wingosyntax-object->datum => syntax->datum, likewise datum...
2009-04-25 Andy Wingoall of guile compiles now, expanded with syncase
2009-04-25 Andy Wingofix bad syntax in define-macro, (ice-9 match), and...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-20 Andy Wingofix interpreted methods with empty bodies
2009-03-20 Andy Wingoadd generic method-formals; fixes to method-source
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-03-06 Andy WingoReplace eval-case with eval-when
2009-02-13 Andy Wingoa slight add-method speedup
2009-02-13 Andy Wingogenerate the fixed-offset accessors at compile-time
2009-02-13 Andy Wingodon't re-enter the compiler during method dispatch
2009-02-04 Andy Wingouse append-map in goops
2009-02-03 Andy Wingoinline dispatch to program cmethods, tick in return...
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-09 Andy Wingorename translate.scm to compile-ghil.scm, and more...
2009-01-08 Andy Wingo(language ghil def) becomes (language ghil)
2009-01-08 Andy Wingomove lang-specific modules, e.g. (system il compile...
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-01 Andy Wingomove ice-9/ and oop/ under module/