[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, porting, updated. gawk-4.1.0-4466-gb8c3751
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, porting, updated. gawk-4.1.0-4466-gb8c3751 |
Date: |
Mon, 8 Feb 2021 02:05:55 -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, porting has been updated
via b8c375113f773ea9460ee7ee674da6f1de1bfc8d (commit)
via e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (commit)
via 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (commit)
from 813621f90c15b2c3dfd959b914870721647e802a (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=b8c375113f773ea9460ee7ee674da6f1de1bfc8d
commit b8c375113f773ea9460ee7ee674da6f1de1bfc8d
Merge: 813621f e5f0cbb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Feb 8 09:05:50 2021 +0200
Merge branch 'master' into porting
-----------------------------------------------------------------------
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, porting, updated. gawk-4.1.0-4466-gb8c3751,
Arnold Robbins <=