summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New functions: rlist and rlist*.Kaz Kylheku2017-12-182-0/+135
* expander: do constant folding of a..b range exprs.Kaz Kylheku2017-12-181-0/+9
* doc: listener: clarify about deletion in selection mode.Kaz Kylheku2017-12-151-3/+11
* doc: ffi: clarify in and out nuances.Kaz Kylheku2017-12-151-6/+7
* awk: condense implementation of range-macros.Kaz Kylheku2017-12-151-36/+13
* doc: slots, not members.Kaz Kylheku2017-12-141-9/+9
* doc: wrong typesetting of suspend.Kaz Kylheku2017-12-141-1/+1
* doc: swapped words in continuations description.Kaz Kylheku2017-12-141-1/+1
* doc: attempt to clarify continuations.Kaz Kylheku2017-12-141-18/+85
* doc: example formatting under tuples.Kaz Kylheku2017-12-141-1/+2
* doc: severe formatting problem under int-str.Kaz Kylheku2017-12-141-2/+2
* doc: mapcar heading problem.Kaz Kylheku2017-12-141-1/+1
* Structure delegate streams documented.Kaz Kylheku2017-12-141-0/+446
* New feature: structure delegate streams.Kaz Kylheku2017-12-088-13/+434
* trace: bugfix: spurious "previously traced" warningKaz Kylheku2017-12-081-2/+2
* hash tables: now default to :equal-based.Kaz Kylheku2017-12-063-39/+114
* prof: deal with overflowing mem counters.Kaz Kylheku2017-12-042-2/+19
* args: redesign args extractor to just use array.Kaz Kylheku2017-12-043-50/+27
* hash: use new args keyword extraction mechanism.Kaz Kylheku2017-12-011-6/+8
* args: keyword extraction mechanism.Kaz Kylheku2017-12-012-0/+94
* Rewrite internal mapping function.Kaz Kylheku2017-11-301-4/+21
* bugfix: code-walk the result of a declined macro.Kaz Kylheku2017-11-291-2/+3
* macros: expand declined form in outer env.Kaz Kylheku2017-11-244-1/+63
* Fix quoted function name in unsupported object errors.Kaz Kylheku2017-11-231-11/+17
* New function: grade.Kaz Kylheku2017-11-234-0/+90
* lastcons: streamline.Kaz Kylheku2017-11-221-1/+1
* bugfix: tail handles improper list.Kaz Kylheku2017-11-221-1/+1
* doc: re-doc append, split off append*.Kaz Kylheku2017-11-221-26/+134
* bugfix: two issues in mappend* and append*.Kaz Kylheku2017-11-211-29/+23
* Version 187.txr-187Kaz Kylheku2017-11-176-6/+55
* doc: pos-max, find-max: notes about multiple maxima.Kaz Kylheku2017-11-161-0/+25
* Use fixnum indices for vector iteration.Kaz Kylheku2017-11-161-41/+51
* pos-max: rewrite.Kaz Kylheku2017-11-161-18/+48
* find-max: bugfix for zero length vectors.Kaz Kylheku2017-11-151-10/+15
* pos-if, rpos-if: rewrite.Kaz Kylheku2017-11-151-25/+72
* posq, posql, posqual, rposq, rposql, rposqual: rewriteKaz Kylheku2017-11-151-93/+30
* pos, rpos: rewrite with seq_info.Kaz Kylheku2017-11-151-57/+88
* rfind-if: optimized rewrite and hash support.Kaz Kylheku2017-11-152-10/+60
* find-if: optimized rewrite and hash support.Kaz Kylheku2017-11-152-10/+63
* find-max: tiny optimization for vectors.Kaz Kylheku2017-11-151-1/+1
* doc: subtypep unspecified behaviorKaz Kylheku2017-11-141-0/+3
* awk: replace set-diff uses with diff.Kaz Kylheku2017-11-011-4/+4
* streams: allow "b" flag on open-command.Kaz Kylheku2017-10-303-3/+20
* doc: wording under eq.Kaz Kylheku2017-10-301-1/+1
* doc: wrong wording under put-buf.Kaz Kylheku2017-10-301-1/+1
* genvim: % is constituent of identifiers.Kaz Kylheku2017-10-301-1/+1
* awk: implement ranges right using functions.Kaz Kylheku2017-10-293-74/+133
* New convenience I/O functions for buffers.Kaz Kylheku2017-10-273-0/+101
* awk: more range test cases.Kaz Kylheku2017-10-272-1/+7
* awk: fix buggy handling of new -- ranges.Kaz Kylheku2017-10-271-21/+17