[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6658-g277de
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6658-g277dee13 |
Date: |
Wed, 5 Feb 2025 14:10:07 -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/improve-inet has been updated
via 277dee132ad4386fbefe881fb7ae7f5949613cce (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 8621450222a7f2f963800c4733c26723665d3efb (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=277dee132ad4386fbefe881fb7ae7f5949613cce
commit 277dee132ad4386fbefe881fb7ae7f5949613cce
Merge: 86214502 49bb5192
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Feb 5 21:09:58 2025 +0200
Merge branch 'master' into feature/improve-inet
-----------------------------------------------------------------------
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/improve-inet, updated. gawk-4.1.0-6658-g277dee13,
Arnold Robbins <=