summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* op: fix wrong compat version value.Kaz Kylheku2019-11-181-1/+1
* compiler: first use of .? notation.Kaz Kylheku2019-11-061-1/+1
* syntax: new .? operator for null-safe object access.Kaz Kylheku2019-11-051-27/+40
* path-tests: bug in path-strictly-private-to-me-p.Kaz Kylheku2019-11-041-1/+1
* path-tests: fix incorrect type tests.Kaz Kylheku2019-11-031-7/+11
* stat: support high resolution time stamps.Kaz Kylheku2019-10-291-1/+7
* Version 227.txr-227Kaz Kylheku2019-10-261-1/+1
* Version 226.txr-226Kaz Kylheku2019-10-251-1/+1
* stdlib: remove unneeded macros from compiled image.Kaz Kylheku2019-10-243-40/+44
* New macro: ldo.Kaz Kylheku2019-10-231-0/+3
* op/do: clean up documentation-implementation problem.Kaz Kylheku2019-10-231-14/+39
* compiler: warn on too many lambda args.Kaz Kylheku2019-10-172-0/+4
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-161-0/+9
* op: new features for anonymous recursion.Kaz Kylheku2019-10-031-20/+48
* symbol-function: don't break existing compiled code.Kaz Kylheku2019-10-031-2/+2
* 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