diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 11:34:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 11:34:51 +0200 |
commit | 156d925f39c0caaf6f3ca1c03e22314a3027edeb (patch) | |
tree | 94386d6c466a900de0ae0b4e1a34b7935e4a7c0d /NEWS | |
parent | b1c626964f7181780901af174e96d69526b4a1ce (diff) | |
download | egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.gz egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.bz2 egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.zip |
Add FNV1-A hash function support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------------- |