| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ffi: in function copy flag: fixes two issues. | Kaz Kylheku | 2017-05-06 | 1 | -21/+21 |
* | ffi: varray feature | Kaz Kylheku | 2017-05-06 | 1 | -3/+27 |
* | ffi: remove unchanging param from make_ffi_pointer. | Kaz Kylheku | 2017-05-06 | 1 | -9/+2 |
* | ffi: ffi-size function. | Kaz Kylheku | 2017-05-06 | 2 | -0/+8 |
* | Fix broken quasilist print notation. | Kaz Kylheku | 2017-05-05 | 1 | -1/+0 |
* | ffi: functions for type-system-driven buffer coding. | Kaz Kylheku | 2017-05-04 | 2 | -0/+66 |
* | itypes: fix wrong error messages. | Kaz Kylheku | 2017-05-04 | 1 | -5/+5 |
* | length: support buffer objects. | Kaz Kylheku | 2017-05-04 | 1 | -0/+2 |
* | Disallow negative bits in two logical operations. | Kaz Kylheku | 2017-05-04 | 1 | -0/+12 |
* | Detect negative length in string, vec construction. | Kaz Kylheku | 2017-05-04 | 1 | -3/+16 |
* | ffi: reject negative buf size. | Kaz Kylheku | 2017-05-04 | 1 | -0/+5 |
* | ffi: check array dimensions. | Kaz Kylheku | 2017-05-04 | 1 | -1/+11 |
* | Eliminate double strlen in utf8 string conversion. | Kaz Kylheku | 2017-05-04 | 1 | -2/+3 |
* | ffi: map (array n bchar) to Lisp string. | Kaz Kylheku | 2017-05-04 | 3 | -0/+36 |
* | ffi: bugfix: zarray put accessing last element. | Kaz Kylheku | 2017-05-04 | 1 | -7/+11 |
* | ffi: new bstr type. | Kaz Kylheku | 2017-05-04 | 4 | -2/+62 |
* | ffi: implement bchar type. | Kaz Kylheku | 2017-05-04 | 2 | -2/+11 |
* | ffi: remove redundant function. | Kaz Kylheku | 2017-05-04 | 1 | -14/+1 |
* | ffi: map FFI char type to character. | Kaz Kylheku | 2017-05-04 | 1 | -1/+1 |
* | bugfix: tostringp not behaving right for floats. | Kaz Kylheku | 2017-05-04 | 4 | -10/+40 |
* | doc: clarify when exit points are torn down. | Kaz Kylheku | 2017-05-04 | 1 | -0/+11 |
* | structs: check existence of type in new and lnew. | Kaz Kylheku | 2017-05-04 | 1 | -9/+23 |
* | dlopen: add error reporting via dlerror() | Kaz Kylheku | 2017-05-03 | 1 | -9/+22 |
* | dlopen: allow nil name and default both args. | Kaz Kylheku | 2017-05-03 | 1 | -4/+5 |
* | ffi: new ptr-out-s type. | Kaz Kylheku | 2017-05-03 | 2 | -2/+22 |
* | ffi: fix semantics of ptr-out-d. | Kaz Kylheku | 2017-05-03 | 1 | -1/+7 |
* | ffi: rename low-level ptr function. | Kaz Kylheku | 2017-05-03 | 1 | -4/+5 |
* | ffi: remove put functions which duplicate others. | Kaz Kylheku | 2017-05-03 | 1 | -31/+2 |
* | ffi: issue with struct/vector slots that are nil. | Kaz Kylheku | 2017-05-03 | 1 | -19/+33 |
* | ffi: define various C and POSIX types as typedefs. | Kaz Kylheku | 2017-05-03 | 1 | -0/+97 |
* | HAVE_SYS_TYPES_H config variable. | Kaz Kylheku | 2017-05-03 | 2 | -1/+17 |
* | ffi: instantiate simple types just once. | Kaz Kylheku | 2017-05-03 | 1 | -123/+119 |
* | ffi: use single type node in arrays. | Kaz Kylheku | 2017-05-02 | 1 | -44/+35 |
* | ffi: remove ffi-copy-type. | Kaz Kylheku | 2017-05-02 | 2 | -38/+1 |
* | ffi: remove rtidx, rtsize, walk. | Kaz Kylheku | 2017-05-02 | 1 | -64/+1 |
* | ffi: remove the rtvec mechanism. | Kaz Kylheku | 2017-05-02 | 1 | -90/+61 |
* | ffi: remove void casts for unused parameters. | Kaz Kylheku | 2017-05-02 | 1 | -117/+0 |
* | Error checking in dlopen wrappers. | Kaz Kylheku | 2017-05-02 | 1 | -0/+22 |
* | ffi: simple typedef mechanism. | Kaz Kylheku | 2017-05-01 | 2 | -0/+17 |
* | ffi: support for duplicating type objects. | Kaz Kylheku | 2017-05-01 | 2 | -0/+37 |
* | ffi: more complete string semantics for char arrays. | Kaz Kylheku | 2017-05-01 | 1 | -12/+50 |
* | ffi: memory handling in callback interface. | Kaz Kylheku | 2017-05-01 | 1 | -9/+108 |
* | ffi: bugfix: aggregate fill logic doesn't recurse. | Kaz Kylheku | 2017-05-01 | 1 | -67/+40 |
* | ffi: allow get for ptr-in and ptr-in-d. | Kaz Kylheku | 2017-05-01 | 1 | -7/+7 |
* | ffi: closure leak. | Kaz Kylheku | 2017-04-30 | 1 | -0/+1 |
* | ffi: support anonymous padding in structs. | Kaz Kylheku | 2017-04-30 | 1 | -7/+14 |
* | ffi: fix destructor related leaks and corruption. | Kaz Kylheku | 2017-04-30 | 1 | -12/+3 |
* | buf: fix memory leak. | Kaz Kylheku | 2017-04-30 | 1 | -1/+1 |
* | ffi: implementing FFI callback closures. | Kaz Kylheku | 2017-04-30 | 2 | -2/+151 |
* | ffi: put function for str-d needed. | Kaz Kylheku | 2017-04-30 | 1 | -1/+16 |