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
/
libguile
/
goops.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use heap-allocated port types instead of ptobnums
...
Andy Wingo
2016-05-13
1
-2
/
+1
*
Add #:static-slot-allocation?
...
Andy Wingo
2015-02-06
1
-0
/
+1
*
Use a vtable bit to mark <slot> instances
...
Andy Wingo
2015-01-23
1
-0
/
+1
*
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
...
Andy Wingo
2015-01-23
1
-4
/
+0
*
Manipulate GOOPS vtable flags from Scheme, for speed
...
Andy Wingo
2015-01-23
1
-4
/
+0
*
Incorporate %inherit-magic! into %init-layout!
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
goops.c no longer knows about <class> slot allocation
...
Andy Wingo
2015-01-23
1
-30
/
+2
*
Reimplement %allocate-instance in Scheme
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
Re-use the vtable "size" field for GOOPS nfields
...
Andy Wingo
2015-01-23
1
-4
/
+2
*
Deprecate scm_get_keyword
...
Andy Wingo
2015-01-23
1
-3
/
+0
*
Rewrite %initialize-object in Scheme
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
Remove scm_c_extend_primitive_generic
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
No more concept of "pure generics"
...
Andy Wingo
2015-01-23
1
-6
/
+0
*
Remove pure-generic?
...
Andy Wingo
2015-01-23
1
-4
/
+0
*
Remove hashset slots from GOOPS classes
...
Andy Wingo
2015-01-23
1
-28
/
+9
*
Deprecate C exports of GOOPS classes.
...
Andy Wingo
2015-01-23
1
-57
/
+6
*
Generics with setters have <applicable-struct-with-setter> layout
...
Andy Wingo
2015-01-23
1
-14
/
+0
*
Remove unused CPP defines naming <method> slots
...
Andy Wingo
2015-01-23
1
-7
/
+0
*
Remove unused `default-slot-definition-class' <class> slot
...
Andy Wingo
2015-01-23
1
-6
/
+4
*
Remove useless scm_s_slot_set_x export
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
Deprecate scm_no_applicable_method C export
...
Andy Wingo
2015-01-23
1
-2
/
+0
*
Remove unused scm_t_method and SCM_METHOD
...
Andy Wingo
2015-01-23
1
-8
/
+0
*
Deprecate scm_basic_make_class
...
Andy Wingo
2015-01-23
1
-1
/
+2
*
Move GOOPS boot to Scheme
...
Andy Wingo
2015-01-23
1
-4
/
+1
*
Remove declarations without definitions
...
Andy Wingo
2015-01-23
1
-3
/
+0
*
Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS
...
Andy Wingo
2015-01-23
1
-2
/
+0
*
%init-goops-builtins is an extension, not a global
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
Rewrite %method-more-specific? to be in Scheme
...
Andy Wingo
2015-01-23
1
-1
/
+0
*
Deprecate C interfaces scm_compute_applicable_methods, scm_find_method
...
Andy Wingo
2015-01-23
1
-3
/
+1
*
%compute-applicable-methods in Scheme
...
Andy Wingo
2015-01-23
1
-2
/
+1
*
remove scm_si_name_access
...
Andy Wingo
2011-11-24
1
-2
/
+1
*
remove unused <class> slot: keyword-access
...
Andy Wingo
2011-11-24
1
-4
/
+2
*
scm_wta_* procedures replace SCM_WTA_* macros
...
Andy Wingo
2011-05-15
1
-7
/
+8
*
deprecate scm_struct_table
...
Andy Wingo
2011-05-01
1
-1
/
+3
*
remove scm_add_method
...
Andy Wingo
2009-12-20
1
-1
/
+0
*
procedures-with-setters implemented in terms of structs
...
Andy Wingo
2009-12-07
1
-1
/
+0
*
fluids are tc7 objects
...
Andy Wingo
2009-12-05
1
-1
/
+0
*
hash tables have a tc7
...
Andy Wingo
2009-12-05
1
-1
/
+3
*
remove class-environment slot, goops grubs less in the evaluator
...
Andy Wingo
2009-12-01
1
-6
/
+2
*
header tidyings
...
Andy Wingo
2009-11-26
1
-20
/
+20
*
generic method cache begone
...
Andy Wingo
2009-11-26
1
-6
/
+2
*
remove code that manages the method cache
...
Andy Wingo
2009-11-26
1
-8
/
+0
*
generics now dispatch as applicable structs
...
Andy Wingo
2009-11-26
1
-8
/
+8
*
make sure that when equal? is extended, that the generic has a method
...
Andy Wingo
2009-11-26
1
-0
/
+1
*
remove cache-mutex slot from generics
...
Andy Wingo
2009-11-26
1
-5
/
+4
*
limn goops flags, remove foreign objs, rename entity to applicable-struct
...
Andy Wingo
2009-11-26
1
-28
/
+13
*
generic tweaks; realizing what the setter slot actually is
...
Andy Wingo
2009-11-26
1
-7
/
+9
*
remove code-table slot from methods
...
Andy Wingo
2009-11-26
1
-4
/
+3
*
remove used-by slot from generics
...
Andy Wingo
2009-11-26
1
-9
/
+8
*
first step towards effective methods
...
Andy Wingo
2009-11-26
1
-1
/
+5
[next]