| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: replace_str uses string_extend incorrectly. | Kaz Kylheku | 2017-08-24 | 1 | -1/+1 |
* | Revising out-of-memory handling. | Kaz Kylheku | 2017-08-18 | 1 | -13/+14 |
* | vec-set-length maintenance. | Kaz Kylheku | 2017-08-17 | 1 | -4/+13 |
* | Rewriting string-extend. | Kaz Kylheku | 2017-08-17 | 1 | -26/+25 |
* | New spl and tok: variants of tok-str and split-str. | Kaz Kylheku | 2017-08-07 | 1 | -0/+14 |
* | bugfix: n-ary arith functions must check single arg. | Kaz Kylheku | 2017-08-05 | 1 | -8/+57 |
* | Add sum and prod convenience functions. | Kaz Kylheku | 2017-08-05 | 1 | -0/+12 |
* | lib: deprecate set-diff; extend set operations. | Kaz Kylheku | 2017-07-26 | 1 | -0/+59 |
* | find, pos: optimize and support objects properly. | Kaz Kylheku | 2017-07-18 | 1 | -21/+114 |
* | new function: nth | Kaz Kylheku | 2017-07-18 | 1 | -0/+5 |
* | lib: new function, relate. | Kaz Kylheku | 2017-07-17 | 1 | -0/+25 |
* | ffi: relaxation in cptr put semantics. | Kaz Kylheku | 2017-07-02 | 1 | -5/+10 |
* | New cptr functions cptr-cast and int-cptr. | Kaz Kylheku | 2017-06-26 | 1 | -0/+11 |
* | cptr-int and cptr-obj can make typed cptr objects. | Kaz Kylheku | 2017-06-19 | 1 | -4/+6 |
* | simplify toseq, reverse and nerverse. | Kaz Kylheku | 2017-06-16 | 1 | -39/+28 |
* | New sequence classification system. | Kaz Kylheku | 2017-06-16 | 1 | -0/+60 |
* | New length method on structures. | Kaz Kylheku | 2017-06-16 | 1 | -4/+17 |
* | Support ref, refset on structs via lambda, lambda-set. | Kaz Kylheku | 2017-06-16 | 1 | -0/+11 |
* | 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 | 1 | -0/+2 |
* | Follow up on C++ diagnostics. | Kaz Kylheku | 2017-06-12 | 1 | -1/+1 |
* | int-str: allow radix to be #\c for C conventions. | Kaz Kylheku | 2017-06-12 | 1 | -18/+42 |
* | 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 | 1 | -0/+12 |
* | ffi: new carray-replace function. | Kaz Kylheku | 2017-06-11 | 1 | -0/+4 |
* | ffi: handle sub operation in carray. | Kaz Kylheku | 2017-06-11 | 1 | -0/+2 |
* | ffi: support sel operation on carray. | Kaz Kylheku | 2017-06-11 | 1 | -0/+5 |
* | buf: support ref, refset and indexing. | Kaz Kylheku | 2017-06-11 | 1 | -0/+5 |
* | length function supports carray. | Kaz Kylheku | 2017-06-11 | 1 | -0/+2 |
* | ffi: retain some functionality if libffi missing. | Kaz Kylheku | 2017-06-10 | 1 | -10/+0 |
* | ffi: support ref, refset and indexing on carray. | Kaz Kylheku | 2017-06-09 | 1 | -0/+13 |
* | ffi: fix broken bchar array get. | Kaz Kylheku | 2017-06-05 | 1 | -1/+2 |
* | mkstring char argument is optional. | Kaz Kylheku | 2017-06-01 | 1 | -1/+2 |
* | Splitting cptr object into separate CPTR tag. | Kaz Kylheku | 2017-05-15 | 1 | -7/+54 |
* | less table robust against type renumbering. | Kaz Kylheku | 2017-05-15 | 1 | -19/+14 |
* | bugfix: use proper hashing for cptr. | Kaz Kylheku | 2017-05-15 | 1 | -1/+7 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | cptr: new functions. | Kaz Kylheku | 2017-05-09 | 1 | -0/+25 |
* | Fix broken quasilist print notation. | Kaz Kylheku | 2017-05-05 | 1 | -1/+0 |
* | length: support buffer objects. | Kaz Kylheku | 2017-05-04 | 1 | -0/+2 |
* | Detect negative length in string, vec construction. | Kaz Kylheku | 2017-05-04 | 1 | -3/+16 |
* | ffi: map (array n bchar) to Lisp string. | Kaz Kylheku | 2017-05-04 | 1 | -0/+9 |
* | ffi: new bstr type. | Kaz Kylheku | 2017-05-04 | 1 | -0/+24 |
* | bugfix: tostringp not behaving right for floats. | Kaz Kylheku | 2017-05-04 | 1 | -1/+3 |
* | ffi: allow ptr-in-out passing of cptr. | Kaz Kylheku | 2017-04-28 | 1 | -0/+6 |
* | Provide access to dlopen. | Kaz Kylheku | 2017-04-25 | 1 | -2/+2 |
* | Start of FFI implementation based on libffi. | Kaz Kylheku | 2017-04-24 | 1 | -0/+6 |
* | Continuing implementation of buffers. | Kaz Kylheku | 2017-04-21 | 1 | -0/+10 |
* | New buffer data type. | Kaz Kylheku | 2017-04-16 | 1 | -1/+11 |