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-6702-g38be2


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6702-g38be209a
Date: Wed, 19 Feb 2025 04:31:59 -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  38be209a676e3297edb4d209f37ecdb604846ac0 (commit)
       via  62c9bc8abed3c1ff84aeb064e3b247e571e73b74 (commit)
       via  d740c00302ea4e8bd1192eb0e3fcea2def124da6 (commit)
       via  963e7fa80435f920db272960c547adfc021d5469 (commit)
       via  53db456cf94a6e54b8323a4da3d67b0267b7c882 (commit)
       via  fd4c11d405b84fb4e032de589902372c0b6599f8 (commit)
       via  5e5693474b3742f45589f99de83dc6de08de7dce (commit)
      from  bd8e374b0298ed0ca55f3ac92e4ee5b6dc3cb8ae (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=38be209a676e3297edb4d209f37ecdb604846ac0

commit 38be209a676e3297edb4d209f37ecdb604846ac0
Merge: bd8e374b 62c9bc8a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Feb 19 11:31:50 2025 +0200

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 README_d/ChangeLog                        |   4 +-
 build-aux/ChangeLog                       |   5 +
 build-aux/ar-lib                          |  23 +-
 build-aux/compile                         |  33 +-
 build-aux/config.rpath                    |   4 +-
 build-aux/depcomp                         |   6 +-
 build-aux/install-sh                      |   4 +-
 build-aux/texinfo.tex                     | 933 ++++++++++++++++++------------
 doc/ChangeLog                             |   6 +-
 doc/it/ChangeLog                          |   4 +
 doc/it/gawk.texi                          |  14 +-
 doc/texinfo.tex                           | 933 ++++++++++++++++++------------
 support/ChangeLog                         |  11 +
 support/dfa.c                             |   8 +-
 support/dfa.h                             |   6 +-
 support/dynarray.h                        |   2 +-
 support/flexmember.h                      |   9 +-
 support/intprops.h                        |  10 +-
 support/libc-config.h                     |   7 +-
 support/localeinfo.c                      |   6 +-
 support/localeinfo.h                      |   6 +-
 support/malloc/dynarray-skeleton.c        |   2 +-
 support/malloc/dynarray.h                 |   2 +-
 support/malloc/dynarray_at_failure.c      |   2 +-
 support/malloc/dynarray_emplace_enlarge.c |   2 +-
 support/malloc/dynarray_finalize.c        |   2 +-
 support/malloc/dynarray_resize.c          |   2 +-
 support/malloc/dynarray_resize_clear.c    |   2 +-
 support/regcomp.c                         |   2 +-
 support/regex.c                           |   2 +-
 support/regex.h                           |  20 +-
 support/regex_internal.c                  |   5 +-
 support/regex_internal.h                  |  12 +-
 support/regexec.c                         |   2 +-
 support/verify.h                          |  16 +-
 35 files changed, 1310 insertions(+), 797 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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