| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: add to fconv documentation. | Kaz Kylheku | 2016-09-24 | 1 | -0/+14 |
* | doc: take advantage of orec in awk example. | Kaz Kylheku | 2016-09-24 | 1 | -0/+7 |
* | awk macro: add orec variable. | Kaz Kylheku | 2016-09-24 | 1 | -1/+28 |
* | doc: add awk macro examples. | Kaz Kylheku | 2016-09-24 | 1 | -0/+213 |
* | awk macro: use range test logic for clause conditions. | Kaz Kylheku | 2016-09-24 | 1 | -1/+11 |
* | doc: use .coSS only for headings with identifiers. | Kaz Kylheku | 2016-09-24 | 1 | -2/+2 |
* | awk macro: fconv conversions iz, xz, oz, bz and rz. | Kaz Kylheku | 2016-09-24 | 1 | -0/+16 |
* | New functions: tofloatz and tointz. | Kaz Kylheku | 2016-09-24 | 1 | -0/+43 |
* | Bugfix: out-of-range negative indices into lists. | Kaz Kylheku | 2016-09-23 | 1 | -4/+36 |
* | awk macro: support regexes better in ranges. | Kaz Kylheku | 2016-09-23 | 1 | -1/+29 |
* | Switch regex type from sys:regex to regex. | Kaz Kylheku | 2016-09-23 | 1 | -0/+5 |
* | New regex functions: m^$, m^, m$, and others. | Kaz Kylheku | 2016-09-23 | 1 | -0/+233 |
* | doc: add regex intro paragraph. | Kaz Kylheku | 2016-09-23 | 1 | -0/+13 |
* | Semantics change in match-regex-right. | Kaz Kylheku | 2016-09-22 | 1 | -19/+31 |
* | Fix match-regex not conforming to documentation. | Kaz Kylheku | 2016-09-22 | 1 | -0/+13 |
* | doc: fix regex function not mentioned in heading. | Kaz Kylheku | 2016-09-22 | 1 | -1/+1 |
* | Regexes now callable as functions. | Kaz Kylheku | 2016-09-22 | 1 | -6/+94 |
* | Support functional argument in regsub. | Kaz Kylheku | 2016-09-22 | 1 | -4/+18 |
* | Support negative positions in regex matching funs. | Kaz Kylheku | 2016-09-21 | 1 | -1/+20 |
* | doc: about assignment to nonexistent awk fields. | Kaz Kylheku | 2016-09-21 | 1 | -0/+10 |
* | doc: revised descrs of awk vars fs, ft an kfs. | Kaz Kylheku | 2016-09-21 | 1 | -121/+65 |
* | New library feature: imperative list building. | Kaz Kylheku | 2016-09-20 | 1 | -0/+299 |
* | Version 150.txr-150 | Kaz Kylheku | 2016-09-18 | 1 | -2/+2 |
* | New awk operator: fconv. | Kaz Kylheku | 2016-09-18 | 1 | -0/+113 |
* | doc: typo in section on setuid operation. | Kaz Kylheku | 2016-09-17 | 1 | -1/+1 |
* | doc: mention USERPROFILE. | Kaz Kylheku | 2016-09-17 | 1 | -7/+14 |
* | New awk variable: krs. | Kaz Kylheku | 2016-09-17 | 1 | -4/+24 |
* | New awk variables: ft and kfs. | Kaz Kylheku | 2016-09-16 | 1 | -9/+152 |
* | doc: fs variable. | Kaz Kylheku | 2016-09-16 | 1 | -5/+17 |
* | Bugfix in split-str: empty-match regexes. | Kaz Kylheku | 2016-09-16 | 1 | -2/+7 |
* | split-str gains ability to keep separating pieces. | Kaz Kylheku | 2016-09-16 | 1 | -1/+13 |
* | key function argument on remq, remql and remqual. | Kaz Kylheku | 2016-09-15 | 1 | -7/+18 |
* | New keepq, keepql and keepqual functions. | Kaz Kylheku | 2016-09-15 | 1 | -0/+43 |
* | awk macro: don't bind *stdout* if :output missing. | Kaz Kylheku | 2016-09-14 | 1 | -14/+5 |
* | New place-mutating macro: upd. | Kaz Kylheku | 2016-09-14 | 1 | -0/+34 |
* | doc: improve lset documentation. | Kaz Kylheku | 2016-09-14 | 1 | -7/+15 |
* | Version 149.txr-149 | Kaz Kylheku | 2016-09-12 | 1 | -2/+2 |
* | awk macro: revise how implicit block works, and name. | Kaz Kylheku | 2016-09-12 | 1 | -1/+9 |
* | awk macro: more Awk-like treatment of prn args. | Kaz Kylheku | 2016-09-12 | 1 | -0/+14 |
* | awk macro: fix: rebind *stdout* in broader scope. | Kaz Kylheku | 2016-09-12 | 1 | -11/+42 |
* | doc: hyphenation of shorthand. | Kaz Kylheku | 2016-09-12 | 1 | -2/+2 |
* | awk macro: new local macros ff and mf. | Kaz Kylheku | 2016-09-12 | 1 | -0/+63 |
* | doc: fix some broken uses of .code and .meta | Kaz Kylheku | 2016-09-12 | 1 | -22/+14 |
* | awk macro: field splitting more Awk-like. | Kaz Kylheku | 2016-09-11 | 1 | -11/+44 |
* | Semantics change in trim-str function. | Kaz Kylheku | 2016-09-11 | 1 | -3/+6 |
* | doc: italicize meta-identifers in nroff mode. | Kaz Kylheku | 2016-09-11 | 1 | -7/+7 |
* | doc: spurious blank line. | Kaz Kylheku | 2016-09-11 | 1 | -1/+0 |
* | New alet macro. | Kaz Kylheku | 2016-09-11 | 1 | -0/+25 |
* | awk macro: implement :begin-file and :end-file. | Kaz Kylheku | 2016-09-10 | 1 | -16/+82 |
* | doc: awk macro | Kaz Kylheku | 2016-09-10 | 1 | -0/+696 |