diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-23 05:50:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-23 05:50:05 +0300 |
commit | 38f2c2b262c1329dd3c4919f027c5185f24fab0e (patch) | |
tree | 1a68c4f2bcf6789f8efedaa5d8054857469224a7 | |
parent | d3d50a55367f84182d21420121b504f898cda459 (diff) | |
download | egawk-38f2c2b262c1329dd3c4919f027c5185f24fab0e.tar.gz egawk-38f2c2b262c1329dd3c4919f027c5185f24fab0e.tar.bz2 egawk-38f2c2b262c1329dd3c4919f027c5185f24fab0e.zip |
Update NEWS with info about FIELDWIDTHS.
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |