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
2020-03-09
Fix incorrect allocation size in 'make-vtable-vtable'.
Ludovic Courtès
1
-3
/
+5
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-2
/
+2
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
-2
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-12
/
+8
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-23
/
+23
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 symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Remove <stdio.h> from ports.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
-0
/
+2
2018-01-21
Introduce make-struct/simple
Andy Wingo
1
-1
/
+39
2017-09-26
Struct vtables store bitmask of unboxed fields
Andy Wingo
1
-132
/
+55
2017-09-25
Merge 'stable-2.2'
Andy Wingo
1
-46
/
+83
2017-09-25
Add struct-ref/unboxed, struct-set!/unboxed
Andy Wingo
1
-14
/
+111
2017-09-23
Replace "pr" struct fields with "pw" fields
Andy Wingo
1
-13
/
+12
2017-09-23
Remove opaque slots
Andy Wingo
1
-18
/
+5
2017-09-23
Merge 'stable-2.2'
Andy Wingo
1
-4
/
+11
2017-09-23
Deprecate opaque struct fields
Andy Wingo
1
-4
/
+11
2017-09-22
Remove support for tail arrays and self slots
Andy Wingo
1
-205
/
+69
2017-09-22
Merge stable-2.2 into master
Andy Wingo
1
-60
/
+40
2017-09-22
Fix up make-struct-layout and make-struct/no-tail docstrings
Andy Wingo
1
-10
/
+7
2017-09-22
Deprecate struct "self" slots
Andy Wingo
1
-0
/
+20
2017-09-22
Remove unused code in struct.c
Andy Wingo
1
-34
/
+0
2017-09-22
Deprecate make-struct
Andy Wingo
1
-16
/
+13
2017-09-14
Remove indirection in structs
Andy Wingo
1
-35
/
+12
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-6
/
+6
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-4
/
+4
2016-04-14
Fix scm_init_struct dependency on port conversion handlers
Andy Wingo
1
-3
/
+3
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
[next]