gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4922-g04a5d1


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4922-g04a5d19
Date: Mon, 8 Feb 2021 02:06:37 -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/memory-work has been updated
       via  04a5d19ffdb2ac38c9db90484b04ecf2c83fd7be (commit)
       via  e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (commit)
       via  33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (commit)
      from  6a6efddb032292939152c5d9d31a211cbdf43b1d (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=04a5d19ffdb2ac38c9db90484b04ecf2c83fd7be

commit 04a5d19ffdb2ac38c9db90484b04ecf2c83fd7be
Merge: 6a6efdd e5f0cbb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Feb 8 09:06:31 2021 +0200

    Merge branch 'master' into feature/memory-work


-----------------------------------------------------------------------

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]