summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-05-30 10:54:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-05-30 10:54:06 +0300
commit1963e23d0a9b13974f2e5a77fdea03d50dc9c654 (patch)
tree092f5af7aa3cacba8e3208de85d2ce2a9fe87713 /NEWS
parentc73879ace26ad81ee05db907001b7989d0b11af3 (diff)
downloadgawk-1963e23d0a9b13974f2e5a77fdea03d50dc9c654.tar.gz
Document PROCINFO["argv"].
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1737d92..7f2072a8 100644
--- a/NEWS
+++ b/NEWS
@@ -115,6 +115,9 @@ Changes from 4.1.x to 4.2.0
parsing mechanism by specifying the locations of each field in the input
record. When this is in effect, PROCINFO["FS"] will be set to "API".
+28. The PROCINFO["argv"] array records all of gawk's command line arguments
+ as gawk received them (the values of the C level argv array).
+
Changes from 4.1.3 to 4.1.4
---------------------------