[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4963-g47865b
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4963-g47865bb7 |
Date: |
Fri, 1 Jul 2022 04:51:21 -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 47865bb7e058b227a099b7d7d3ec845ca1fffe6f (commit)
via 5b4a247460e5fa6dae2a1b7ae34a925c1ad4a758 (commit)
via ca2bde9b297b70a60a6d63c4ad4cd897f1d42a33 (commit)
via 2ba29b6b3ae3356d6e5417fbefa5a31c68074455 (commit)
via 950a15ac48ead53f4485aea4f5566fcfe5db8a4a (commit)
via 19a1e70b81d91acc396ba5e34e5e681759cf7d54 (commit)
from e93622deccc4189894f6c381a0bb7412d9e8c2f5 (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=47865bb7e058b227a099b7d7d3ec845ca1fffe6f
commit 47865bb7e058b227a099b7d7d3ec845ca1fffe6f
Merge: e93622de 5b4a2474
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jul 1 11:51:11 2022 +0300
Merge branch 'master' into feature/cpp-compile
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 99 ----------
Makefile.am | 2 +-
Makefile.in | 2 +-
NEWS | 3 -
array.c | 33 +---
awk.h | 15 +-
awkgram.y | 2 +-
builtin.c | 5 +-
cint_array.c | 4 +-
configh.in | 3 +
configure | 55 ++++--
configure.ac | 4 +-
custom.h | 2 +-
debug.c | 15 +-
doc/ChangeLog | 5 +
doc/gawk.info | 488 +++++++++++++++++++++++-----------------------
doc/gawk.texi | 2 +-
doc/gawktexi.in | 2 +-
doc/it/ChangeLog | 4 +
doc/it/gawktexi.in | 2 +-
eval.c | 33 +---
ext.c | 4 +-
extension/ChangeLog | 7 +-
extension/Makefile.am | 2 +-
extension/Makefile.in | 2 +-
extension/configure | 20 +-
extension/configure.ac | 2 +-
extension/intdiv.c | 2 +-
extension/readfile.c | 2 +-
extension/rwarray.c | 3 +-
extension/testext.c | 2 +-
field.c | 2 +-
gawkapi.c | 14 +-
gawkapi.h | 2 +-
int_array.c | 4 +-
interpret.h | 33 +---
io.c | 2 +-
m4/ChangeLog | 5 +
m4/pma.m4 | 3 +-
main.c | 4 +-
mpfr.c | 11 +-
node.c | 11 +-
pc/ChangeLog | 8 -
pc/Makefile.tst | 16 --
profile.c | 2 +-
re.c | 2 +-
str_array.c | 4 +-
support/ChangeLog | 4 +
support/Makefile.am | 3 +-
support/Makefile.in | 3 +-
symbol.c | 4 +-
test/ChangeLog | 14 +-
test/Makefile.am | 9 +-
test/Makefile.in | 24 +--
test/Maketests | 15 --
test/aadelete1.awk | 2 +-
test/aadelete1.ok | 2 +
test/mdim1.awk | 15 --
test/mdim1.ok | 9 -
test/mdim2.awk | 9 -
test/mdim2.ok | 1 -
test/mdim3.awk | 29 ---
test/mdim3.ok | 520 -------------------------------------------------
test/typeof3.awk | 2 +-
test/typeof3.ok | 4 +-
65 files changed, 397 insertions(+), 1221 deletions(-)
delete mode 100644 test/mdim1.awk
delete mode 100644 test/mdim1.ok
delete mode 100644 test/mdim2.awk
delete mode 100644 test/mdim2.ok
delete mode 100644 test/mdim3.awk
delete mode 100644 test/mdim3.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4963-g47865bb7,
Arnold Robbins <=