| Commit message (Expand) | Author | Age | Files | Lines |
* | ffi: new integer-carray conversion functions. | Kaz Kylheku | 2017-06-14 | 3 | -0/+211 |
* | bugfix: sign-extend broken for bignums. | Kaz Kylheku | 2017-06-14 | 1 | -0/+1 |
* | Big MPI whitepace and comment cleanup. | Kaz Kylheku | 2017-06-14 | 7 | -2413/+1445 |
* | Update banner to inform about cheatsheet command. | Kaz Kylheku | 2017-06-14 | 1 | -1/+1 |
* | linenoise: Ctrl-X ? displays editing cheatsheet. | Kaz Kylheku | 2017-06-14 | 1 | -0/+101 |
* | ffi: turn carray-sub into accessor. | Kaz Kylheku | 2017-06-13 | 3 | -2/+12 |
* | bugfix: autoload syntactic places. | Kaz Kylheku | 2017-06-13 | 2 | -2/+7 |
* | ffi: fix buggy bitfield allocation. | Kaz Kylheku | 2017-06-13 | 1 | -2/+2 |
* | Version 178.txr-178 | Kaz Kylheku | 2017-06-12 | 7 | -929/+969 |
* | Follow up on C++ diagnostics. | Kaz Kylheku | 2017-06-12 | 2 | -7/+7 |
* | Sort groups by symbol in protsym.c. | Kaz Kylheku | 2017-06-12 | 1 | -0/+1 |
* | Eliminate some blank lines in protsym.c. | Kaz Kylheku | 2017-06-12 | 1 | -2/+4 |
* | buf: new bufp function. | Kaz Kylheku | 2017-06-12 | 3 | -0/+23 |
* | awk macro: new fconv conversions c and cz. | Kaz Kylheku | 2017-06-12 | 2 | -3/+22 |
* | int-str: allow radix to be #\c for C conventions. | Kaz Kylheku | 2017-06-12 | 2 | -22/+70 |
* | doc: document bracket notation for carray and buf. | Kaz Kylheku | 2017-06-12 | 1 | -1/+25 |
* | ffi: overflow checks in type system. | Kaz Kylheku | 2017-06-12 | 1 | -10/+14 |
* | streams: add overflow checks. | Kaz Kylheku | 2017-06-12 | 1 | -4/+17 |
* | sysif: add overflow checks. | Kaz Kylheku | 2017-06-12 | 1 | -14/+19 |
* | lib: revamp overflow checks in vec operations. | Kaz Kylheku | 2017-06-12 | 1 | -16/+11 |
* | lib: reimplement chk_wmalloc using chk_xalloc. | Kaz Kylheku | 2017-06-12 | 1 | -4/+2 |
* | lib: new chk_xalloc, with mult overflow check. | Kaz Kylheku | 2017-06-12 | 2 | -0/+13 |
* | ffi: fix carray multiplication overflow checks. | Kaz Kylheku | 2017-06-12 | 1 | -3/+3 |
* | ffi: add carrayp function. | Kaz Kylheku | 2017-06-12 | 3 | -0/+23 |
* | ffi: new carray-replace function. | Kaz Kylheku | 2017-06-11 | 4 | -0/+175 |
* | ffi: new function, carray-pun. | Kaz Kylheku | 2017-06-11 | 3 | -0/+60 |
* | ffi: handle sub operation in carray. | Kaz Kylheku | 2017-06-11 | 4 | -1/+136 |
* | ffi: support sel operation on carray. | Kaz Kylheku | 2017-06-11 | 4 | -7/+42 |
* | buf: support ref, refset and indexing. | Kaz Kylheku | 2017-06-11 | 1 | -0/+5 |
* | length function supports carray. | Kaz Kylheku | 2017-06-11 | 2 | -0/+8 |
* | doc: document length for buf. | Kaz Kylheku | 2017-06-11 | 1 | -10/+13 |
* | ffi: new carray-get and carray-put functions. | Kaz Kylheku | 2017-06-10 | 3 | -0/+145 |
* | Rename carray_get. | Kaz Kylheku | 2017-06-10 | 2 | -3/+3 |
* | ffi: retain some functionality if libffi missing. | Kaz Kylheku | 2017-06-10 | 4 | -19/+71 |
* | ffi: bugfix: string semantics for incomplete zarray. | Kaz Kylheku | 2017-06-10 | 1 | -17/+28 |
* | ffi: bugfix: string semantics on typedef-d chars. | Kaz Kylheku | 2017-06-10 | 1 | -3/+3 |
* | doc: carray corrections. | Kaz Kylheku | 2017-06-09 | 1 | -7/+12 |
* | ffi: support ref, refset and indexing on carray. | Kaz Kylheku | 2017-06-09 | 1 | -0/+13 |
* | awk macro: fix broken rng. | Kaz Kylheku | 2017-06-07 | 2 | -9/+22 |
* | Version 177.txr-177 | Kaz Kylheku | 2017-06-07 | 7 | -864/+939 |
* | ffi: conform to GCC's bitfield layout algorithm. | Kaz Kylheku | 2017-06-07 | 2 | -66/+137 |
* | better error message for unum conversion. | Kaz Kylheku | 2017-06-06 | 1 | -1/+1 |
* | ffi: support bitfields on types narrower than int. | Kaz Kylheku | 2017-06-06 | 3 | -29/+183 |
* | ffi: bugfix: assign evaluated syntax to bitfield. | Kaz Kylheku | 2017-06-06 | 1 | -1/+2 |
* | configure: detect clockid_t properly. | Kaz Kylheku | 2017-06-06 | 1 | -1/+1 |
* | c++ maintenance: eliminate old-style casts. | Kaz Kylheku | 2017-06-06 | 5 | -89/+89 |
* | c++ maintenance: signed/unsigned comparisons. | Kaz Kylheku | 2017-06-06 | 2 | -7/+7 |
* | buffers: improve put-buf and fill-buf. | Kaz Kylheku | 2017-06-05 | 3 | -52/+91 |
* | ffi: fix broken bchar array get. | Kaz Kylheku | 2017-06-05 | 1 | -1/+2 |
* | buffers: doc: put-buf, fill-buf. | Kaz Kylheku | 2017-06-05 | 1 | -0/+78 |