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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-407
/
+539
2015-01-23
Beginnings of <slot> slot definition class
Andy Wingo
1
-48
/
+69
2015-01-23
The GOOPS "unbound" value is a unique pair
Andy Wingo
3
-10
/
+15
2015-01-23
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
Andy Wingo
1
-34
/
+36
2015-01-23
change-object-class refactor
Andy Wingo
1
-21
/
+14
2015-01-23
slot-ref, slot-set! et al bypass "using-class" variants
Andy Wingo
1
-4
/
+20
2015-01-23
Manipulate GOOPS vtable flags from Scheme, for speed
Andy Wingo
1
-5
/
+45
2015-01-23
GOOPS class slot indices defined as inline values
Andy Wingo
1
-2
/
+2
2015-01-23
`match' refactor in goops.scm
Andy Wingo
1
-41
/
+33
2015-01-23
Convert emit-linear-dispatch to use match
Andy Wingo
1
-32
/
+33
2015-01-23
More GOOPS cleanups
Andy Wingo
1
-28
/
+26
2015-01-23
when and unless for one-armed ifs in goops.scm
Andy Wingo
1
-62
/
+60
2015-01-23
More GOOPS comments
Andy Wingo
1
-31
/
+34
2015-01-23
Commenting in goops.scm
Andy Wingo
1
-9
/
+19
2015-01-23
Narrative reordering in goops.scm
Andy Wingo
1
-64
/
+143
2015-01-23
Add compute-cpl tests
Andy Wingo
1
-23
/
+3
2015-01-23
Fold (oop goops util) into (oop goops)
Andy Wingo
3
-56
/
+30
2015-01-23
GOOPS utils module cleanups
Andy Wingo
2
-18
/
+9
2015-01-23
append-map rather than mapappend
Andy Wingo
1
-4
/
+2
2015-01-23
GOOPS cleanup to use SRFI-1 better
Andy Wingo
1
-35
/
+11
2015-01-23
Cosmetic goops refactors.
Andy Wingo
1
-9
/
+24
2015-01-23
Incorporate %inherit-magic! into %init-layout!
Andy Wingo
1
-7
/
+3
2015-01-23
Reimplement inherit-applicable! in Scheme
Andy Wingo
1
-0
/
+26
2015-01-23
Reimplement %allocate-instance in Scheme
Andy Wingo
1
-8
/
+13
2015-01-23
Re-use the vtable "size" field for GOOPS nfields
Andy Wingo
1
-7
/
+6
2015-01-23
Move <class> initialization to Scheme
Andy Wingo
1
-4
/
+34
2015-01-23
Rewrite %initialize-object in Scheme
Andy Wingo
1
-0
/
+48
2015-01-23
No more concept of "pure generics"
Andy Wingo
1
-6
/
+0
2015-01-23
Move slot-ref et al to Scheme
Andy Wingo
1
-7
/
+103
2015-01-23
Port method and generic accessors to Scheme
Andy Wingo
1
-0
/
+45
2015-01-23
<class> accessors implemented in Scheme
Andy Wingo
1
-57
/
+88
2015-01-23
goops: use computed class slot offsets; untabify and fix whitepace
Andy Wingo
1
-429
/
+438
2015-01-23
Statically compute offsets for slots of <class> in Scheme
Andy Wingo
1
-19
/
+50
2015-01-23
Refactor to <class> slot computation
Andy Wingo
1
-34
/
+44
2015-01-23
Remove scm_assert_bound
Andy Wingo
1
-1
/
+5
2015-01-23
Remove hashset slots from GOOPS classes
Andy Wingo
1
-8
/
+0
2015-01-23
Generics with setters have <applicable-struct-with-setter> layout
Andy Wingo
1
-24
/
+35
2015-01-23
Remove unused `default-slot-definition-class' <class> slot
Andy Wingo
1
-1
/
+0
2015-01-23
Fold GOOPS compile and dispatch modules into main GOOPS module
Andy Wingo
3
-665
/
+649
2015-01-23
Remove unused *goops-module* definition.
Andy Wingo
1
-2
/
+0
2015-01-23
define-generic, define-extended-generic are hygienic syntax
Andy Wingo
1
-24
/
+31
2015-01-23
`class' is a hygienic macro
Andy Wingo
1
-43
/
+37
2015-01-23
Move GOOPS boot to Scheme
Andy Wingo
1
-1
/
+312
2015-01-23
Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS
Andy Wingo
1
-5
/
+5
2015-01-23
Preparation for more GOOPS refactorings
Andy Wingo
1
-0
/
+3
2015-01-23
%init-goops-builtins is an extension, not a global
Andy Wingo
1
-1
/
+2
2015-01-23
compute-cpl implementation only in Scheme
Andy Wingo
1
-140
/
+62
2015-01-23
Rewrite %method-more-specific? to be in Scheme
Andy Wingo
1
-0
/
+43
2015-01-23
%compute-applicable-methods in Scheme
Andy Wingo
1
-2
/
+29
[prev]
[next]