[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4292-g5f3f42
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4292-g5f3f42f |
Date: |
Mon, 8 Feb 2021 02:06:11 -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 5f3f42f5fada0f1ceeaeb1383812af172d2d04c7 (commit)
via e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (commit)
via 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (commit)
from fb3f446b01ca36ab5a5c74aceb107613954a3d43 (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=5f3f42f5fada0f1ceeaeb1383812af172d2d04c7
commit 5f3f42f5fada0f1ceeaeb1383812af172d2d04c7
Merge: fb3f446 e5f0cbb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Feb 8 09:06:05 2021 +0200
Merge branch 'master' into feature/cpp-compile
-----------------------------------------------------------------------
Summary of changes:
helpers/ChangeLog | 4 +
helpers/update-support.sh | 3 +-
support/ChangeLog | 9 +
support/attribute.h | 1 +
support/cdefs.h | 194 +++++++++-----
support/dfa.c | 2 +-
support/dfa.h | 2 +-
support/dynarray.h | 1 +
support/flexmember.h | 2 +-
support/intprops.h | 50 +++-
support/libc-config.h | 173 ++++++------
support/localeinfo.c | 2 +-
support/localeinfo.h | 2 +-
support/malloc/dynarray-skeleton.c | 525 +++++++++++++++++++++++++++++++++++++
support/malloc/dynarray.h | 178 +++++++++++++
support/regcomp.c | 10 +-
support/regex.c | 2 +-
support/regex.h | 2 +-
support/regex_internal.c | 3 +-
support/regex_internal.h | 31 +--
support/regexec.c | 204 ++++++--------
support/verify.h | 30 +--
22 files changed, 1089 insertions(+), 341 deletions(-)
create mode 100644 support/attribute.h
create mode 100644 support/dynarray.h
create mode 100644 support/malloc/dynarray-skeleton.c
create mode 100644 support/malloc/dynarray.h
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4292-g5f3f42f,
Arnold Robbins <=