summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* naming: get the -func out, at least some of it.Kaz Kylheku2019-10-295-40/+40
* expander: allow TTY interrupt.Kaz Kylheku2019-10-281-0/+2
* doc: bad expression under hash-list.Kaz Kylheku2019-10-281-1/+1
* New function: hash-invert.Kaz Kylheku2019-10-283-0/+127
* New function: identity*Kaz Kylheku2019-10-284-5/+25
* doc: bogus paragraph removed under vec-push.Kaz Kylheku2019-10-281-7/+0
* Version 227.txr-227Kaz Kylheku2019-10-264-5/+15
* configure: stray exitKaz Kylheku2019-10-261-3/+0
* Version 226.txr-226Kaz Kylheku2019-10-257-953/+1035
* configure: memalign fixes.Kaz Kylheku2019-10-252-2/+24
* fixparam: signed/unsigned warning from GNU C++.Kaz Kylheku2019-10-252-2/+2
* hashing: partially revert 63feff9c.Kaz Kylheku2019-10-251-4/+4
* genvmop: bugfix: unbound variable.Kaz Kylheku2019-10-251-1/+1
* parser: use faster, unsafe nreverse.Kaz Kylheku2019-10-253-5/+20
* circle notation: use faster access in backpatch.Kaz Kylheku2019-10-251-7/+5
* circle notation: recycle conses in backpatching.Kaz Kylheku2019-10-241-2/+8
* stdlib: remove unneeded macros from compiled image.Kaz Kylheku2019-10-243-40/+44
* New macro: ldo.Kaz Kylheku2019-10-233-1/+42
* op/do: clean up documentation-implementation problem.Kaz Kylheku2019-10-232-65/+143
* mpi: memory leak in mp_bit.Kaz Kylheku2019-10-221-1/+6
* circle notation: some backpatching optimizations.Kaz Kylheku2019-10-211-6/+13
* hash: observe count in eql-based hash.Kaz Kylheku2019-10-211-0/+3
* hash: rename hash_rec_limit.Kaz Kylheku2019-10-181-10/+10
* hash: get rid of hash_str_limit.Kaz Kylheku2019-10-181-18/+13
* hash: observe count limit for vectors and hash tables.Kaz Kylheku2019-10-181-1/+3
* functions: provide accessors for basic properties.Kaz Kylheku2019-10-184-0/+124
* doc: bitfield allocation rules: endiannness.Kaz Kylheku2019-10-171-4/+27
* compiler: warn on too many lambda args.Kaz Kylheku2019-10-172-0/+4
* vm: prevent overflow of fixparam field in function.Kaz Kylheku2019-10-172-11/+22
* doc: grammar fix in datagram streams.Kaz Kylheku2019-10-171-1/+1
* buffers: new functions buf-str and str-buf.Kaz Kylheku2019-10-172-0/+68
* doc: read-until-match effect on stream position.Kaz Kylheku2019-10-161-0/+23
* doc: relocate misplaced buffer functions.Kaz Kylheku2019-10-161-63/+63
* doc: func-get-name formatting.Kaz Kylheku2019-10-161-2/+2
* doc: #H() can't be written #H nil.Kaz Kylheku2019-10-161-1/+8
* New function: copy-tree.Kaz Kylheku2019-10-164-0/+80
* copy-alist: no mapcar.Kaz Kylheku2019-10-161-1/+4
* copy-cons: more efficient; copies lconses.Kaz Kylheku2019-10-162-8/+34
* tree: printing: handle unnamed functions.Kaz Kylheku2019-10-161-3/+7
* tree: copy-search-tree function.Kaz Kylheku2019-10-164-0/+49
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-165-1/+98
* tree: introduce copy-tnode.Kaz Kylheku2019-10-164-0/+30
* tree: api: harmonize deletion with insertion.Kaz Kylheku2019-10-152-5/+39
* doc: trees and tree nodes documented.Kaz Kylheku2019-10-151-0/+562
* doc: hash-iter missing in diagram.Kaz Kylheku2019-10-151-0/+2
* lib: middle_pivot: whitespace fix.Kaz Kylheku2019-10-151-4/+4
* eval: bugfix: don't pass eval env to macroexpand.Kaz Kylheku2019-10-131-1/+1
* hash: optimize vector access.Kaz Kylheku2019-10-121-22/+18
* hash: use ucnum for hash values everywhere.Kaz Kylheku2019-10-122-12/+12
* doc: document :eq-based.Kaz Kylheku2019-10-111-12/+17