diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-30 10:54:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-30 10:54:06 +0300 |
commit | 1963e23d0a9b13974f2e5a77fdea03d50dc9c654 (patch) | |
tree | 092f5af7aa3cacba8e3208de85d2ce2a9fe87713 /NEWS | |
parent | c73879ace26ad81ee05db907001b7989d0b11af3 (diff) | |
download | gawk-1963e23d0a9b13974f2e5a77fdea03d50dc9c654.tar.gz |
Document PROCINFO["argv"].
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------------- |