index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
oop
Commit message (
Expand
)
Author
Age
Files
Lines
*
goops: Fix 'instance?' to work on objects that aren't structs.
...
Mark H Weaver
2018-06-11
1
-2
/
+4
*
Add struct-ref/unboxed, struct-set!/unboxed
...
Andy Wingo
2017-09-25
1
-29
/
+59
*
GOOPS slot access protected via slot accessors, not struct perms
...
Andy Wingo
2017-09-23
1
-6
/
+27
*
Add disjoint syntax object type
...
Andy Wingo
2017-03-28
1
-1
/
+2
*
Fix class slot allocation since GOOPS rewrite
...
Andy Wingo
2017-03-01
1
-1
/
+1
*
Fix multi-arity dispatch in GOOPS
...
Andy Wingo
2017-02-22
1
-1
/
+1
*
Deprecate user asyncs
...
Andy Wingo
2016-10-17
1
-3
/
+3
*
Deprecate arbiters
...
Andy Wingo
2016-10-17
1
-2
/
+4
*
Add atomic boxes
...
Andy Wingo
2016-09-06
1
-1
/
+2
*
Add #:static-slot-allocation?
...
Andy Wingo
2015-02-06
1
-13
/
+32
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2015-01-26
1
-16
/
+24
|
\
|
*
Accessor methods only apply to subclasses with their slot
...
Andy Wingo
2015-01-26
1
-33
/
+21
|
*
Fix accessor struct field inlining
...
Andy Wingo
2015-01-24
3
-69
/
+74
*
|
Fix accessor struct inlining in GOOPS
...
Andy Wingo
2015-01-24
1
-25
/
+70
*
|
Simplify and optimize slot access
...
Andy Wingo
2015-01-23
1
-85
/
+68
*
|
Export <slot> from GOOPS
...
Andy Wingo
2015-01-23
1
-0
/
+1
*
|
Simplify GOOPS effective method cache format
...
Andy Wingo
2015-01-23
1
-35
/
+32
*
|
Fast generic function dispatch without calling `compile' at runtime
...
Andy Wingo
2015-01-23
1
-213
/
+224
*
|
GOOPS cosmetics
...
Andy Wingo
2015-01-23
1
-5
/
+10
*
|
Update (oop goops save) for <slot> objects
...
Andy Wingo
2015-01-23
2
-34
/
+26
*
|
Minor GOOPS cleanups
...
Andy Wingo
2015-01-23
1
-8
/
+8
*
|
Optimize %initialize-object
...
Andy Wingo
2015-01-23
1
-5
/
+24
*
|
Inline internal slot accessors
...
Andy Wingo
2015-01-23
1
-53
/
+55
*
|
Inline helpers into slot-ref, slot-set!, etc
...
Andy Wingo
2015-01-23
1
-56
/
+75
*
|
Use a vtable bit to mark <slot> instances
...
Andy Wingo
2015-01-23
1
-19
/
+32
*
|
Introduce <slot> objects in GOOPS
...
Andy Wingo
2015-01-23
3
-407
/
+539
*
|
Beginnings of <slot> slot definition class
...
Andy Wingo
2015-01-23
1
-48
/
+69
*
|
The GOOPS "unbound" value is a unique pair
...
Andy Wingo
2015-01-23
3
-10
/
+15
*
|
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
...
Andy Wingo
2015-01-23
1
-34
/
+36
*
|
change-object-class refactor
...
Andy Wingo
2015-01-23
1
-21
/
+14
*
|
slot-ref, slot-set! et al bypass "using-class" variants
...
Andy Wingo
2015-01-23
1
-4
/
+20
*
|
Manipulate GOOPS vtable flags from Scheme, for speed
...
Andy Wingo
2015-01-23
1
-5
/
+45
*
|
GOOPS class slot indices defined as inline values
...
Andy Wingo
2015-01-23
1
-2
/
+2
*
|
`match' refactor in goops.scm
...
Andy Wingo
2015-01-23
1
-41
/
+33
*
|
Convert emit-linear-dispatch to use match
...
Andy Wingo
2015-01-23
1
-32
/
+33
*
|
More GOOPS cleanups
...
Andy Wingo
2015-01-23
1
-28
/
+26
*
|
when and unless for one-armed ifs in goops.scm
...
Andy Wingo
2015-01-23
1
-62
/
+60
*
|
More GOOPS comments
...
Andy Wingo
2015-01-23
1
-31
/
+34
*
|
Commenting in goops.scm
...
Andy Wingo
2015-01-23
1
-9
/
+19
*
|
Narrative reordering in goops.scm
...
Andy Wingo
2015-01-23
1
-64
/
+143
*
|
Add compute-cpl tests
...
Andy Wingo
2015-01-23
1
-23
/
+3
*
|
Fold (oop goops util) into (oop goops)
...
Andy Wingo
2015-01-23
3
-56
/
+30
*
|
GOOPS utils module cleanups
...
Andy Wingo
2015-01-23
2
-18
/
+9
*
|
append-map rather than mapappend
...
Andy Wingo
2015-01-23
1
-4
/
+2
*
|
GOOPS cleanup to use SRFI-1 better
...
Andy Wingo
2015-01-23
1
-35
/
+11
*
|
Cosmetic goops refactors.
...
Andy Wingo
2015-01-23
1
-9
/
+24
*
|
Incorporate %inherit-magic! into %init-layout!
...
Andy Wingo
2015-01-23
1
-7
/
+3
*
|
Reimplement inherit-applicable! in Scheme
...
Andy Wingo
2015-01-23
1
-0
/
+26
*
|
Reimplement %allocate-instance in Scheme
...
Andy Wingo
2015-01-23
1
-8
/
+13
*
|
Re-use the vtable "size" field for GOOPS nfields
...
Andy Wingo
2015-01-23
1
-7
/
+6
[next]