summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib/awk.tl
Commit message (Expand)AuthorAgeFilesLines
* awk macro: bugfix: non-use of redirection mode strings.Kaz Kylheku2017-06-191-5/+3
* awk macro: bugfix: :output file stream not closed.Kaz Kylheku2017-06-191-1/+3
* awk macro: fix broken rng.Kaz Kylheku2017-06-071-9/+15
* awk: new feature: again operator.Kaz Kylheku2017-05-191-3/+3
* awk macro: warn about invalid function use in rng.Kaz Kylheku2017-02-101-11/+26
* awk macro: warn about invalid var use in rng forms.Kaz Kylheku2017-02-091-30/+50
* awk: support list of string as input source.Kaz Kylheku2017-01-291-1/+4
* awk macro: provide name of current input via fname.Kaz Kylheku2017-01-261-0/+5
* awk macro: bind *stdin* to current input stream.Kaz Kylheku2017-01-261-5/+5
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* New awk variable fw for fixed-width delimiting.Kaz Kylheku2016-12-261-0/+23
* awk macro: endpont-exclusive ranges.Kaz Kylheku2016-12-201-3/+20
* Awk macro prn becomes function.Kaz Kylheku2016-12-011-39/+47
* bugfix: previous loop elision fix in awk.Kaz Kylheku2016-12-011-1/+2
* bugfix: awk must consume *args*.Kaz Kylheku2016-11-291-1/+2
* bugfix: awk elides loop despite begin/end clauses.Kaz Kylheku2016-11-291-1/+2
* New awk capability: file/pipe I/O redirection.Kaz Kylheku2016-10-281-2/+42
* New awk clauses :set and :set-file.Kaz Kylheku2016-10-041-0/+2
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* awk macro: code formatting.Kaz Kylheku2016-09-251-4/+4
* awk macro: proper fs semantics in paragraph mode.Kaz Kylheku2016-09-251-13/+27
* awk macro: support paragraph mode.Kaz Kylheku2016-09-251-9/+22
* awk macro: loop uses closure to read records.Kaz Kylheku2016-09-251-23/+27
* awk macro: handle dynamic changes in rs variable.Kaz Kylheku2016-09-251-20/+28
* awk macro: add orec variable.Kaz Kylheku2016-09-241-2/+4
* awk macro: use range test logic for clause conditions.Kaz Kylheku2016-09-241-4/+5
* awk macro: exit if no cond-action clauses.Kaz Kylheku2016-09-241-12/+14
* awk macro: support regexes better in ranges.Kaz Kylheku2016-09-231-4/+14
* awk macro: streamline field splitting.Kaz Kylheku2016-09-211-13/+7
* New awk operator: fconv.Kaz Kylheku2016-09-181-1/+5
* New awk variable: krs.Kaz Kylheku2016-09-171-3/+6
* 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
* 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
* 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
* Range operators for awk macro.Kaz Kylheku2016-09-081-11/+26
* Awk comes to TXR via a macro.Kaz Kylheku2016-09-071-0/+148