[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6279-gc3d74c
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6279-gc3d74c98 |
Date: |
Wed, 5 Feb 2025 14:09:43 -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 c3d74c9811d55b89ff0d194539f498bff119d56d (commit)
via 49bb5192754dfd0367425c159c027b58a1030426 (commit)
via 8e00d6f75321b38fbbacbc69a2fca99adc0d31bd (commit)
via 3fcf4ea97e1875717979dafc8a8bdbf2bb8b50e0 (commit)
via 516079d0dbbf0cda3c6226c93b7c96bee0c3ab70 (commit)
via ca91101068fa3b84006aca5764ce10d3d56e2486 (commit)
via 05e85466a2db546a65e2514e8a10b1fbf977ff44 (commit)
via 28c67338510f6ca025f4be8451dd72fbb690e543 (commit)
via 9c0d9ba9542f415221482dd9c5a797326c704fb1 (commit)
via 136e88a134dca730dad3faee21c1cc864347ff1e (commit)
via 650d32c6b8b0f925b707dae65c17a42422530b05 (commit)
from 6e4c225dbe6adeaf28d912a4a49ce055831312f7 (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=c3d74c9811d55b89ff0d194539f498bff119d56d
commit c3d74c9811d55b89ff0d194539f498bff119d56d
Merge: 6e4c225d 49bb5192
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Feb 5 21:09:33 2025 +0200
Merge branch 'master' into feature/cpp-compile
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 65 +++++++++++++++++++++++++++++++
array.c | 64 ++++++++++++++++++++++++++----
awk.h | 16 +++++++-
builtin.c | 22 +++++++++--
eval.c | 23 +++++++++++
ext.c | 5 +++
field.c | 17 ++++++--
gawkapi.c | 7 +++-
interpret.h | 14 ++++++-
mpfr.c | 1 +
node.c | 7 ++++
pc/ChangeLog | 4 ++
pc/Makefile.tst | 39 ++++++++++++++++++-
test/ChangeLog | 20 ++++++++++
test/Makefile.am | 18 ++++++++-
test/Makefile.in | 53 ++++++++++++++++++++++++-
test/Maketests | 35 +++++++++++++++++
test/ar2fn_elnew_sc.awk | 9 +++++
test/ar2fn_elnew_sc.ok | 2 +
test/ar2fn_elnew_sc2.awk | 9 +++++
test/ar2fn_elnew_sc2.ok | 2 +
test/ar2fn_fmod.awk | 16 ++++++++
test/{elemnew3.ok => ar2fn_fmod.ok} | 1 +
test/ar2fn_unxptyp_aref.awk | 16 ++++++++
test/ar2fn_unxptyp_aref.ok | 3 ++
test/ar2fn_unxptyp_val.awk | 25 ++++++++++++
test/{typeof5.ok => ar2fn_unxptyp_val.ok} | 4 +-
test/indirectbuiltin5.awk | 20 ++++++++++
test/indirectbuiltin5.ok | 4 ++
test/memleak3.awk | 4 ++
test/{arrayprm2.ok => memleak3.ok} | 0
31 files changed, 500 insertions(+), 25 deletions(-)
create mode 100644 test/ar2fn_elnew_sc.awk
create mode 100644 test/ar2fn_elnew_sc.ok
create mode 100644 test/ar2fn_elnew_sc2.awk
create mode 100644 test/ar2fn_elnew_sc2.ok
create mode 100644 test/ar2fn_fmod.awk
copy test/{elemnew3.ok => ar2fn_fmod.ok} (64%)
create mode 100644 test/ar2fn_unxptyp_aref.awk
create mode 100644 test/ar2fn_unxptyp_aref.ok
create mode 100644 test/ar2fn_unxptyp_val.awk
copy test/{typeof5.ok => ar2fn_unxptyp_val.ok} (55%)
create mode 100644 test/indirectbuiltin5.awk
create mode 100644 test/indirectbuiltin5.ok
create mode 100644 test/memleak3.awk
copy test/{arrayprm2.ok => memleak3.ok} (100%)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6279-gc3d74c98,
Arnold Robbins <=