index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
oop
/
goops.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-27
Bugfix: Recursively use method*, not method, in method*
Mikael Djurfeldt
1
-5
/
+4
2024-11-26
Add comment about (oop goops keyword-formals)
Mikael Djurfeldt
1
-1
/
+8
2024-11-25
Correctly pass on keyword arguments actually present in args list
Mikael Djurfeldt
1
-23
/
+58
2024-11-25
Distinguish between lambda and lambda* in generated procedures
Mikael Djurfeldt
1
-34
/
+47
2024-11-25
Remove method slot keyword-formals? introduced in 765f1d49
Mikael Djurfeldt
1
-10
/
+2
2024-11-25
GOOPS: Introduce new forms method* and define-method*
Mikael Djurfeldt
1
-12
/
+107
2024-11-25
GOOPS: Add support for keyword arguments in methods
Mikael Djurfeldt
1
-46
/
+131
2024-05-06
Fix error messages containing format strings
Michael Käppler
1
-1
/
+1
2021-03-19
goops: Preserve all slot options in redefinable classes.
David Thompson
1
-7
/
+9
2021-02-03
Replace libltdl with raw dlopen, dlsym
Andy Wingo
1
-2
/
+7
2018-08-07
goops: Fix 'instance?' to work on objects that aren't structs.
Mark H Weaver
1
-2
/
+4
2017-09-26
Add new vtable reserved unboxed field
Andy Wingo
1
-2
/
+3
2017-09-25
Fix GOOPS class redefinition type error.
Andy Wingo
1
-1
/
+1
2017-09-25
Merge 'stable-2.2'
Andy Wingo
1
-32
/
+61
2017-09-25
Add struct-ref/unboxed, struct-set!/unboxed
Andy Wingo
1
-29
/
+59
2017-09-23
Replace "pr" struct fields with "pw" fields
Andy Wingo
1
-2
/
+1
2017-09-23
Fix bootstrap slot permissions for <class>
Andy Wingo
1
-3
/
+13
2017-09-23
Merge 'stable-2.2'
Andy Wingo
1
-6
/
+27
2017-09-23
GOOPS slot access protected via slot accessors, not struct perms
Andy Wingo
1
-6
/
+27
2017-09-22
Remove <int-slot>, <float-slot>, <double-slot>
Andy Wingo
1
-4
/
+1
2017-09-22
Remove support for tail arrays and self slots
Andy Wingo
1
-0
/
+14
2017-09-14
Remove "redefined" class slot
Andy Wingo
1
-12
/
+0
2017-09-14
remove self field of vtables
Andy Wingo
1
-8
/
+2
2017-09-14
Implement class redefinition on top of fixed structs
Andy Wingo
1
-202
/
+352
2017-09-14
Change name of "static" flag indicating static slot allocation
Andy Wingo
1
-4
/
+4
2017-09-14
GOOPS instance migration implemented in Scheme
Andy Wingo
1
-1
/
+28
2017-05-22
Remove all deprecated code
Andy Wingo
1
-37
/
+0
2017-03-28
Add disjoint syntax object type
Andy Wingo
1
-1
/
+2
2017-03-01
Fix class slot allocation since GOOPS rewrite
Andy Wingo
1
-1
/
+1
2017-02-22
Fix multi-arity dispatch in GOOPS
Andy Wingo
1
-1
/
+1
2016-10-17
Deprecate user asyncs
Andy Wingo
1
-3
/
+3
2016-10-17
Deprecate arbiters
Andy Wingo
1
-2
/
+4
2016-09-06
Add atomic boxes
Andy Wingo
1
-1
/
+2
2015-02-06
Add #:static-slot-allocation?
Andy Wingo
1
-13
/
+32
2015-01-26
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-16
/
+24
2015-01-26
Accessor methods only apply to subclasses with their slot
Andy Wingo
1
-33
/
+21
2015-01-24
Fix accessor struct field inlining
Andy Wingo
1
-29
/
+69
2015-01-24
Fix accessor struct inlining in GOOPS
Andy Wingo
1
-25
/
+70
2015-01-23
Simplify and optimize slot access
Andy Wingo
1
-85
/
+68
2015-01-23
Export <slot> from GOOPS
Andy Wingo
1
-0
/
+1
2015-01-23
Simplify GOOPS effective method cache format
Andy Wingo
1
-35
/
+32
2015-01-23
Fast generic function dispatch without calling `compile' at runtime
Andy Wingo
1
-213
/
+224
2015-01-23
GOOPS cosmetics
Andy Wingo
1
-5
/
+10
2015-01-23
Minor GOOPS cleanups
Andy Wingo
1
-8
/
+8
2015-01-23
Optimize %initialize-object
Andy Wingo
1
-5
/
+24
2015-01-23
Inline internal slot accessors
Andy Wingo
1
-53
/
+55
2015-01-23
Inline helpers into slot-ref, slot-set!, etc
Andy Wingo
1
-56
/
+75
2015-01-23
Use a vtable bit to mark <slot> instances
Andy Wingo
1
-19
/
+32
2015-01-23
Introduce <slot> objects in GOOPS
Andy Wingo
1
-404
/
+534
2015-01-23
Beginnings of <slot> slot definition class
Andy Wingo
1
-48
/
+69
[next]