summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* New awk variables: ft and kfs.Kaz Kylheku2016-09-161-5/+12
* awk macro: don't bind *stdout* if :output missing.Kaz Kylheku2016-09-141-1/+2
* New place-mutating macro: upd.Kaz Kylheku2016-09-141-0/+5
* Version 149.txr-149Kaz Kylheku2016-09-121-1/+1
* awk macro: revise how implicit block works, and name.Kaz Kylheku2016-09-121-30/+36
* awk macro: more Awk-like treatment of prn args.Kaz Kylheku2016-09-121-1/+6
* awk macro: fix: rebind *stdout* in broader scope.Kaz Kylheku2016-09-121-2/+2
* awk macro: new local macros ff and mf.Kaz Kylheku2016-09-121-1/+7
* awk macro: don't use cat-str to update rec.Kaz Kylheku2016-09-111-1/+1
* awk macro: field splitting more Awk-like.Kaz Kylheku2016-09-111-6/+14
* Replace some rlet and slet uses with alet.Kaz Kylheku2016-09-111-13/+15
* New alet macro.Kaz Kylheku2016-09-111-0/+6
* rlet cleanup: replace safe with let or slet.Kaz Kylheku2016-09-112-70/+70
* awk macro: don't use record stream if rs is "\n".Kaz Kylheku2016-09-111-6/+7
* awk macro: implement :begin-file and :end-file.Kaz Kylheku2016-09-101-32/+53
* awk macro: move expander values into compile-time struct.Kaz Kylheku2016-09-101-26/+25
* awk macro: don't use zap.Kaz Kylheku2016-09-091-1/+1
* awk macro: fix buggy range semantics.Kaz Kylheku2016-09-091-5/+9
* awk macro: better code for rng with placelet.Kaz Kylheku2016-09-091-1/+1
* awk macro: revise rng eval strategy.Kaz Kylheku2016-09-081-24/+43
* awk macro: handle string typed output.Kaz Kylheku2016-09-081-1/+3
* awk macro: support ors (output record separator).Kaz Kylheku2016-09-081-2/+4
* Optimize qref and sys:rslot using slet.Kaz Kylheku2016-09-081-3/+3
* New slet macro.Kaz Kylheku2016-09-081-5/+12
* Range operators for awk macro.Kaz Kylheku2016-09-081-11/+26
* New place-mutating operators.Kaz Kylheku2016-09-081-0/+43
* No-op expansion for (inc 0) and (dec 0).Kaz Kylheku2016-09-081-2/+2
* Awk comes to TXR via a macro.Kaz Kylheku2016-09-071-0/+148
* New rslot macro to suport upcoming awk macro.Kaz Kylheku2016-09-071-0/+27
* Bugfix: issue with expansion of place macros.Kaz Kylheku2016-09-071-1/+1
* Bugfix: x not macro-expanded in (set [x i] y).Kaz Kylheku2016-09-071-10/+13
* Bugfix: nthcdr place not obtaining macro env.Kaz Kylheku2016-09-071-5/+9
* Version 148.txr-148Kaz Kylheku2016-09-011-1/+1
* Version 146.txr-146Kaz Kylheku2016-07-201-1/+1
* Version 145.txr-145Kaz Kylheku2016-07-031-1/+1
* Version 144.txr-144Kaz Kylheku2016-06-291-1/+1
* Fix broken place delete semantics of symbol-value.Kaz Kylheku2016-06-081-1/+1
* Version 143.txr-143Kaz Kylheku2016-06-041-1/+1
* Version 142.txr-142Kaz Kylheku2016-05-291-1/+1
* Version 141.txr-141Kaz Kylheku2016-05-201-1/+1
* Adding termios support.Kaz Kylheku2016-05-181-0/+78
* Version 140.txr-140Kaz Kylheku2016-05-071-1/+1
* Somew new path access testing functions.Kaz Kylheku2016-05-041-3/+26
* Fix: path-writable-to-me bug, for root.Kaz Kylheku2016-05-041-1/+2
* Version 139.txr-139Kaz Kylheku2016-04-221-1/+1
* Optimization in path-private-to-me-p.Kaz Kylheku2016-04-221-8/+8
* Put notes into cadr sources that they are generated.Kaz Kylheku2016-04-161-0/+2
* Version 138.txr-138Kaz Kylheku2016-04-161-1/+1
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-151-0/+12
* Don't expand replacements of symbol macros.Kaz Kylheku2016-04-121-2/+2