diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:49:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:49:13 +0300 |
commit | 5e3eb6dca46ec67d2e9552e473473f88383e0086 (patch) | |
tree | 725c65d2d609c8a2711af95d51bf0205828e5e88 /NEWS | |
parent | 7897b02bd49f32e50963c5f05260975a0f56ae42 (diff) | |
download | egawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.tar.gz egawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.tar.bz2 egawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.zip |
Remove CMake related files.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ 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. +3. The CMake infrastructure has been removed. In the five years it was in +the tree, nobody used it, and it was not updated. + Changes from 5.1.0 to 5.1.1 --------------------------- |