index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
goops.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove TEST_CHANGE_CLASS
Andy Wingo
2015-01-23
1
-30
/
+0
*
Remove pure-generic?
Andy Wingo
2015-01-23
1
-16
/
+0
*
Goops slot-unbound / slot-missing cleanups
Andy Wingo
2015-01-23
1
-6
/
+0
*
Move slot-ref et al to Scheme
Andy Wingo
2015-01-23
1
-206
/
+50
*
Port method and generic accessors to Scheme
Andy Wingo
2015-01-23
1
-73
/
+31
*
<class> accessors implemented in Scheme
Andy Wingo
2015-01-23
1
-57
/
+47
*
Remove GOOPS random state
Andy Wingo
2015-01-23
1
-3
/
+0
*
More goops.c cleanups, and fix a security issue
Andy Wingo
2015-01-23
1
-49
/
+37
*
More unused code removal in GOOPS
Andy Wingo
2015-01-23
1
-1
/
+0
*
Remove private var_no_applicable_method capture
Andy Wingo
2015-01-23
1
-4
/
+0
*
Remove scm_assert_bound
Andy Wingo
2015-01-23
1
-13
/
+0
*
Remove scm_at_assert_bound_ref
Andy Wingo
2015-01-23
1
-14
/
+0
*
Remove hashset slots from GOOPS classes
Andy Wingo
2015-01-23
1
-15
/
+0
*
Deprecate C exports of GOOPS classes.
Andy Wingo
2015-01-23
1
-149
/
+160
*
Generics with setters have <applicable-struct-with-setter> layout
Andy Wingo
2015-01-23
1
-91
/
+75
*
Remove useless scm_s_slot_set_x export
Andy Wingo
2015-01-23
1
-2
/
+0
*
Deprecate scm_no_applicable_method C export
Andy Wingo
2015-01-23
1
-4
/
+5
*
Fold GOOPS compile and dispatch modules into main GOOPS module
Andy Wingo
2015-01-23
1
-167
/
+6
*
Deprecate scm_basic_make_class
Andy Wingo
2015-01-23
1
-4
/
+4
*
Move GOOPS boot to Scheme
Andy Wingo
2015-01-23
1
-655
/
+154
*
Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS
Andy Wingo
2015-01-23
1
-36
/
+0
*
Preparation for more GOOPS refactorings
Andy Wingo
2015-01-23
1
-16
/
+26
*
%init-goops-builtins is an extension, not a global
Andy Wingo
2015-01-23
1
-6
/
+5
*
compute-cpl implementation only in Scheme
Andy Wingo
2015-01-23
1
-116
/
+40
*
More useless goops.c code removal
Andy Wingo
2015-01-23
1
-2
/
+0
*
Remove unused macros in goops.c
Andy Wingo
2015-01-23
1
-3
/
+0
*
Rewrite %method-more-specific? to be in Scheme
Andy Wingo
2015-01-23
1
-83
/
+0
*
Deprecate C interfaces scm_compute_applicable_methods, scm_find_method
Andy Wingo
2015-01-23
1
-179
/
+0
*
%compute-applicable-methods in Scheme
Andy Wingo
2015-01-23
1
-23
/
+0
*
Keywords have a tc7
Andy Wingo
2015-01-22
1
-3
/
+3
*
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2014-04-28
1
-11
/
+7
|
\
|
*
Fix foreign slot initialization and access
Andy Wingo
2014-04-27
1
-12
/
+8
*
|
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
Andy Wingo
2014-02-07
1
-7
/
+15
|
\
\
|
|
/
|
*
Fix thread-unsafe lazy initializations.
Mark H Weaver
2014-01-23
1
-6
/
+13
|
*
deprecate make-vtable-vtable
Andy Wingo
2012-07-28
1
-1
/
+1
*
|
Remove scm_tc7_vm
Andy Wingo
2013-11-21
1
-5
/
+0
*
|
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
2013-11-19
1
-1
/
+1
*
|
Remove stack programs, objcode, and the old VM.
Andy Wingo
2013-11-08
1
-11
/
+0
*
|
class-of fix for RTL programs
Andy Wingo
2013-10-18
1
-4
/
+7
*
|
add new rtl vm
Andy Wingo
2013-05-31
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-05-23
1
-2
/
+10
|
\
\
|
|
/
|
*
deprecate lookup closures
Andy Wingo
2012-05-23
1
-2
/
+10
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-01-10
1
-0
/
+10
|
\
\
|
|
/
|
*
allocate a tc7 to bitvectors
Andy Wingo
2012-01-09
1
-0
/
+5
|
*
allocate a tc7 to arrays
Andy Wingo
2012-01-09
1
-0
/
+5
*
|
remove unused <class> slot: keyword-access
Andy Wingo
2011-11-24
1
-2
/
+0
*
|
deprecate make-vtable-vtable
Andy Wingo
2011-11-24
1
-1
/
+1
*
|
threadsafe access to scm_ptobs
Andy Wingo
2011-11-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2011-10-27
1
-10
/
+61
|
\
\
|
|
/
|
*
fix segfault in goops if class fields are redefined
Andy Wingo
2011-10-21
1
-10
/
+61
[prev]
[next]