gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4675-gfe171


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4675-gfe171bf
Date: Mon, 8 Feb 2021 02:06:27 -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  fe171bf7bcc7f8b47bccee263dead3e0cbc2526b (commit)
       via  e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (commit)
       via  33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (commit)
      from  a9b4c4c0d7e9813e0c6c501bdc846ba7ebbb647c (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=fe171bf7bcc7f8b47bccee263dead3e0cbc2526b

commit fe171bf7bcc7f8b47bccee263dead3e0cbc2526b
Merge: a9b4c4c e5f0cbb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Feb 8 09:06:22 2021 +0200

    Merge branch 'master' into feature/improve-inet


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

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]