summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sub and replace redirect to structure methods.Kaz Kylheku2018-01-013-6/+121
* New inlined test for struct object.Kaz Kylheku2017-12-313-19/+20
* New methods rplaca and rplacd.Kaz Kylheku2017-12-304-2/+101
* refset: better diagnostics.Kaz Kylheku2017-12-291-1/+3
* doc: invoke-catch: no such function as get-framesKaz Kylheku2017-12-291-2/+3
* read, iread: source location recording now conditional.Kaz Kylheku2017-12-295-64/+130
* hash: read/print consistency regression.Kaz Kylheku2017-12-283-57/+78
* doc: document listener :prompt properly.Kaz Kylheku2017-12-281-1/+1
* Version 188.txr-188Kaz Kylheku2017-12-197-762/+815
* 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