[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6186-gaf8cac
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6186-gaf8cac59 |
Date: |
Wed, 16 Oct 2024 03:29:37 -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/cpp-compile has been updated
via af8cac599b4f670e4db03137bbc41dd25477daa1 (commit)
from ad96a61bec417b59a94a06ee250488215aadbaa0 (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=af8cac599b4f670e4db03137bbc41dd25477daa1
commit af8cac599b4f670e4db03137bbc41dd25477daa1
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Oct 16 10:29:19 2024 +0300
Add README_d/README.cpp.
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 1ead6f2c..90e3581b 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.cpp: New file.
+
2024-09-17 Arnold D. Robbins <arnold@skeeve.com>
* 5.3.1: Release tar made.
diff --git a/README_d/README.cpp b/README_d/README.cpp
new file mode 100644
index 00000000..28638ee8
--- /dev/null
+++ b/README_d/README.cpp
@@ -0,0 +1,19 @@
+Wed Oct 16 10:26:37 AM IDT 2024
+===============================
+
+This branch can be compiled with a C++ compiler. The steps, however,
+are manual. Basically, you do a regular build:
+
+ ./bootstrap.sh && ./configure && make -j
+ rm *.o # top level directory only
+ make CC=g++ # or clang++
+ make check
+
+Some of the changes should be propogated back into the mainline
+version, but I haven't had time for that.
+
+I also haven't decided if I want to move the rest of the changes
+into the mainline version; in some ways they make the code less clear,
+due to different scoping rules between C and C++
+
+Arnold Robbins
-----------------------------------------------------------------------
Summary of changes:
README_d/ChangeLog | 4 ++++
README_d/README.cpp | 19 +++++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 README_d/README.cpp
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6186-gaf8cac59,
Arnold Robbins <=