summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* symbol-function: support lambda expressions.Kaz Kylheku2019-09-271-2/+6
* stdlib: fix incorrect uses of compile-error.Kaz Kylheku2019-09-274-40/+38
* op: eliminate useless quasiquote.Kaz Kylheku2019-09-151-1/+1
* Version 225.txr-225Kaz Kylheku2019-09-111-1/+1
* list-builder: remove wasteful slot accesses.Kaz Kylheku2019-09-101-11/+11
* list-builder: simplify circularity check in pend.Kaz Kylheku2019-09-101-4/+1
* tests: add tests for list-builder and fix bug.Kaz Kylheku2019-09-101-1/+1
* list-builder: rewrite of basic methods.Kaz Kylheku2019-09-091-38/+29
* list-builder: use copy-list, not copy.Kaz Kylheku2019-09-031-6/+6
* list-builder: bugfix: broken self-appending.Kaz Kylheku2019-09-031-4/+7
* Version 224.txr-224Kaz Kylheku2019-08-291-1/+1
* compiler: mac params: eliminate plen variable.Kaz Kylheku2019-08-291-10/+9
* compiler: elide nil var intializaton.Kaz Kylheku2019-08-281-2/+6
* compiler: mac params: simplify optional presence indicators.Kaz Kylheku2019-08-281-15/+21
* compiler: mac params: late allocation for cursors.Kaz Kylheku2019-08-281-68/+69
* trace: bugfix: trace-redefine-check doesn't untrace.Kaz Kylheku2019-08-281-3/+3
* compiler: bugfix: incorrect scoping in macro param binding.Kaz Kylheku2019-08-281-65/+85
* compiler: bugfix: colon keyword bungle in macro params.Kaz Kylheku2019-08-281-9/+7
* compiler: relate mac bind error to right substructure.Kaz Kylheku2019-08-271-1/+1
* compiler: for: bugfix: dangling label reference.Kaz Kylheku2019-08-261-1/+1
* list-builder: inserter methods return nil.Kaz Kylheku2019-08-171-7/+12
* list-builder: dequeue capabilities with del/del* operators.Kaz Kylheku2019-08-171-5/+45
* compile-file: include load-time as top-level form.Kaz Kylheku2019-08-161-0/+4
* Version 223: ten years!txr-223Kaz Kylheku2019-08-141-1/+1
* compiler: inline-lambda: optimize constant apply list.Kaz Kylheku2019-08-091-65/+75
* compiler: inline-lambda: optimize generated let.Kaz Kylheku2019-08-081-3/+8
* pop: improve expansion.Kaz Kylheku2019-08-081-1/+1
* compiler: bugfix: eval order in inline lambda.Kaz Kylheku2019-08-071-52/+54
* compiler: bugfix: scoping issue in inline lambda.Kaz Kylheku2019-08-071-1/+1
* compiler: inline lambda: incomplete opt param support.Kaz Kylheku2019-08-071-9/+20
* compiler: remove one-argument or.Kaz Kylheku2019-08-061-1/+1
* Version 222.txr-222Kaz Kylheku2019-07-301-1/+1
* Version 221.txr-221Kaz Kylheku2019-07-231-1/+1
* ffi: two-argument form of sizeof.Kaz Kylheku2019-07-111-2/+6
* Version 220.txr-220Kaz Kylheku2019-07-081-1/+1
* compile-file: elide top-level atoms.Kaz Kylheku2019-07-071-1/+1
* compile-file: don't ignore atomic forms.Kaz Kylheku2019-07-071-22/+22
* Version 219.txr-219Kaz Kylheku2019-07-011-1/+1
* stdlib: pass env to constantpKaz Kylheku2019-06-292-8/+8
* keyparams: bugfix: key list order scrambled.Kaz Kylheku2019-06-291-17/+11
* keyparams: use environment for constantp.Kaz Kylheku2019-06-291-3/+3
* defset: small code improvement.Kaz Kylheku2019-06-291-15/+14
* defset: bind new-val-sym to temporary variable.Kaz Kylheku2019-06-281-11/+11
* lnew: two regressions fixed.Kaz Kylheku2019-06-241-2/+2
* dump-to-tlo: move to sys package.Kaz Kylheku2019-06-201-1/+1
* Version 218.txr-218Kaz Kylheku2019-06-191-1/+1
* sub-list, sub-vec, sub-str: becoming accessors.Kaz Kylheku2019-06-171-0/+15
* buf, carray: accessors must eval new value once.Kaz Kylheku2019-06-171-2/+6
* defset: code tidying.Kaz Kylheku2019-06-171-1/+1
* defset: fix non-hygienic Lisp-1 evaluation.Kaz Kylheku2019-06-171-7/+7