summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* refset: implement objects that support car method.Kaz Kylheku2018-01-061-12/+46
* nthcdr: terminate loop if end of list hit.Kaz Kylheku2018-01-051-1/+1
* car, cdr: self-identify in error message.Kaz Kylheku2018-01-051-2/+2
* car, cdr: fall back on lambda method.Kaz Kylheku2018-01-031-4/+24
* ltail: unused function.Kaz Kylheku2018-01-022-8/+0
* seq_info: bugfix: wrong object tested obj_struct_p.Kaz Kylheku2018-01-021-1/+1
* seq_info: whitespace.Kaz Kylheku2018-01-021-1/+1
* last: rewrite using seq_info.Kaz Kylheku2018-01-021-10/+17
* eliminate cdr_l use from implementation of last.Kaz Kylheku2018-01-022-12/+8
* Use rplaca and rplacd instead of set over car_l/cdr_l.Kaz Kylheku2018-01-017-28/+28
* 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