diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:33:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:33:37 +0300 |
commit | 1be20bcb0e717e35a6de5074223252f2eb1c5aa5 (patch) | |
tree | 44d5c47feb2f1d5bc72f9ab049de323c0452f269 /NEWS | |
parent | bb83ae45d4c9989b21e599e3cdab90a17541d2b2 (diff) | |
parent | c9c9fe5bb2d5c6b07a67f4cf6861aeb6d9bbfcfd (diff) | |
download | egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.tar.gz egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.tar.bz2 egawk-1be20bcb0e717e35a6de5074223252f2eb1c5aa5.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -104,6 +104,13 @@ Changes from 4.1.x to 4.2.0 argument is present and is non-zero or non-null, the time will be converted 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. + +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. When this is in effect, PROCINFO["FS"] will be set to "API". + Changes from 4.1.3 to 4.1.4 --------------------------- |