| Commit message (Expand) | Author | Age | Files | Lines |
* | ffi: bugfix: kind enum in wrong argument positions. | Kaz Kylheku | 2019-07-30 | 1 | -10/+14 |
* | FFI: bugfix: GC-correctness of assignments. | Kaz Kylheku | 2019-07-28 | 1 | -0/+11 |
* | FFI: bugfix: properly re-use existing struct type. | Kaz Kylheku | 2019-07-28 | 1 | -2/+6 |
* | FFI: self-referential structs. | Kaz Kylheku | 2019-07-28 | 1 | -90/+200 |
* | FFI: bugfix: pointer "in" ops must map null to nil. | Kaz Kylheku | 2019-07-27 | 1 | -0/+8 |
* | FFI: elemtype as type operator, not just macro. | Kaz Kylheku | 2019-07-26 | 1 | -1/+18 |
* | FFI: document: elemsize and elemtype work on enums. | Kaz Kylheku | 2019-07-26 | 1 | -2/+2 |
* | FFI: allow member type reference using referencing dot. | Kaz Kylheku | 2019-07-26 | 1 | -0/+26 |
* | ffi: bugfix: flexible struct get not working right. | Kaz Kylheku | 2019-07-22 | 1 | -7/+13 |
* | ffi: support flexible structures. | Kaz Kylheku | 2019-07-20 | 1 | -62/+120 |
* | ffi: two-argument form of sizeof. | Kaz Kylheku | 2019-07-11 | 1 | -0/+8 |
* | ffi: handle variable length types in buffer ops. | Kaz Kylheku | 2019-07-11 | 1 | -4/+31 |
* | bugfix: broken carray-replace. | Kaz Kylheku | 2019-07-05 | 1 | -1/+1 |
* | carray-replace: use seq_iter. | Kaz Kylheku | 2019-06-18 | 1 | -15/+5 |
* | carray-refset: bugfix: support negative indexing. | Kaz Kylheku | 2019-06-14 | 1 | -0/+3 |
* | carray-replace: missing functionality. | Kaz Kylheku | 2019-06-13 | 1 | -7/+24 |
* | ffi: adjust in semantics of variable zarray. | Kaz Kylheku | 2019-06-12 | 1 | -1/+1 |
* | bugfix: c_num won't convert most negative value. | Kaz Kylheku | 2019-05-25 | 1 | -1/+1 |
* | c++ maintenance: multiple defs of mod_s and bit_s. | Kaz Kylheku | 2019-03-30 | 1 | -1/+1 |
* | ffi, eval: move struct_s. | Kaz Kylheku | 2019-03-02 | 1 | -2/+1 |
* | ffi: gc bug in cptr type. | Kaz Kylheku | 2019-02-24 | 1 | -0/+1 |
* | ffi: gc bug in enum type. | Kaz Kylheku | 2019-02-24 | 1 | -5/+5 |
* | ffi: closure: clear stale saved exit point. | Kaz Kylheku | 2019-02-07 | 1 | -0/+2 |
* | ffi: use padded return size in closure dispatch. | Kaz Kylheku | 2019-02-07 | 1 | -2/+3 |
* | ffi: don't pad void return size to sizeof (ffi_arg). | Kaz Kylheku | 2019-02-07 | 1 | -1/+1 |
* | bugfix: ffi-make-closure safe-p param. | Kaz Kylheku | 2019-02-06 | 1 | -1/+1 |
* | ffi: make-zstruct must ignore padding slots. | Kaz Kylheku | 2019-02-06 | 1 | -2/+4 |
* | ffi: whitespace fix. | Kaz Kylheku | 2019-02-06 | 1 | -1/+1 |
* | ffi: use enhanced 64 bit support in itypes.c. | Kaz Kylheku | 2019-01-25 | 1 | -155/+24 |
* | ffi: fix range checks in be/le i64 put ops. | Kaz Kylheku | 2019-01-24 | 1 | -4/+4 |
* | ffi: incorrect big endian int64 get. | Kaz Kylheku | 2019-01-24 | 1 | -2/+2 |
* | ffi: almost bug: 64 bit signed big/little endian type. | Kaz Kylheku | 2019-01-23 | 1 | -4/+4 |
* | Fix some instances of 4 bytes = 32 bits assumption. | Kaz Kylheku | 2019-01-23 | 1 | -8/+8 |
* | carray: fix vec/list conversion bug. | Kaz Kylheku | 2019-01-17 | 1 | -12/+30 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | ffi: arrays: be more forgiving of length mismatches. | Kaz Kylheku | 2019-01-15 | 1 | -9/+34 |
* | ffi: bugfix: char array shouldn't null terminate. | Kaz Kylheku | 2019-01-15 | 1 | -1/+3 |
* | ffi: remove useless loop. | Kaz Kylheku | 2019-01-15 | 1 | -12/+6 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -83/+96 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 1 | -7/+7 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -2/+2 |
* | ffi: use existing local instead of struct access. | Kaz Kylheku | 2018-06-25 | 1 | -4/+4 |
* | bugfix: include most negative two's in cnum range. | Kaz Kylheku | 2018-04-29 | 1 | -1/+1 |
* | args: overhaul for clarity and reduced consing. | Kaz Kylheku | 2018-03-09 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | carray: check type object in several API functions. | Kaz Kylheku | 2017-10-26 | 1 | -4/+4 |
* | carray: bugfix: allow negative indexing in ref operation. | Kaz Kylheku | 2017-10-26 | 1 | -0/+3 |
* | ffi: new FFI type I/O functions. | Kaz Kylheku | 2017-08-16 | 1 | -0/+45 |