aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-05-23 05:52:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-05-23 05:52:54 +0300
commit6b92538ab4feb0ad6d9b6370d5d93af71cc77092 (patch)
tree11336712e27e29ff78ef03c23715f4ec4bb22f60
parente60fe2cb465707ce32c8076fa139679dc38e0f7b (diff)
parent6d75aa092bf1e04201c8bfa1c2ce88ca22422a00 (diff)
downloadegawk-6b92538ab4feb0ad6d9b6370d5d93af71cc77092.tar.gz
egawk-6b92538ab4feb0ad6d9b6370d5d93af71cc77092.tar.bz2
egawk-6b92538ab4feb0ad6d9b6370d5d93af71cc77092.zip
Merge branch 'master' into feature/fix-comments
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83b675ea..6eb9c322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
record; this enables correct counting of the number of fields.
(set_FIELDWIDTHS): Add `*' at end as meaning ``all the rest
of the data on the line.'' Allow skip:* as well.
+ * NEWS: Update information about FIELDWIDTHS.
2017-05-20 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/NEWS b/NEWS
index 2503f5f8..c1737d92 100644
--- a/NEWS
+++ b/NEWS
@@ -105,7 +105,11 @@ Changes from 4.1.x to 4.2.0
from UTC instead of from the local timezone.
26. The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
- how many characters to skip before a field starts.
+ how many characters to skip before a field starts. It also allows
+ specifying '*' as the last character to mean "the rest of the record".
+ Field splitting with FIELDWIDTHS now sets NF correctly. The documentation
+ for FIELDWIDTHS in the manual has been considerably reorganized and
+ improved as well.
27. An API input parser now has the ability to override the default field
parsing mechanism by specifying the locations of each field in the input