| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ffi: new buf-carray function. | Kaz Kylheku | 2017-08-08 | 1 | -0/+9 |
* | ffi: add offset argument to ffi buffer functions. | Kaz Kylheku | 2017-07-16 | 1 | -26/+50 |
* | carray: add offset to carray-buf. | Kaz Kylheku | 2017-07-15 | 1 | -15/+31 |
* | Fix use of raw null constant in carray implementation. | Kaz Kylheku | 2017-07-15 | 1 | -1/+1 |
* | ffi: new function, zero-fill. | Kaz Kylheku | 2017-07-09 | 1 | -0/+33 |
* | ffi: new make-zstruct function and znew macro. | Kaz Kylheku | 2017-07-02 | 1 | -0/+45 |
* | ffi: new ffi-type-operator-p and ffi-type-p. | Kaz Kylheku | 2017-06-30 | 1 | -0/+18 |
* | ffi: fix more bugginess in struct bitfield allocation. | Kaz Kylheku | 2017-06-29 | 1 | -2/+2 |
* | ffi: make-union can initialize. | Kaz Kylheku | 2017-06-29 | 1 | -3/+12 |
* | ffi: fix union printing as struct. | Kaz Kylheku | 2017-06-29 | 1 | -1/+1 |