gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2563-g38f2c2


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2563-g38f2c2b
Date: Mon, 22 May 2017 22:50:22 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  38f2c2b262c1329dd3c4919f027c5185f24fab0e (commit)
      from  d3d50a55367f84182d21420121b504f898cda459 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=38f2c2b262c1329dd3c4919f027c5185f24fab0e

commit 38f2c2b262c1329dd3c4919f027c5185f24fab0e
Author: Arnold D. Robbins <address@hidden>
Date:   Tue May 23 05:50:05 2017 +0300

    Update NEWS with info about FIELDWIDTHS.

diff --git a/NEWS b/NEWS
index 2503f5f..c1737d9 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

-----------------------------------------------------------------------

Summary of changes:
 NEWS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]