aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:51:19 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:51:19 +0300
commita6c152e70ba2b847ea9a5f0229b4ee29ce84724f (patch)
tree74250f9bfee67452f21df5e556fa7ca18cef1af7 /NEWS
parent4acad864db8a3b54acbe6a6416b7138464f693ce (diff)
parent5e3eb6dca46ec67d2e9552e473473f88383e0086 (diff)
downloadegawk-a6c152e70ba2b847ea9a5f0229b4ee29ce84724f.tar.gz
egawk-a6c152e70ba2b847ea9a5f0229b4ee29ce84724f.tar.bz2
egawk-a6c152e70ba2b847ea9a5f0229b4ee29ce84724f.zip
Merge branch 'master' into feature/bool
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0812f778..a61e325f 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,10 @@ 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. There is now a new function, mkbool(), that creates Boolean-typed
+3. The CMake infrastructure has been removed. In the five years it was in
+the tree, nobody used it, and it was not updated.
+
+4. There is now a new function, mkbool(), that creates Boolean-typed
values. These values *are* numbers, but they are also tagged as
Boolean. This is mainly for use with data exchange to/from languages
or environments that support real Boolean values. See the manual