| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Protect internal symbols from uninterning. | Kaz Kylheku | 2017-04-15 | 1 | -2/+31 |
* | Honor *print-circle* disabling in print methods. | Kaz Kylheku | 2017-04-12 | 1 | -6/+10 |
* | quasiliterals: issue in printing embedded syms. | Kaz Kylheku | 2017-04-05 | 1 | -28/+35 |
* | New time-parse-local and time-parse-utc functions. | Kaz Kylheku | 2017-04-04 | 1 | -3/+29 |
* | listener: completion sensitive for slots and methods. | Kaz Kylheku | 2017-03-21 | 1 | -1/+4 |
* | Sandboxing support via *package-alist*. | Kaz Kylheku | 2017-03-17 | 1 | -5/+17 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -11/+11 |
* | split, split*, partition, partition*: allow neg indices. | Kaz Kylheku | 2017-03-14 | 1 | -14/+46 |
* | Fix missing nao terminator in formatted printing. | Kaz Kylheku | 2017-03-13 | 1 | -1/+1 |
* | New functions starts-with and ends-with. | Kaz Kylheku | 2017-03-12 | 1 | -0/+12 |
* | New rmismatch function. | Kaz Kylheku | 2017-03-12 | 1 | -0/+100 |
* | uref: the a.b.c syntax extended to .a.b.c | Kaz Kylheku | 2017-03-06 | 1 | -1/+10 |
* | remq/remove-if family: bugfixes in error message. | Kaz Kylheku | 2017-02-22 | 1 | -9/+9 |
* | New internal function: vec. | Kaz Kylheku | 2017-02-15 | 1 | -0/+22 |
* | Add rassoc and rassql functions. | Kaz Kylheku | 2017-02-11 | 1 | -0/+28 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 1 | -1/+3 |
* | keep/remove: reduce duplication, optimize. | Kaz Kylheku | 2017-02-05 | 1 | -130/+128 |
* | bugfix: incorrect keepql due to spurious statement. | Kaz Kylheku | 2017-02-05 | 1 | -1/+0 |
* | bugfix: rehome_sym not removing from hidden list. | Kaz Kylheku | 2017-02-04 | 1 | -0/+1 |
* | bugfix: don't print unnecessary package prefix. | Kaz Kylheku | 2017-02-04 | 1 | -2/+2 |
* | Optimize merge a little. | Kaz Kylheku | 2017-01-29 | 1 | -4/+6 |
* | bugfix: make list sorting stable, as documented. | Kaz Kylheku | 2017-01-29 | 1 | -11/+11 |
* | bugfix: read print consistency of shadowed symbols. | Kaz Kylheku | 2017-01-29 | 1 | -7/+14 |