summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* awk macro: handle dynamic changes in rs variable.Kaz Kylheku2016-09-252-20/+40
* New strlist list input stream type.Kaz Kylheku2016-09-243-0/+150
* doc: add to fconv documentation.Kaz Kylheku2016-09-241-0/+14
* doc: take advantage of orec in awk example.Kaz Kylheku2016-09-241-0/+7
* awk macro: add orec variable.Kaz Kylheku2016-09-242-3/+32
* doc: add awk macro examples.Kaz Kylheku2016-09-241-0/+213
* awk macro: use range test logic for clause conditions.Kaz Kylheku2016-09-242-5/+16
* doc: use .coSS only for headings with identifiers.Kaz Kylheku2016-09-241-2/+2
* awk macro: exit if no cond-action clauses.Kaz Kylheku2016-09-241-12/+14
* awk macro: fconv conversions iz, xz, oz, bz and rz.Kaz Kylheku2016-09-242-1/+27
* New functions: tofloatz and tointz.Kaz Kylheku2016-09-244-0/+63
* Bugfix: -Dvar=val not seen in some Lisp code.Kaz Kylheku2016-09-232-3/+12
* Bugfix: out-of-range negative indices into lists.Kaz Kylheku2016-09-232-6/+41
* awk macro: support regexes better in ranges.Kaz Kylheku2016-09-232-5/+43
* Switch regex type from sys:regex to regex.Kaz Kylheku2016-09-232-1/+6
* eval: error message change.Kaz Kylheku2016-09-231-1/+1
* New regex functions: m^$, m^, m$, and others.Kaz Kylheku2016-09-233-0/+372
* doc: add regex intro paragraph.Kaz Kylheku2016-09-231-0/+13
* Semantics change in match-regex-right.Kaz Kylheku2016-09-222-22/+90
* Fix match-regex not conforming to documentation.Kaz Kylheku2016-09-223-3/+29
* Going back to unmodified 2-Clause BSD License.Kaz Kylheku2016-09-229-75/+67
* doc: fix regex function not mentioned in heading.Kaz Kylheku2016-09-221-1/+1
* Regexes now callable as functions.Kaz Kylheku2016-09-222-6/+110
* Support functional argument in regsub.Kaz Kylheku2016-09-222-27/+59
* Support negative positions in regex matching funs.Kaz Kylheku2016-09-212-2/+29
* Move regex intrinsic registrations to regex.c.Kaz Kylheku2016-09-212-14/+14
* Use rlet in a few place macros for better code.Kaz Kylheku2016-09-211-3/+3
* Fix broken sys:rslot place.Kaz Kylheku2016-09-211-4/+4
* doc: about assignment to nonexistent awk fields.Kaz Kylheku2016-09-211-0/+10
* doc: revised descrs of awk vars fs, ft an kfs.Kaz Kylheku2016-09-211-121/+65
* awk macro: streamline field splitting.Kaz Kylheku2016-09-211-13/+7
* New library feature: imperative list building.Kaz Kylheku2016-09-203-0/+403
* Version 150.txr-150Kaz Kylheku2016-09-186-354/+396
* New awk operator: fconv.Kaz Kylheku2016-09-183-1/+201
* doc: typo in section on setuid operation.Kaz Kylheku2016-09-171-1/+1
* doc: mention USERPROFILE.Kaz Kylheku2016-09-171-7/+14
* linenoise: use USERPROFILE for home dir on Cygnal.Kaz Kylheku2016-09-171-1/+18
* New awk variable: krs.Kaz Kylheku2016-09-172-7/+30
* Tests for tok-str.Kaz Kylheku2016-09-172-0/+73
* Adding tests for split-str.Kaz Kylheku2016-09-173-0/+127
* Bugfix in tok-str: empty-match regexes.Kaz Kylheku2016-09-161-10/+7
* New awk variables: ft and kfs.Kaz Kylheku2016-09-162-14/+164
* doc: fs variable.Kaz Kylheku2016-09-161-5/+17
* Bugfix in split-str: empty-match regexes.Kaz Kylheku2016-09-162-6/+12
* split-str gains ability to keep separating pieces.Kaz Kylheku2016-09-164-3/+29
* regex: optimize double complement.Kaz Kylheku2016-09-161-40/+46
* Merge macro expanders for while and until.Kaz Kylheku2016-09-161-27/+14
* fix broken while* and until*.Kaz Kylheku2016-09-161-2/+2
* regex: add case to complement optimization.Kaz Kylheku2016-09-151-0/+2
* regex: fix broken complement operator.Kaz Kylheku2016-09-151-1/+3