aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-21 11:34:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-21 11:34:51 +0200
commit156d925f39c0caaf6f3ca1c03e22314a3027edeb (patch)
tree94386d6c466a900de0ae0b4e1a34b7935e4a7c0d /NEWS
parentb1c626964f7181780901af174e96d69526b4a1ce (diff)
downloadegawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.gz
egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.bz2
egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.zip
Add FNV1-A hash function support.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65f25a2d..85062216 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ operators. Comparison order for sorting has not changed. This only
makes a difference when comparing Infinity and NaN values with
regular numbers; it should not be noticeable most of the time.
+2. If the AWK_HASH environment variable is set to "fnv1a" gawk will
+use the FNV1-A hash function for associative arrays.
+
Changes from 5.1.0 to 5.1.1
---------------------------