[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4331-ga6c152e
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4331-ga6c152e |
Date: |
Wed, 5 May 2021 14:51:27 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/bool has been updated
via a6c152e70ba2b847ea9a5f0229b4ee29ce84724f (commit)
via 5e3eb6dca46ec67d2e9552e473473f88383e0086 (commit)
from 4acad864db8a3b54acbe6a6416b7138464f693ce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=a6c152e70ba2b847ea9a5f0229b4ee29ce84724f
commit a6c152e70ba2b847ea9a5f0229b4ee29ce84724f
Merge: 4acad86 5e3eb6d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed May 5 21:51:19 2021 +0300
Merge branch 'master' into feature/bool
diff --cc NEWS
index 0812f77,4dbcc2a..a61e325
--- a/NEWS
+++ b/NEWS
@@@ -15,12 -15,9 +15,15 @@@ regular numbers; it should not be notic
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
+for details.
+
Changes from 5.1.0 to 5.1.1
---------------------------
diff --cc doc/ChangeLog
index 3fd6946,f1974a2..d795d09
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,33 -1,7 +1,37 @@@
2021-05-05 Arnold D. Robbins <arnold@skeeve.com>
+ * CMakeLists.txt: Removed.
+
++2021-05-05 Arnold D. Robbins <arnold@skeeve.com>
++
+ * gawktexi.in: Typo fix.
+
+2021-05-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in, gawk.1, awkcard.in: Renamed bool to mkbool.
+
+2021-04-28 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Revise doc for bools; they're now just numbers
+ with an extra flag.
+ * gawk.1: Ditto.
+ * awkcard.in: Ditto.
+
+2021-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Controlling Scanning): Document bools for
+ "@val_type_asc".
+ * awkcard.in: Add doc on bool() function.
+
+2021-04-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Finish documenting bool features.
+ * gawk.1: Add minimal documentation on bool.
+
+2021-04-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Start documenting bool features.
+
2021-04-04 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Update menues.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 109 ---------
ChangeLog | 5 +
NEWS | 5 +-
README_d/README.cmake | 100 --------
cmake/ChangeLog | 32 ---
cmake/Toolchain_clang.cmake | 19 --
cmake/Toolchain_generic.cmake | 21 --
cmake/Toolchain_mingw32.cmake | 23 --
cmake/Toolchain_s390.cmake | 20 --
cmake/auk.ico | Bin 5190 -> 0 bytes
cmake/basictest | 553 ------------------------------------------
cmake/configure | 58 -----
cmake/configure.cmake | 309 -----------------------
cmake/docmaker | 100 --------
cmake/package.cmake | 71 ------
doc/CMakeLists.txt | 95 --------
doc/ChangeLog | 4 +
extension/CMakeLists.txt | 84 -------
extension/ChangeLog | 4 +
po/CMakeLists.txt | 133 ----------
po/ChangeLog | 4 +
support/CMakeLists.txt | 34 ---
support/ChangeLog | 4 +
test/CMakeLists.txt | 90 -------
test/ChangeLog | 4 +
25 files changed, 29 insertions(+), 1852 deletions(-)
delete mode 100644 CMakeLists.txt
delete mode 100644 README_d/README.cmake
delete mode 100644 cmake/ChangeLog
delete mode 100644 cmake/Toolchain_clang.cmake
delete mode 100644 cmake/Toolchain_generic.cmake
delete mode 100644 cmake/Toolchain_mingw32.cmake
delete mode 100644 cmake/Toolchain_s390.cmake
delete mode 100644 cmake/auk.ico
delete mode 100755 cmake/basictest
delete mode 100755 cmake/configure
delete mode 100644 cmake/configure.cmake
delete mode 100755 cmake/docmaker
delete mode 100644 cmake/package.cmake
delete mode 100644 doc/CMakeLists.txt
delete mode 100644 extension/CMakeLists.txt
delete mode 100644 po/CMakeLists.txt
delete mode 100644 support/CMakeLists.txt
delete mode 100644 test/CMakeLists.txt
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4331-ga6c152e,
Arnold Robbins <=