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
/
struct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-23
Move <class> initialization to Scheme
Andy Wingo
1
-8
/
+7
2013-07-21
add allocate-struct primitive and rtl opcode
Andy Wingo
1
-0
/
+36
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-5
/
+5
2013-03-07
structs with tail arrays are not simple
Andy Wingo
1
-5
/
+4
2013-01-16
update make-struct docstring
Andy Wingo
1
-3
/
+2
2012-10-12
Implement `hash' for structs.
Ludovic Courtès
1
-0
/
+49
2012-07-28
set struct names for <standard-vtable>, etc
Andy Wingo
1
-3
/
+11
2012-07-28
deprecate make-vtable-vtable
Andy Wingo
1
-49
/
+41
2012-07-28
set struct names for <standard-vtable>, etc
Andy Wingo
1
-3
/
+11
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-111
/
+1
2012-07-06
Scheme standard-vtable-fields binding
Andy Wingo
1
-0
/
+1
2012-07-06
add Scheme binding for scm_standard_vtable_vtable
Andy Wingo
1
-0
/
+1
2012-07-06
deprecate struct-vtable-tag
Andy Wingo
1
-11
/
+0
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-07-02
Use `void *' instead of `GC_PTR' internally.
Ludovic Courtès
1
-1
/
+1
2012-03-08
use the new finalizer helpers
Andy Wingo
1
-11
/
+3
2012-02-19
use the new finalizer helpers
Andy Wingo
1
-11
/
+3
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-9
/
+15
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-9
/
+15
2012-01-31
Revert "add SCM_HEAP_OBJECT_BASE"
Andy Wingo
1
-1
/
+1
2011-11-24
deprecate make-vtable-vtable
Andy Wingo
1
-2
/
+35
2011-11-24
Scheme standard-vtable-fields binding
Andy Wingo
1
-0
/
+1
2011-11-24
add Scheme binding for scm_standard_vtable_vtable
Andy Wingo
1
-0
/
+1
2011-11-08
locking for putc, puts
Andy Wingo
1
-10
/
+10
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
1
-1
/
+1
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-1
/
+0
2011-05-01
deprecate scm_struct_table
Andy Wingo
1
-20
/
+6
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-1
/
+2
2010-08-29
add flag to vtables to indicate that their layout is valid
Andy Wingo
1
-9
/
+21
2010-05-04
check layout when making vtables
Andy Wingo
1
-2
/
+42
2010-05-01
optimize and bugfix make-struct VM opcode
Andy Wingo
1
-7
/
+6
2010-01-26
Recognize structs with both "pr" and "pw" flags as simple.
Ludovic Courtès
1
-12
/
+5
2010-01-25
Reinstate 2-word displacement for structs.
Ludovic Courtès
1
-0
/
+5
2010-01-23
Slightly improve comments and style in `struct.c'.
Ludovic Courtès
1
-14
/
+14
2010-01-23
Clarify GC-registered displacements for structs.
Ludovic Courtès
1
-3
/
+4
2010-01-23
Optimize struct initialization and accessors for the common case.
Ludovic Courtès
1
-136
/
+229
2009-12-08
scm_i_alloc_struct does not take a "what" arg
Andy Wingo
1
-4
/
+3
2009-12-08
make some applicable struct vtable-vtable public to C
Andy Wingo
1
-9
/
+8
2009-12-07
add scm_c_make_struct[v]
Andy Wingo
1
-65
/
+107
2009-12-05
some scm_i_init_guile cleanups
Andy Wingo
1
-6
/
+0
2009-11-26
limn goops flags, remove foreign objs, rename entity to applicable-struct
Andy Wingo
1
-91
/
+88
2009-11-26
a very big commit cleaning up structs & goops. also applicable structs.
Andy Wingo
1
-173
/
+183
2009-11-17
Fix C99-style declarations after statements.
Ludovic Courtès
1
-1
/
+2
2009-11-15
remove support for "entities" -- a form of applicable struct
Andy Wingo
1
-1
/
+1
2009-10-20
Use proper types for hash/assoc functions in `hashtab.h'.
Ludovic Courtès
1
-2
/
+2
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
1
-1
/
+1
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-39
/
+37
2009-08-25
Remove the `scm_tc_free_cell' SMOB type.
Ludovic Courtès
1
-2
/
+2
2009-08-23
Use string and symbol accessors in struct, throw, and array funcs
Michael Gran
1
-39
/
+37
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
[next]