| Commit message (Expand) | Author | Age | Files | Lines |
* | ffi: elide useless by-value in calls. | Kaz Kylheku | 2017-06-24 | 1 | -11/+16 |
* | ffi: short-circuit useless by-value in semantics. | Kaz Kylheku | 2017-06-23 | 1 | -15/+26 |
* | ffi: provide support for unions. | Kaz Kylheku | 2017-06-23 | 3 | -3/+490 |
* | ffi: add back-pointer into type structure. | Kaz Kylheku | 2017-06-23 | 1 | -0/+6 |
* | ffi: override libffi size/alignment calculations. | Kaz Kylheku | 2017-06-21 | 1 | -51/+16 |
* | ffi: fix broken float put. | Kaz Kylheku | 2017-06-20 | 1 | -2/+6 |
* | ffi: bool type. | Kaz Kylheku | 2017-06-20 | 3 | -0/+95 |
* | cptr-int and cptr-obj can make typed cptr objects. | Kaz Kylheku | 2017-06-19 | 4 | -11/+123 |
* | awk macro: bugfix: non-use of redirection mode strings. | Kaz Kylheku | 2017-06-19 | 1 | -5/+3 |
* | awk macro: bugfix: :output file stream not closed. | Kaz Kylheku | 2017-06-19 | 2 | -1/+35 |
* | bugfix: regression in horizontal @(trailer) | Kaz Kylheku | 2017-06-19 | 1 | -3/+3 |
* | Version 179.txr-179 | Kaz Kylheku | 2017-06-18 | 7 | -554/+609 |
* | Handle returns of MPI functions that return MP_TOOBIG. | Kaz Kylheku | 2017-06-18 | 4 | -78/+157 |
* | mpi: enforce testing of some return values. | Kaz Kylheku | 2017-06-18 | 1 | -32/+38 |
* | mpi: introduce clamp on number of digits. | Kaz Kylheku | 2017-06-18 | 3 | -2/+13 |
* | mpi: avoid OOB pointer decr in two descending loops. | Kaz Kylheku | 2017-06-18 | 1 | -10/+12 |
* | mpi: smaller default precision. | Kaz Kylheku | 2017-06-18 | 1 | -1/+1 |
* | mpi: fix some careless use of integer types. | Kaz Kylheku | 2017-06-18 | 8 | -131/+138 |
* | ash: check range of bits argument. | Kaz Kylheku | 2017-06-17 | 1 | -0/+5 |
* | ash: fix wrong function name in diagnostics. | Kaz Kylheku | 2017-06-17 | 1 | -3/+3 |
* | listener: inform linenoise of incomplete syntax. | Kaz Kylheku | 2017-06-16 | 2 | -7/+170 |
* | linenoise: callback for checking syntax completeness. | Kaz Kylheku | 2017-06-16 | 2 | -1/+23 |
* | simplify toseq, reverse and nerverse. | Kaz Kylheku | 2017-06-16 | 1 | -39/+28 |
* | New sequence classification system. | Kaz Kylheku | 2017-06-16 | 2 | -0/+73 |
* | New length method on structures. | Kaz Kylheku | 2017-06-16 | 2 | -6/+65 |
* | Support ref, refset on structs via lambda, lambda-set. | Kaz Kylheku | 2017-06-16 | 3 | -1/+30 |
* | reverse, nreverse: do generalized sequences and carray. | Kaz Kylheku | 2017-06-15 | 1 | -2/+10 |
* | ffi: copy-carray, hooked into copy. | Kaz Kylheku | 2017-06-15 | 4 | -0/+37 |
* | ffi: new put-carray and fill-carray functions. | Kaz Kylheku | 2017-06-15 | 3 | -0/+67 |
* | 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 |