summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* key function argument on remq, remql and remqual.Kaz Kylheku2016-09-156-23/+48
* New keepq, keepql and keepqual functions.Kaz Kylheku2016-09-154-0/+110
* awk macro: don't bind *stdout* if :output missing.Kaz Kylheku2016-09-142-15/+7
* New place-mutating macro: upd.Kaz Kylheku2016-09-143-1/+40
* doc: improve lset documentation.Kaz Kylheku2016-09-141-7/+15
* Fix broken keep/remove functions.Kaz Kylheku2016-09-141-19/+10
* Version 149.txr-149Kaz Kylheku2016-09-126-362/+422
* awk macro: revise how implicit block works, and name.Kaz Kylheku2016-09-122-31/+45
* awk macro: more Awk-like treatment of prn args.Kaz Kylheku2016-09-122-1/+20
* awk macro: fix: rebind *stdout* in broader scope.Kaz Kylheku2016-09-122-13/+44
* doc: hyphenation of shorthand.Kaz Kylheku2016-09-121-2/+2
* awk macro: new local macros ff and mf.Kaz Kylheku2016-09-122-1/+70
* doc: fix some broken uses of .code and .metaKaz Kylheku2016-09-122-23/+15
* 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-112-17/+58
* Semantics change in trim-str function.Kaz Kylheku2016-09-112-7/+18
* doc: italicize meta-identifers in nroff mode.Kaz Kylheku2016-09-111-7/+7
* doc: spurious blank line.Kaz Kylheku2016-09-111-1/+0
* Replace some rlet and slet uses with alet.Kaz Kylheku2016-09-111-13/+15
* New alet macro.Kaz Kylheku2016-09-113-1/+32