| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ffi: rename ptr-in-out to just ptr. | Kaz Kylheku | 2017-04-29 | 1 | -6/+6 |
* | ffi: malloc-free variants for str, dstr and buf. | Kaz Kylheku | 2017-04-29 | 1 | -7/+68 |
* | ffi: correct treatment of (ptr buf). | Kaz Kylheku | 2017-04-29 | 1 | -1/+1 |
* | ffi: bugfix: ptr-in doesn't write pointer. | Kaz Kylheku | 2017-04-28 | 1 | -0/+1 |
* | ffi: drop obsolete restrictions in type compiler. | Kaz Kylheku | 2017-04-28 | 1 | -8/+0 |
* | 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 |