summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* New catch** macro.Kaz Kylheku2019-04-101-0/+14
* exceptions: allow description field in catch frames.Kaz Kylheku2019-04-103-10/+15
* compiler: better shared test for sys:switch.Kaz Kylheku2019-04-051-1/+6
* Version 215.txr-215Kaz Kylheku2019-03-301-1/+1
* Version 214.txr-214Kaz Kylheku2019-03-221-1/+1
* Version 213.txr-213Kaz Kylheku2019-03-081-1/+1
* defset: eliminate the get-form argument.Kaz Kylheku2019-03-081-26/+33
* defset: support improper list places.Kaz Kylheku2019-03-081-4/+7
* defset: support parameter macros.Kaz Kylheku2019-03-081-15/+17
* New macro: defset.Kaz Kylheku2019-03-062-2/+102
* compiler: use new load-for.Kaz Kylheku2019-03-021-2/+1
* compiler: fix (fun (lambda ...)).Kaz Kylheku2019-02-281-4/+8
* compiler: fix broken inline lambda.Kaz Kylheku2019-02-281-6/+9