index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add struct-ref/unboxed, struct-set!/unboxed
...
Andy Wingo
2017-09-25
1
-14
/
+111
*
Deprecate opaque struct fields
...
Andy Wingo
2017-09-23
1
-4
/
+11
*
Fix up make-struct-layout and make-struct/no-tail docstrings
...
Andy Wingo
2017-09-22
1
-10
/
+7
*
Deprecate struct "self" slots
...
Andy Wingo
2017-09-22
1
-0
/
+20
*
Remove unused code in struct.c
...
Andy Wingo
2017-09-22
1
-34
/
+0
*
Deprecate make-struct
...
Andy Wingo
2017-09-22
1
-16
/
+13
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-6
/
+6
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-4
/
+4
*
Fix scm_init_struct dependency on port conversion handlers
...
Andy Wingo
2016-04-14
1
-3
/
+3
*
Move <class> initialization to Scheme
...
Andy Wingo
2015-01-23
1
-8
/
+7
*
add allocate-struct primitive and rtl opcode
...
Andy Wingo
2013-07-21
1
-0
/
+36
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-5
/
+5
|
\
|
*
structs with tail arrays are not simple
...
Andy Wingo
2013-03-07
1
-5
/
+4
|
*
Implement `hash' for structs.
...
Ludovic Courtès
2012-10-12
1
-0
/
+49
|
*
set struct names for <standard-vtable>, etc
...
Andy Wingo
2012-07-28
1
-3
/
+11
|
*
deprecate make-vtable-vtable
...
Andy Wingo
2012-07-28
1
-49
/
+41
*
|
update make-struct docstring
...
Andy Wingo
2013-01-16
1
-3
/
+2
*
|
set struct names for <standard-vtable>, etc
...
Andy Wingo
2012-07-28
1
-3
/
+11
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-06
1
-111
/
+1
|
\
|
|
*
Scheme standard-vtable-fields binding
...
Andy Wingo
2012-07-06
1
-0
/
+1
|
*
add Scheme binding for scm_standard_vtable_vtable
...
Andy Wingo
2012-07-06
1
-0
/
+1
|
*
deprecate struct-vtable-tag
...
Andy Wingo
2012-07-06
1
-11
/
+0
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-06
1
-1
/
+1
|
\
|
|
*
Use `void *' instead of `GC_PTR' internally.
...
Ludovic Courtès
2012-07-02
1
-1
/
+1
|
*
use the new finalizer helpers
...
Andy Wingo
2012-03-08
1
-11
/
+3
*
|
use the new finalizer helpers
...
Andy Wingo
2012-02-19
1
-11
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-9
/
+15
|
\
|
|
*
Improve the usage of variable names in C docstrings.
...
Bake Timmons
2012-02-02
1
-9
/
+15
*
|
Revert "add SCM_HEAP_OBJECT_BASE"
...
Andy Wingo
2012-01-31
1
-1
/
+1
*
|
deprecate make-vtable-vtable
...
Andy Wingo
2011-11-24
1
-2
/
+35
*
|
Scheme standard-vtable-fields binding
...
Andy Wingo
2011-11-24
1
-0
/
+1
*
|
add Scheme binding for scm_standard_vtable_vtable
...
Andy Wingo
2011-11-24
1
-0
/
+1
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-10
/
+10
*
|
add SCM_HEAP_OBJECT_BASE
...
Andy Wingo
2011-10-24
1
-1
/
+1
*
|
remove weak pairs, rewrite weak vectors
...
Andy Wingo
2011-10-24
1
-1
/
+0
|
/
*
deprecate scm_struct_table
...
Andy Wingo
2011-05-01
1
-20
/
+6
*
fix a number of assumptions that a pointer could fit into a long
...
Andy Wingo
2010-11-19
1
-1
/
+2
*
add flag to vtables to indicate that their layout is valid
...
Andy Wingo
2010-08-29
1
-9
/
+21
*
check layout when making vtables
...
Andy Wingo
2010-05-04
1
-2
/
+42
*
optimize and bugfix make-struct VM opcode
...
Andy Wingo
2010-05-01
1
-7
/
+6
*
Recognize structs with both "pr" and "pw" flags as simple.
...
Ludovic Courtès
2010-01-26
1
-12
/
+5
*
Reinstate 2-word displacement for structs.
...
Ludovic Courtès
2010-01-25
1
-0
/
+5
*
Slightly improve comments and style in `struct.c'.
...
Ludovic Courtès
2010-01-23
1
-14
/
+14
*
Clarify GC-registered displacements for structs.
...
Ludovic Courtès
2010-01-23
1
-3
/
+4
*
Optimize struct initialization and accessors for the common case.
...
Ludovic Courtès
2010-01-23
1
-136
/
+229
*
scm_i_alloc_struct does not take a "what" arg
...
Andy Wingo
2009-12-08
1
-4
/
+3
*
make some applicable struct vtable-vtable public to C
...
Andy Wingo
2009-12-08
1
-9
/
+8
*
add scm_c_make_struct[v]
...
Andy Wingo
2009-12-07
1
-65
/
+107
*
some scm_i_init_guile cleanups
...
Andy Wingo
2009-12-05
1
-6
/
+0
*
limn goops flags, remove foreign objs, rename entity to applicable-struct
...
Andy Wingo
2009-11-26
1
-91
/
+88
[next]