summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 179.txr-179Kaz Kylheku2017-06-187-554/+609
* Handle returns of MPI functions that return MP_TOOBIG.Kaz Kylheku2017-06-184-78/+157
* mpi: enforce testing of some return values.Kaz Kylheku2017-06-181-32/+38
* mpi: introduce clamp on number of digits.Kaz Kylheku2017-06-183-2/+13
* mpi: avoid OOB pointer decr in two descending loops.Kaz Kylheku2017-06-181-10/+12
* mpi: smaller default precision.Kaz Kylheku2017-06-181-1/+1
* mpi: fix some careless use of integer types.Kaz Kylheku2017-06-188-131/+138
* ash: check range of bits argument.Kaz Kylheku2017-06-171-0/+5
* ash: fix wrong function name in diagnostics.Kaz Kylheku2017-06-171-3/+3
* listener: inform linenoise of incomplete syntax.Kaz Kylheku2017-06-162-7/+170
* linenoise: callback for checking syntax completeness.Kaz Kylheku2017-06-162-1/+23
* simplify toseq, reverse and nerverse.Kaz Kylheku2017-06-161-39/+28
* New sequence classification system.Kaz Kylheku2017-06-162-0/+73
* New length method on structures.Kaz Kylheku2017-06-162-6/+65
* Support ref, refset on structs via lambda, lambda-set.Kaz Kylheku2017-06-163-1/+30
* reverse, nreverse: do generalized sequences and carray.Kaz Kylheku2017-06-151-2/+10
* ffi: copy-carray, hooked into copy.Kaz Kylheku2017-06-154-0/+37
* ffi: new put-carray and fill-carray functions.Kaz Kylheku2017-06-153-0/+67
* ffi: new integer-carray conversion functions.Kaz Kylheku2017-06-143-0/+211
* bugfix: sign-extend broken for bignums.Kaz Kylheku2017-06-141-0/+1
* Big MPI whitepace and comment cleanup.Kaz Kylheku2017-06-147-2413/+1445
* Update banner to inform about cheatsheet command.Kaz Kylheku2017-06-141-1/+1
* linenoise: Ctrl-X ? displays editing cheatsheet.Kaz Kylheku2017-06-141-0/+101
* ffi: turn carray-sub into accessor.Kaz Kylheku2017-06-133-2/+12
* bugfix: autoload syntactic places.Kaz Kylheku2017-06-132-2/+7
* ffi: fix buggy bitfield allocation.Kaz Kylheku2017-06-131-2/+2
* Version 178.txr-178Kaz Kylheku2017-06-127-929/+969
* Follow up on C++ diagnostics.Kaz Kylheku2017-06-122-7/+7
* Sort groups by symbol in protsym.c.Kaz Kylheku2017-06-121-0/+1
* Eliminate some blank lines in protsym.c.Kaz Kylheku2017-06-121-2/+4
* buf: new bufp function.Kaz Kylheku2017-06-123-0/+23
* awk macro: new fconv conversions c and cz.Kaz Kylheku2017-06-122-3/+22
* int-str: allow radix to be #\c for C conventions.Kaz Kylheku2017-06-122-22/+70
* doc: document bracket notation for carray and buf.Kaz Kylheku2017-06-121-1/+25
* ffi: overflow checks in type system.Kaz Kylheku2017-06-121-10/+14
* streams: add overflow checks.Kaz Kylheku2017-06-121-4/+17
* sysif: add overflow checks.Kaz Kylheku2017-06-121-14/+19
* lib: revamp overflow checks in vec operations.Kaz Kylheku2017-06-121-16/+11
* lib: reimplement chk_wmalloc using chk_xalloc.Kaz Kylheku2017-06-121-4/+2
* lib: new chk_xalloc, with mult overflow check.Kaz Kylheku2017-06-122-0/+13
* ffi: fix carray multiplication overflow checks.Kaz Kylheku2017-06-121-3/+3
* ffi: add carrayp function.Kaz Kylheku2017-06-123-0/+23
* ffi: new carray-replace function.Kaz Kylheku2017-06-114-0/+175
* ffi: new function, carray-pun.Kaz Kylheku2017-06-113-0/+60
* ffi: handle sub operation in carray.Kaz Kylheku2017-06-114-1/+136
* ffi: support sel operation on carray.Kaz Kylheku2017-06-114-7/+42
* buf: support ref, refset and indexing.Kaz Kylheku2017-06-111-0/+5
* length function supports carray.Kaz Kylheku2017-06-112-0/+8
* doc: document length for buf.Kaz Kylheku2017-06-111-10/+13
* ffi: new carray-get and carray-put functions.Kaz Kylheku2017-06-103-0/+145