aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-03-22 20:57:15 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-03-22 20:57:15 -0400
commit1bb38a7e6f81712d8ca8b59922abb176a735dd1f (patch)
tree230e7c0e0e6b3e2546e33ad7bc79b24db24f5c10
parent19bebf51939d4c24d261c5720b3e54333d441fa6 (diff)
downloadegawk-1bb38a7e6f81712d8ca8b59922abb176a735dd1f.tar.gz
egawk-1bb38a7e6f81712d8ca8b59922abb176a735dd1f.tar.bz2
egawk-1bb38a7e6f81712d8ca8b59922abb176a735dd1f.zip
Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.14
4 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c10c12f..6c587f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-03-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
+ * NEWS: Document new PROCINFO["FS"] value of "API".
+
+2017-03-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
* NEWS: Document new FIELDWIDTHS skip capability and API input parser
field parsing enhancement.
diff --git a/NEWS b/NEWS
index 9905a706..2503f5f8 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 898cfa40..0fe85e4b 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
2017-03-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
+ * gawk.1: Document new PROCINFO["FS"] value "API".
+
+2017-03-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
* 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 f135e955..a4f691d6 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