index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ffi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffi: sane calculation of rtsize.
Kaz Kylheku
2017-04-28
1
-9
/
+7
*
ffi: assign better Lisp types to some ffi types.
Kaz Kylheku
2017-04-28
1
-4
/
+4
*
ffi: move run-time state out of txr_ffi_type.
Kaz Kylheku
2017-04-28
1
-112
/
+200
*
ffi: setup in functions at type compile time.
Kaz Kylheku
2017-04-28
1
-18
/
+19
*
ffi: rename cptr-related functions.
Kaz Kylheku
2017-04-28
1
-5
/
+5
*
ffi: allow ptr-in-out passing of cptr.
Kaz Kylheku
2017-04-28
1
-3
/
+20
*
ffi: use chk_calloc for txr_ffi_type.
Kaz Kylheku
2017-04-28
1
-4
/
+2
*
ffi: buf type doesn't need fill function.
Kaz Kylheku
2017-04-28
1
-11
/
+2
*
ffi: properly recurse the handling of pointers.
Kaz Kylheku
2017-04-27
1
-18
/
+64
*
ffi: fix problems caught by g++.
Kaz Kylheku
2017-04-27
1
-7
/
+4
*
ffi: sane in/out protocol; buffers work directly.
Kaz Kylheku
2017-04-27
1
-6
/
+46
*
ffi: array support.
Kaz Kylheku
2017-04-26
1
-0
/
+96
*
ffi: incorrect handling of struct element array.
Kaz Kylheku
2017-04-26
1
-6
/
+11
*
ffi: no memcpy for string pointers.
Kaz Kylheku
2017-04-26
1
-7
/
+6
*
ffi: support buf objects.
Kaz Kylheku
2017-04-26
1
-0
/
+39
*
Start of FFI implementation based on libffi.
Kaz Kylheku
2017-04-24
1
-0
/
+1133