summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 218.txr-218Kaz Kylheku2019-06-197-947/+1000
* ash: refactor in light of gc bug.Kaz Kylheku2019-06-191-24/+38
* ash: gc problem.Kaz Kylheku2019-06-191-0/+1
* internal debug support: reduce noise from sweep_one.Kaz Kylheku2019-06-191-1/+1
* packages: generational gc bug.Kaz Kylheku2019-06-191-4/+4
* make-struct-type: fix far-fetched gc/stability issue.Kaz Kylheku2019-06-191-2/+2
* structs: gc bug due to derived hook.Kaz Kylheku2019-06-191-3/+5
* buffers: bug: wrong object in format arguments.Kaz Kylheku2019-06-181-1/+1
* logcount: crash in 64 bit build.Kaz Kylheku2019-06-181-1/+1
* New function: bitset.Kaz Kylheku2019-06-183-1/+122
* carray-replace: use seq_iter.Kaz Kylheku2019-06-181-15/+5
* sub-list, sub-vec, sub-str: becoming accessors.Kaz Kylheku2019-06-173-5/+107
* expander: relax sys:setq and lisp-1 stringency.Kaz Kylheku2019-06-171-23/+21
* buf, carray: accessors must eval new value once.Kaz Kylheku2019-06-171-2/+6
* defset: code tidying.Kaz Kylheku2019-06-171-1/+1
* defset: fix non-hygienic Lisp-1 evaluation.Kaz Kylheku2019-06-171-7/+7
* defset: gensyms needed for hygiene.Kaz Kylheku2019-06-171-21/+22
* defset: add tests.Kaz Kylheku2019-06-172-0/+11
* buffers: comment added in buf_shrink.Kaz Kylheku2019-06-171-1/+1
* buffers: sub-buf becomes accessor.Kaz Kylheku2019-06-173-2/+21
* doc: sub place semantics described wrongly.Kaz Kylheku2019-06-171-4/+36
* carray-sub: improved accessor.Kaz Kylheku2019-06-172-5/+14
* doc: defset short form is like define-accessorKaz Kylheku2019-06-161-3/+17
* doc: nftw typo.Kaz Kylheku2019-06-161-1/+1
* doc: reduce amount of "This function" wording.Kaz Kylheku2019-06-161-26/+76
* doc: listp and proper-list-p are list only.Kaz Kylheku2019-06-161-0/+6
* doc: improvements in sub + replace variants.Kaz Kylheku2019-06-161-43/+34
* doc: carray-pun copy-paste issue.Kaz Kylheku2019-06-151-1/+1
* buffers: expose sub-buf and replace-buf.Kaz Kylheku2019-06-152-0/+61
* Replace lt(x, zero) pattern.Kaz Kylheku2019-06-156-39/+39
* compile-file: translate --lisp option in hash bang.Kaz Kylheku2019-06-142-2/+9
* cat-str, split-str: sep can be character.Kaz Kylheku2019-06-142-7/+29
* select: maintenance.Kaz Kylheku2019-06-142-41/+56
* buffers: support negative indexing from end.Kaz Kylheku2019-06-141-16/+18
* carray-refset: bugfix: support negative indexing.Kaz Kylheku2019-06-141-0/+3
* replace-list: negatives in index-list follow convention.Kaz Kylheku2019-06-142-5/+15
* replace-str, replace-vec: remove call to len.Kaz Kylheku2019-06-131-2/+2
* carray-replace: missing functionality.Kaz Kylheku2019-06-131-7/+24
* buffers: replace operation.Kaz Kylheku2019-06-123-1/+91
* Makefile: non-configured distclean removes tlo's.Kaz Kylheku2019-06-121-1/+1
* sub-vec: optimize no-op case.Kaz Kylheku2019-06-122-2/+3
* toseq: remove unused function.Kaz Kylheku2019-06-122-16/+0
* replace-vec, replace-str: refactor with sequence iteration.Kaz Kylheku2019-06-121-97/+53
* doc: no such thing as varray.Kaz Kylheku2019-06-121-6/+6
* doc: clarifications under zarrayKaz Kylheku2019-06-121-6/+17
* ffi: adjust in semantics of variable zarray.Kaz Kylheku2019-06-122-7/+3
* replace_list: revise, fixing several bugs.Kaz Kylheku2019-06-121-49/+37
* seq iterators: new peek operation.Kaz Kylheku2019-06-122-0/+42
* buffers: allow sub operation.Kaz Kylheku2019-06-113-1/+40
* New function: hash-peek.Kaz Kylheku2019-06-113-8/+52