gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4246-ge5f0cbb


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4246-ge5f0cbb
Date: Mon, 8 Feb 2021 02:05:40 -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, master has been updated
       via  e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (commit)
       via  33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (commit)
      from  2dbf19a6bcf289c1cf4c309f15f1a33aa469de93 (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=e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6

commit e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6
Merge: 2dbf19a 33ef3ac
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Feb 8 09:05:28 2021 +0200

    Merge branch 'gawk-5.1-stable'


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

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]