| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -0/+35 |
* | quasistrings: reduce consing. | Kaz Kylheku | 2020-05-30 | 1 | -6/+34 |
* | search, rsearch: rewrite using seq_info and bugfix. | Kaz Kylheku | 2020-05-25 | 1 | -114/+86 |
* | update: convert to seq_info. | Kaz Kylheku | 2020-05-25 | 1 | -14/+11 |
* | rsearch: fix broken. | Kaz Kylheku | 2020-05-25 | 1 | -4/+2 |
* | search/rsearch: wrong object in bad key diagnostic. | Kaz Kylheku | 2020-05-25 | 1 | -2/+2 |
* | lib: combine cat_str and vscat implementations. | Kaz Kylheku | 2020-05-24 | 1 | -105/+91 |
* | New assert macro. | Kaz Kylheku | 2020-05-18 | 1 | -0/+7 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -7/+37 |
* | lib: use seq-info for sort and shuffle. | Kaz Kylheku | 2020-05-13 | 1 | -19/+25 |
* | funcall: fight spurious retention. | Kaz Kylheku | 2020-05-05 | 1 | -4/+4 |
* | lib: convert counting and predicate quantifying to seq_info. | Kaz Kylheku | 2020-05-05 | 1 | -65/+88 |
* | lib/buf: use unsigned integers around allocations. | Kaz Kylheku | 2020-04-25 | 1 | -3/+3 |
* | printer: add package prefix on symbols with zero-length name. | Kaz Kylheku | 2020-04-22 | 1 | -0/+3 |
* | seq_info: bugfix: uninitialized type field. | Kaz Kylheku | 2020-04-20 | 1 | -1/+1 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -4/+4 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -0/+6 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -7/+5 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -9/+9 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+4 |
* | New contains function: near alias of search. | Kaz Kylheku | 2020-03-23 | 1 | -0/+5 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 1 | -1/+5 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -34/+34 |
* | strings: bugfix: broken inequality comparisons. | Kaz Kylheku | 2020-03-07 | 1 | -1/+4 |
* | less: fix broken semantics for symbols. | Kaz Kyheku | 2020-03-04 | 1 | -1/+20 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 1 | -0/+28 |
* | New functions: meq, meql and mequal. | Kaz Kylheku | 2020-02-22 | 1 | -0/+27 |
* | c_str: don't allow symbols. | Kaz Kyheku | 2020-01-31 | 1 | -2/+4 |
* | New function: merge-delete-package. | Kaz Kyheku | 2020-01-29 | 1 | -0/+19 |
* | New function: coded-length. | Kaz Kylheku | 2020-01-18 | 1 | -0/+5 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | OOP: implementing multiple inheritance. | Kaz Kylheku | 2019-12-11 | 1 | -8/+2 |
* | intern-fb: bugfix: optional argument handling. | Kaz Kylheku | 2019-11-28 | 1 | -1/+1 |
* | intern-fb: use correct name in diagnostics. | Kaz Kylheku | 2019-11-28 | 1 | -2/+2 |
* | buffers: support list operations. | Kaz Kylheku | 2019-11-20 | 1 | -0/+18 |
* | identity*: fix wrong argument index type. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | syntax: new .? operator for null-safe object access. | Kaz Kylheku | 2019-11-05 | 1 | -12/+26 |
* | lib: use stack-allocated hash iterators everywhere. | Kaz Kylheku | 2019-11-01 | 1 | -15/+25 |
* | lib: don't assume time_t is signed. | Kaz Kylheku | 2019-10-31 | 1 | -10/+10 |
* | New function: identity* | Kaz Kylheku | 2019-10-28 | 1 | -2/+13 |
* | configure: memalign fixes. | Kaz Kylheku | 2019-10-25 | 1 | -1/+1 |
* | fixparam: signed/unsigned warning from GNU C++. | Kaz Kylheku | 2019-10-25 | 1 | -1/+1 |
* | parser: use faster, unsafe nreverse. | Kaz Kylheku | 2019-10-25 | 1 | -0/+14 |
* | functions: provide accessors for basic properties. | Kaz Kylheku | 2019-10-18 | 1 | -0/+63 |
* | vm: prevent overflow of fixparam field in function. | Kaz Kylheku | 2019-10-17 | 1 | -9/+17 |
* | New function: copy-tree. | Kaz Kylheku | 2019-10-16 | 1 | -0/+15 |
* | copy-alist: no mapcar. | Kaz Kylheku | 2019-10-16 | 1 | -1/+4 |
* | copy-cons: more efficient; copies lconses. | Kaz Kylheku | 2019-10-16 | 1 | -2/+12 |
* | tree: copy-search-tree function. | Kaz Kylheku | 2019-10-16 | 1 | -0/+2 |