summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* defset: gensyms needed for hygiene.Kaz Kylheku2019-06-171-21/+22
* buffers: sub-buf becomes accessor.Kaz Kylheku2019-06-171-0/+3
* carray-sub: improved accessor.Kaz Kylheku2019-06-171-2/+2
* compile-file: translate --lisp option in hash bang.Kaz Kylheku2019-06-141-1/+4
* Version 217.txr-217Kaz Kylheku2019-06-101-1/+1
* place macros: adjustment to expansion strategy.Kaz Kylheku2019-06-051-8/+8
* path-private-to-me-p: bugfix: not including superuser.Kaz Kylheku2019-05-291-8/+19
* placelet: add comment.Kaz Kylheku2019-05-231-1/+13
* asm: remove unused symbol macro.Kaz Kylheku2019-05-221-2/+0
* Version 216.txr-216Kaz Kylheku2019-05-201-1/+1
* compile-file: input path harmonized with load.Kaz Kylheku2019-05-201-16/+20
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-151-26/+36
* debugger: use window-mapdo.Kaz Kylheku2019-05-031-2/+2
* debugger: expand frames.Kaz Kylheku2019-04-291-1/+10
* backtrace: check next frame for nil.Kaz Kylheku2019-04-291-1/+1
* debugger: eval frames.Kaz Kylheku2019-04-211-14/+37
* backtrace: adjust backtrace formatting.Kaz Kylheku2019-04-191-2/+6
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-0/+66
* compiler: frame level mismatch bug.Kaz Kylheku2019-04-161-1/+1
* compiler: stray debug print.Kaz Kylheku2019-04-161-1/+0