gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-2463-g1bb38a7
Date: Wed, 22 Mar 2017 20:57:32 -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, feature/api-parser has been updated
       via  1bb38a7e6f81712d8ca8b59922abb176a735dd1f (commit)
      from  19bebf51939d4c24d261c5720b3e54333d441fa6 (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=1bb38a7e6f81712d8ca8b59922abb176a735dd1f

commit 1bb38a7e6f81712d8ca8b59922abb176a735dd1f
Author: Andrew J. Schorr <address@hidden>
Date:   Wed Mar 22 20:57:15 2017 -0400

    Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".

diff --git a/ChangeLog b/ChangeLog
index 7c10c12..6c587f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-03-22         Andrew J. Schorr     <address@hidden>
 
+       * NEWS: Document new PROCINFO["FS"] value of "API".
+
+2017-03-22         Andrew J. Schorr     <address@hidden>
+
        * NEWS: Document new FIELDWIDTHS skip capability and API input parser
        field parsing enhancement.
 
diff --git a/NEWS b/NEWS
index 9905a70..2503f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -109,7 +109,7 @@ Changes from 4.1.x to 4.2.0
 
 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
-    record.
+    record. When this is in effect, PROCINFO["FS"] will be set to "API".
 
 Changes from 4.1.3 to 4.1.4
 ---------------------------
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 898cfa4..0fe85e4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
 2017-03-22         Andrew J. Schorr     <address@hidden>
 
+       * gawk.1: Document new PROCINFO["FS"] value "API".
+
+2017-03-22         Andrew J. Schorr     <address@hidden>
+
        * awkcard.in: Document FIELDWIDTHS enhancement to support an optional
        field skip prefix.
        * gawk.1: Ditto.
diff --git a/doc/gawk.1 b/doc/gawk.1
index f135e95..a4f691d 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1138,8 +1138,10 @@ is in effect,
 \fB"FPAT"\fP if field splitting with
 .B FPAT
 is in effect,
-or \fB"FIELDWIDTHS"\fP if field splitting with
+\fB"FIELDWIDTHS"\fP if field splitting with
 .B FIELDWIDTHS
+is in effect,
+or \fB"API"\fP if API input parser field splitting
 is in effect.
 .TP
 \fBPROCINFO["gid"]\fP

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

Summary of changes:
 ChangeLog     | 4 ++++
 NEWS          | 2 +-
 doc/ChangeLog | 4 ++++
 doc/gawk.1    | 4 +++-
 4 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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