| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tree: introduce copy-tnode. | Kaz Kylheku | 2019-10-16 | 1 | -0/+2 |
* | lib: middle_pivot: whitespace fix. | Kaz Kylheku | 2019-10-15 | 1 | -4/+4 |
* | printer: obj_hash must be eq-based. | Kaz Kylheku | 2019-10-11 | 1 | -2/+2 |
* | sort: remove obsolete comments. | Kaz Kylheku | 2019-10-08 | 1 | -10/+1 |
* | tree: circular notation support. | Kaz Kylheku | 2019-10-07 | 1 | -0/+5 |
* | safety: fix type tests that code can subvert. | Kaz Kylheku | 2019-09-30 | 1 | -2/+8 |
* | Use put_char for single character output. | Kaz Kylheku | 2019-09-26 | 1 | -3/+3 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -1/+26 |
* | equal: reduce type checking for conses. | Kaz Kylheku | 2019-09-20 | 1 | -3/+22 |
* | buffers: allow inequality comparison with less. | Kaz Kylheku | 2019-09-20 | 1 | -0/+14 |
* | gc: align objects more strictly. | Kaz Kylheku | 2019-09-12 | 1 | -1/+24 |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -1/+1 |
* | Improve overflow checks in string catenation. | Kaz Kylheku | 2019-09-12 | 1 | -8/+8 |
* | printer: put out BOM character as #\xFEFF. | Kaz Kylheku | 2019-09-10 | 1 | -1/+4 |
* | bracket: bug: wrong result when function is applied. | Kaz Kylheku | 2019-09-10 | 1 | -4/+4 |
* | Bugfix: incorrect appending to improper lists. | Kaz Kylheku | 2019-09-09 | 1 | -9/+16 |
* | subtypep: structs with car or length method are sequences. | Kaz Kylheku | 2019-09-06 | 1 | -0/+7 |
* | seq_info: bug: nil for objects with only length method. | Kaz Kylheku | 2019-09-06 | 1 | -1/+1 |
* | subtypep: remove useless eq. | Kaz Kylheku | 2019-09-06 | 1 | -1/+1 |
* | lib: access special methods via special slot mechanism. | Kaz Kylheku | 2019-09-06 | 1 | -26/+23 |
* | seq_info: remove redundant car slot lookup. | Kaz Kylheku | 2019-09-04 | 1 | -2/+0 |
* | type: lcons and string are subtypes of sequence. | Kaz Kylheku | 2019-09-04 | 1 | -1/+1 |
* | New function: tailp. | Kaz Kylheku | 2019-09-03 | 1 | -0/+10 |
* | New function: cptr-buf. | Kaz Kylheku | 2019-08-21 | 1 | -0/+7 |
* | New function: intern-fb. | Kaz Kylheku | 2019-08-20 | 1 | -0/+11 |
* | lib: streamline interning slightly. | Kaz Kylheku | 2019-08-20 | 1 | -13/+14 |
* | new functions: find-symbol and find-symbol-fb. | Kaz Kylheku | 2019-08-19 | 1 | -8/+49 |
* | seq_iter: remove pointless one-member union. | Kaz Kylheku | 2019-08-14 | 1 | -6/+6 |
* | where: bugfix: doesn't work for non-list sequence. | Kaz Kylheku | 2019-08-14 | 1 | -13/+7 |
* | reverse: bugfix: garbage object in error message. | Kaz Kylheku | 2019-08-09 | 1 | -1/+1 |
* | lib: don't GC-protect two non-heap objects. | Kaz Kylheku | 2019-08-06 | 1 | -1/+1 |
* | relate: optimize with hashes. | Kaz Kylheku | 2019-07-17 | 1 | -3/+27 |
* | chk_calloc: use unsigned arithmetic. | Kaz Kylheku | 2019-07-11 | 1 | -1/+1 |
* | replace: deal with overlapping. | Kaz Kylheku | 2019-07-05 | 1 | -3/+3 |
* | empty: handle buffers. | Kaz Kylheku | 2019-06-30 | 1 | -0/+2 |
* | seq_info: nullify bugfix. | Kaz Kylheku | 2019-06-28 | 1 | -13/+19 |