summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-09-18 22:32:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-09-18 22:32:07 -0700
commit8b3c5afed5d60c2e12deffcf463448c26c79c953 (patch)
tree7199ef91f74a58b03c48b835f7b7f0034135f450 /RELNOTES
parent5eb43586824efc00a733df1df6a2420c90bf3eb2 (diff)
downloadtxr-8b3c5afed5d60c2e12deffcf463448c26c79c953.tar.gz
txr-8b3c5afed5d60c2e12deffcf463448c26c79c953.tar.bz2
txr-8b3c5afed5d60c2e12deffcf463448c26c79c953.zip
Version 150.txr-150
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES38
1 files changed, 38 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6caf2134..9d67296f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,41 @@
+ TXR 150
+ 2016-09-18
+
+
+ Features
+
+ - Awk macro:
+ - New ft variable to optionally specify field tokenization
+ as alternative to field separation via fs.
+ - New kfs variable to arrange for field separators to be
+ retained and represented as fields.
+ - New krs variable to keep record separator matched by rs
+ as part of record.
+ - New fconv operator for succinct and flexible
+ conversion of awk fields.
+ - Don't rebind *output* if :output clause not specified.
+ - New place-mutating macro: upd.
+ - New keepq, keepql and keepqual functions.
+ - Functions remq, remql and remqual take key argument.
+ - split-str take boolean arg to keep separators, like tok-str.
+
+ Bugs
+
+ - Fixed incorrect behavior of functionsremq, remql, remqual, remove_if,
+ and keep_if on strings.
+ - Fixed broken regex complement operator.
+ - Fixed broken while* and until* macro expanders.
+ - Fixed bugs in split-str and tok-str.
+ - Windows:
+ - TXR's standard input, output and error will now be text
+ streams, CR-LF externally.
+ - This comes from a fix in the Cygnal library being picked up
+ into the installer package.
+ - Interactive mode uses USERPROFILE env variable for
+ location of home directory for edit-in-editor feature.
+
+
+
TXR 149
2016-09-12