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
/
libguile
/
goops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-2
/
+3
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-28
/
+28
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve foreign.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+3
2017-09-26
Struct vtables store bitmask of unboxed fields
Andy Wingo
1
-6
/
+2
2017-09-22
Merge from stable-2.2
Andy Wingo
1
-23
/
+2
2017-09-22
Remove needless static variables from goops.c
Andy Wingo
1
-23
/
+2
2017-09-14
remove self field of vtables
Andy Wingo
1
-18
/
+1
2017-09-14
Remove indirection in structs
Andy Wingo
1
-3
/
+2
2017-09-14
Implement class redefinition on top of fixed structs
Andy Wingo
1
-56
/
+72
2017-09-14
Change name of "static" flag indicating static slot allocation
Andy Wingo
1
-2
/
+2
2017-09-14
GOOPS instance migration implemented in Scheme
Andy Wingo
1
-83
/
+25
2017-05-22
Remove all deprecated code
Andy Wingo
1
-4
/
+0
2017-03-28
Add disjoint syntax object type
Andy Wingo
1
-0
/
+4
2016-11-01
Mutex instead of critical section in GOOPS
Andy Wingo
1
-4
/
+6
2016-09-06
Add atomic boxes
Andy Wingo
1
-2
/
+4
2016-09-02
GOOPS caches created vtables
Andy Wingo
1
-1
/
+1
2016-05-13
Use heap-allocated port types instead of ptobnums
Andy Wingo
1
-31
/
+53
2016-05-13
Make scm_t_ptob_descriptor private.
Andy Wingo
1
-0
/
+1
2015-02-06
Add #:static-slot-allocation?
Andy Wingo
1
-0
/
+2
2015-01-23
Use a vtable bit to mark <slot> instances
Andy Wingo
1
-0
/
+2
2015-01-23
Introduce <slot> objects in GOOPS
Andy Wingo
1
-0
/
+2
2015-01-23
The GOOPS "unbound" value is a unique pair
Andy Wingo
1
-30
/
+4
2015-01-23
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
Andy Wingo
1
-38
/
+0
2015-01-23
Manipulate GOOPS vtable flags from Scheme, for speed
Andy Wingo
1
-45
/
+17
2015-01-23
scm_make cleanup
Andy Wingo
1
-6
/
+2
2015-01-23
Cosmetic goops refactors.
Andy Wingo
1
-97
/
+56
2015-01-23
Incorporate %inherit-magic! into %init-layout!
Andy Wingo
1
-34
/
+29
2015-01-23
goops.c no longer knows about <class> slot allocation
Andy Wingo
1
-6
/
+11
2015-01-23
Reimplement inherit-applicable! in Scheme
Andy Wingo
1
-36
/
+7
2015-01-23
Reimplement %allocate-instance in Scheme
Andy Wingo
1
-32
/
+14
2015-01-23
Re-use the vtable "size" field for GOOPS nfields
Andy Wingo
1
-1
/
+1
2015-01-23
Move <class> initialization to Scheme
Andy Wingo
1
-21
/
+7
2015-01-23
Deprecate scm_get_keyword
Andy Wingo
1
-53
/
+0
2015-01-23
Rewrite %initialize-object in Scheme
Andy Wingo
1
-68
/
+0
2015-01-23
Minor goops.c tidying
Andy Wingo
1
-7
/
+5
2015-01-23
Remove scm_c_extend_primitive_generic
Andy Wingo
1
-67
/
+1
2015-01-23
No more concept of "pure generics"
Andy Wingo
1
-13
/
+1
[next]