| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |