summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix lack of robustness in struct module.Kaz Kylheku2017-02-201-6/+6
* Bugfix: h_trailer has to intercept accept.Kaz Kylheku2017-02-161-8/+26
* Support horizontal @(block), phase 2.Kaz Kylheku2017-02-151-12/+62
* New internal function: vec.Kaz Kylheku2017-02-152-0/+23
* Support horizontal @(block), phase 1.Kaz Kylheku2017-02-152-0/+50
* Support horizontal form of @(throw).Kaz Kylheku2017-02-132-0/+15
* Version 169.txr-169Kaz Kylheku2017-02-116-264/+288
* Add rassoc and rassql functions.Kaz Kylheku2017-02-114-3/+82
* consistency: treat members of struct env in order.Kaz Kylheku2017-02-101-2/+2
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-107-46/+69
* Properly default arguments in expand_with_free_refs.Kaz Kylheku2017-02-101-1/+3
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-106-10/+46
* awk macro: warn about invalid function use in rng.Kaz Kylheku2017-02-101-11/+26
* awk macro: warn about invalid var use in rng forms.Kaz Kylheku2017-02-091-30/+50
* Extend functionality of sys:expand-with-free-refs.Kaz Kylheku2017-02-091-5/+71
* sys:op: don't warn about @var targets.Kaz Kylheku2017-02-091-5/+11
* Suppress only deferrable warnings in op expander.Kaz Kylheku2017-02-091-1/+1
* Muffle only deferrable warnings in sys:expand.Kaz Kylheku2017-02-093-1/+10
* bugfix: no restart catch in compile-warning.Kaz Kylheku2017-02-091-1/+3
* New system function: expand-with-free-refs.Kaz Kylheku2017-02-081-0/+35
* doc: dotimes heading formatting.Kaz Kylheku2017-02-071-1/+2
* Version 168.txr-168Kaz Kylheku2017-02-026-226/+260
* Adding whena macro.Kaz Kylheku2017-02-053-1/+23
* bugfix: wrongly strict stream class check in poll.Kaz Kylheku2017-02-051-1/+1
* keep/remove: reduce duplication, optimize.Kaz Kylheku2017-02-052-138/+136
* bugfix: incorrect keepql due to spurious statement.Kaz Kylheku2017-02-051-1/+0
* Expose rlcp_tree function.Kaz Kylheku2017-02-042-2/+29
* Add useful sys:bits function.Kaz Kylheku2017-02-041-0/+8
* doc: typo under hidden sym.Kaz Kylheku2017-02-041-1/+1
* bugfix: rehome_sym not removing from hidden list.Kaz Kylheku2017-02-041-0/+1
* bugfix: don't print unnecessary package prefix.Kaz Kylheku2017-02-041-2/+2
* Improve diagnostic of error during place expansion.Kaz Kylheku2017-02-041-0/+3
* Replace sys:cp-origin with smarter function.Kaz Kylheku2017-02-041-17/+10
* bugfix: "expansion at nil" in error trace.Kaz Kylheku2017-02-031-1/+1
* Dump deferred warnings when eval exception thrown.Kaz Kylheku2017-02-032-0/+3
* Expand sys:setqf separately, with better accuracy.Kaz Kylheku2017-02-031-1/+25
* Forbid lexical function mutation.Kaz Kylheku2017-02-031-1/+39
* Expander check for macro destination in setq forms.Kaz Kylheku2017-02-031-0/+4
* When expanding sys:lisp1-value, check for bad form.Kaz Kylheku2017-02-031-1/+5
* More accurate error wording from Lisp-1 operators.Kaz Kylheku2017-02-031-2/+2
* Remove sys:*lisp1* hack from place expansion.Kaz Kylheku2017-02-031-24/+32
* bugfix: limit depth of Lisp-1 treatment of places.Kaz Kylheku2017-02-021-0/+3
* Version 167.txr-167Kaz Kylheku2017-02-026-590/+633
* parser: diagnose run-on symbols.Kaz Kylheku2017-02-011-0/+14
* parser: diagnose more kinds of junk after float.Kaz Kylheku2017-02-011-1/+2
* Suppress undef warnings in command line file.Kaz Kylheku2017-01-291-0/+3
* Optimize merge a little.Kaz Kylheku2017-01-291-4/+6
* bugfix: make list sorting stable, as documented.Kaz Kylheku2017-01-291-11/+11
* awk: support list of string as input source.Kaz Kylheku2017-01-292-4/+17
* bugfix: read print consistency of shadowed symbols.Kaz Kylheku2017-01-291-7/+14