| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hash: get rid of hash_str_limit. | Kaz Kylheku | 2019-10-18 | 1 | -18/+13 |
* | hash: observe count limit for vectors and hash tables. | Kaz Kylheku | 2019-10-18 | 1 | -1/+3 |
* | functions: provide accessors for basic properties. | Kaz Kylheku | 2019-10-18 | 4 | -0/+124 |
* | doc: bitfield allocation rules: endiannness. | Kaz Kylheku | 2019-10-17 | 1 | -4/+27 |
* | compiler: warn on too many lambda args. | Kaz Kylheku | 2019-10-17 | 2 | -0/+4 |
* | vm: prevent overflow of fixparam field in function. | Kaz Kylheku | 2019-10-17 | 2 | -11/+22 |
* | doc: grammar fix in datagram streams. | Kaz Kylheku | 2019-10-17 | 1 | -1/+1 |
* | buffers: new functions buf-str and str-buf. | Kaz Kylheku | 2019-10-17 | 2 | -0/+68 |
* | doc: read-until-match effect on stream position. | Kaz Kylheku | 2019-10-16 | 1 | -0/+23 |
* | doc: relocate misplaced buffer functions. | Kaz Kylheku | 2019-10-16 | 1 | -63/+63 |
* | doc: func-get-name formatting. | Kaz Kylheku | 2019-10-16 | 1 | -2/+2 |
* | doc: #H() can't be written #H nil. | Kaz Kylheku | 2019-10-16 | 1 | -1/+8 |
* | New function: copy-tree. | Kaz Kylheku | 2019-10-16 | 4 | -0/+80 |
* | copy-alist: no mapcar. | Kaz Kylheku | 2019-10-16 | 1 | -1/+4 |
* | copy-cons: more efficient; copies lconses. | Kaz Kylheku | 2019-10-16 | 2 | -8/+34 |
* | tree: printing: handle unnamed functions. | Kaz Kylheku | 2019-10-16 | 1 | -3/+7 |
* | tree: copy-search-tree function. | Kaz Kylheku | 2019-10-16 | 4 | -0/+49 |
* | tree: node set functions and syntactic places. | Kaz Kylheku | 2019-10-16 | 5 | -1/+98 |
* | tree: introduce copy-tnode. | Kaz Kylheku | 2019-10-16 | 4 | -0/+30 |
* | tree: api: harmonize deletion with insertion. | Kaz Kylheku | 2019-10-15 | 2 | -5/+39 |
* | doc: trees and tree nodes documented. | Kaz Kylheku | 2019-10-15 | 1 | -0/+562 |
* | doc: hash-iter missing in diagram. | Kaz Kylheku | 2019-10-15 | 1 | -0/+2 |
* | lib: middle_pivot: whitespace fix. | Kaz Kylheku | 2019-10-15 | 1 | -4/+4 |
* | eval: bugfix: don't pass eval env to macroexpand. | Kaz Kylheku | 2019-10-13 | 1 | -1/+1 |
* | hash: optimize vector access. | Kaz Kylheku | 2019-10-12 | 1 | -22/+18 |
* | hash: use ucnum for hash values everywhere. | Kaz Kylheku | 2019-10-12 | 2 | -12/+12 |
* | doc: document :eq-based. | Kaz Kylheku | 2019-10-11 | 1 | -12/+17 |
* | hash: strengthen type mutual exclusion check. | Kaz Kylheku | 2019-10-11 | 1 | -8/+13 |
* | parser: use eq-based hash for source location info. | Kaz Kylheku | 2019-10-11 | 1 | -1/+1 |
* | parser: use eq-based hash for circular notation. | Kaz Kylheku | 2019-10-11 | 1 | -1/+1 |
* | printer: obj_hash must be eq-based. | Kaz Kylheku | 2019-10-11 | 1 | -2/+2 |
* | expander: origin_hash must be eq-based. | Kaz Kylheku | 2019-10-11 | 1 | -1/+1 |
* | hash: implement :eq-based. | Kaz Kylheku | 2019-10-11 | 2 | -8/+120 |
* | sort: remove obsolete comments. | Kaz Kylheku | 2019-10-08 | 1 | -10/+1 |
* | tree: circular notation support. | Kaz Kylheku | 2019-10-07 | 2 | -0/+30 |
* | tree: add tree-clear function. | Kaz Kylheku | 2019-10-07 | 2 | -0/+12 |
* | tree: make node insertion external. | Kaz Kylheku | 2019-10-07 | 2 | -1/+2 |
* | tree: insert must clear left/right links. | Kaz Kylheku | 2019-10-07 | 1 | -0/+3 |
* | circle notation: bugfix for hash_userdata. | Kaz Kylheku | 2019-10-07 | 1 | -0/+3 |
* | op: new features for anonymous recursion. | Kaz Kylheku | 2019-10-03 | 2 | -40/+88 |
* | symbol-function: don't break existing compiled code. | Kaz Kylheku | 2019-10-03 | 1 | -2/+2 |
* | tree: tree iterators. | Kaz Kylheku | 2019-10-03 | 2 | -1/+56 |
* | tree: bug in key handling in insertion. | Kaz Kylheku | 2019-10-01 | 1 | -16/+17 |
* | tree: crash when root is to be replaced. | Kaz Kylheku | 2019-10-01 | 1 | -4/+9 |
* | safety: fix type tests that code can subvert. | Kaz Kylheku | 2019-09-30 | 7 | -12/+19 |
* | tree: add treep predicate. | Kaz Kylheku | 2019-09-30 | 2 | -0/+7 |
* | tree: allow quasiquoting into #T syntax. | Kaz Kylheku | 2019-09-28 | 4 | -11/+46 |
* | symbol-function: support lambda expressions. | Kaz Kylheku | 2019-09-27 | 3 | -15/+33 |
* | stdlib: fix incorrect uses of compile-error. | Kaz Kylheku | 2019-09-27 | 4 | -40/+38 |
* | fun operator: don't cons binding when handling lambda. | Kaz Kylheku | 2019-09-26 | 1 | -4/+4 |