summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bugfix: don't record source loc of symbols and numbers.Kaz Kylheku2018-02-051-4/+22
* doc: write Equality Substitution section.Kaz Kylheku2018-02-051-0/+63
* doc: clarify text under constantpKaz Kylheku2018-02-051-3/+3
* doc: more detail in ref/refset re: structs.Kaz Kylheku2018-01-311-5/+32
* doc: grammatic agreement under equal method.Kaz Kylheku2018-01-301-1/+1
* doc: bad formatting of lambda-set syntaxKaz Kylheku2018-01-301-1/+1
* doc: clarification in :maxgap example.Kaz Kylheku2018-01-261-1/+1
* doc: fix "five lines" typo in :maxgap description.Kaz Kylheku2018-01-261-1/+3
* doc: fix mistake in summary of @(repeat)Kaz Kylheku2018-01-261-2/+2
* doc: formatting of in directives intro.Kaz Kylheku2018-01-261-1/+3
* doc: some clarifications about dwim brackets.Kaz Kylheku2018-01-251-6/+13
* Fix broken autoload of socket functions.Kaz Kylheku2018-01-251-0/+3
* doc: update car, cdr, rplaca, rplacd.Kaz Kylheku2018-01-081-26/+114
* tail: reduce calls to cdr.Kaz Kylheku2018-01-071-2/+3
* term: move near site of use.Kaz Kylheku2018-01-073-8/+7
* listref_l: remove.Kaz Kylheku2018-01-062-18/+0
* 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