[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6331-gda46a6
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6331-gda46a627 |
Date: |
Tue, 25 Feb 2025 04:21:58 -0500 (EST) |
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 da46a627517d8acd758a643854ae5486a2fd8f3d (commit)
via 2941d3b4ebf92d49338e39715693cc4fdbecfb81 (commit)
via 4b48f544295b196ccdaa3b6b616ff1ce5c307544 (commit)
via 36a7ecb86d2997a3fab129db276fa734438977c3 (commit)
via ad4c001fdaf83fbb3a3509442bb35cd14b351a2b (commit)
via f8254d707b306dfb567cc7fe9ea25ed331fd005f (commit)
from 0eedf14497f64aea4d95c9a4419ca9b1ea2f1d70 (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=da46a627517d8acd758a643854ae5486a2fd8f3d
commit da46a627517d8acd758a643854ae5486a2fd8f3d
Merge: 0eedf144 2941d3b4
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Feb 25 11:21:46 2025 +0200
Merge branch 'master' into feature/cpp-compile
diff --cc README_d/ChangeLog
index a0c49d90,6fce1fad..1028ed2c
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2025-02-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.mpfr, README.pc: Small fixes.
+
+2024-10-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.cpp: New file.
+
2025-02-17 John E. Malmberg <wb8tyw@qsl.net>
* README.VMS: Updated for VSI 9.2 on x86_64. Removed some VAX
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +
NEWS | 7 +-
README_d/ChangeLog | 4 +
README_d/README.mpfr | 2 +-
README_d/README.pc | 4 +-
TODO | 2 -
array.c | 2 +-
awk.h | 2 +-
awkgram.y | 2 +-
cint_array.c | 2 +-
command.y | 2 +-
debug.c | 2 +-
doc/ChangeLog | 10 +
doc/awkcard.in | 6 +-
doc/gawk.1 | 2 +-
doc/gawk.info | 1160 +++++++++----------
doc/gawk.texi | 8 +-
doc/pm-gawk.info | 26 +-
doc/pm-gawk.texi | 22 +-
doc/wordlist | 30 +-
eval.c | 2 +-
ext.c | 2 +-
extension/configure | 20 +-
extension/configure.ac | 4 +-
field.c | 3 +-
floatcomp.c | 2 +-
gawkapi.c | 2 +-
int_array.c | 2 +-
interpret.h | 2 +-
io.c | 2 +-
main.c | 2 +-
mpfr.c | 2 +-
node.c | 2 +-
pc/ChangeLog | 5 +
pc/Makefile.tst | 253 +++--
pc/Makefile.tst.prologue | 2 +-
pc/config.h | 5 +-
po/ChangeLog | 4 +
po/id.gmo | Bin 45106 -> 86386 bytes
po/id.po | 2817 ++++++++++++++++------------------------------
po/sr.gmo | Bin 113185 -> 113758 bytes
printf.c | 2 +-
profile.c | 2 +-
re.c | 2 +-
str_array.c | 2 +-
symbol.c | 2 +-
test/ChangeLog | 5 +
test/Makefile.am | 145 +--
test/Makefile.in | 251 +++--
test/Maketests | 106 +-
vms/ChangeLog | 11 +-
vms/vms_fwrite.c | 2 +-
vms/vms_misc.c | 2 +-
53 files changed, 2087 insertions(+), 2882 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6331-gda46a627,
Arnold Robbins <=