aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-12 11:35:08 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-12 11:35:08 +0300
commitc080fd4c72fffb78d4c06d97a4876a826b24fe56 (patch)
treef6a0132db9450eb454fa07d08a818deb6c0981c2 /NEWS
parent7151f1a0e366345adf052b9b2fb1dbf6dcb04837 (diff)
parentc9c9fe5bb2d5c6b07a67f4cf6861aeb6d9bbfcfd (diff)
downloadegawk-c080fd4c72fffb78d4c06d97a4876a826b24fe56.tar.gz
egawk-c080fd4c72fffb78d4c06d97a4876a826b24fe56.tar.bz2
egawk-c080fd4c72fffb78d4c06d97a4876a826b24fe56.zip
Merge branch 'master' into feature/memleak
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ddc96e9..2503f5f8 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------