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
2013-05-31
add new rtl vm
Andy Wingo
1
-0
/
+3
2012-05-23
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+10
2012-05-23
deprecate lookup closures
Andy Wingo
1
-2
/
+10
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+10
2012-01-09
allocate a tc7 to bitvectors
Andy Wingo
1
-0
/
+5
2012-01-09
allocate a tc7 to arrays
Andy Wingo
1
-0
/
+5
2011-11-24
remove unused <class> slot: keyword-access
Andy Wingo
1
-2
/
+0
2011-11-24
deprecate make-vtable-vtable
Andy Wingo
1
-1
/
+1
2011-11-07
threadsafe access to scm_ptobs
Andy Wingo
1
-1
/
+1
2011-10-27
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-10
/
+61
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-2
/
+2
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-1
/
+0
2011-10-24
convert internal weak hash table users to use the weak table api
Andy Wingo
1
-10
/
+5
2011-10-21
fix segfault in goops if class fields are redefined
Andy Wingo
1
-10
/
+61
2011-07-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-4
/
+11
2011-07-07
fix CPL of <extended-generic-with-setter> and <extended-accessor>
Andy Wingo
1
-4
/
+11
2011-07-01
defining a smob or port type no longer mucks exports of (oop goops)
Andy Wingo
1
-30
/
+12
2011-05-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+11
2011-05-24
threadsafe addition to the goops vtable_class_map
Andy Wingo
1
-1
/
+11
2011-05-15
scm_wta_* procedures replace SCM_WTA_* macros
Andy Wingo
1
-30
/
+41
2011-05-13
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
1
-4
/
+4
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-10
/
+11
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-10
/
+11
2011-05-13
excise scm_internal_dynamic_wind from goops.c
Andy Wingo
1
-8
/
+12
2011-05-01
deprecate scm_struct_table
Andy Wingo
1
-31
/
+42
2011-03-20
Make VM string literals immutable.
Ludovic Courtès
1
-1
/
+1
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-19
/
+19
2010-11-19
fix a number of assuptions that a long could hold an inum
Andy Wingo
1
-4
/
+3
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-1
/
+1
2010-01-26
foreign.h presents a more pointer-centric interface
Andy Wingo
1
-5
/
+5
2010-01-15
fix (class-of #u32())
Andy Wingo
1
-0
/
+11
2010-01-07
remove scm_tc7_gsubr
Andy Wingo
1
-6
/
+3
2010-01-07
subrs are now VM trampoline procedures
Andy Wingo
1
-1
/
+4
2010-01-07
tc7 tags for vm-related data
Andy Wingo
1
-0
/
+20
2010-01-05
move subr implementation details to gsubr.[ch]
Andy Wingo
1
-8
/
+5
2010-01-04
add foreign value wrapper
Andy Wingo
1
-1
/
+6
2009-12-20
remove scm_add_method
Andy Wingo
1
-8
/
+0
2009-12-15
Remove unneeded #include <assert.h>.
Ludovic Courtès
1
-1
/
+0
2009-12-08
scm_i_alloc_struct does not take a "what" arg
Andy Wingo
1
-1
/
+1
2009-12-07
procedures-with-setters implemented in terms of structs
Andy Wingo
1
-5
/
+1
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-56
/
+21
2009-12-05
fluids are tc7 objects
Andy Wingo
1
-3
/
+15
2009-12-05
hash tables have a tc7
Andy Wingo
1
-1
/
+5
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-3
/
+1
2009-12-04
remove cxrs
Andy Wingo
1
-1
/
+0
2009-12-04
remove rpsubrs
Andy Wingo
1
-1
/
+0
2009-12-03
remove asubrs
Andy Wingo
1
-1
/
+0
2009-12-03
remove scm_tc7_dsubr
Andy Wingo
1
-1
/
+0
2009-12-03
remove tc7_subr_* and tc7_lsubr_*
Andy Wingo
1
-8
/
+0
2009-12-03
all subrs are gsubrs
Andy Wingo
1
-1
/
+1
[next]