gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5446-gb83314


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5446-gb8331449
Date: Sun, 5 Feb 2023 11:21:00 -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/cpp-compile has been updated
       via  b8331449ba646457c8c9ee5c560b143c8145de10 (commit)
       via  bdf9d5e80f2fe230ea30916ca10c815356c9f6cd (commit)
       via  ef06cfd9b39fa79f2e31e74a5759869adb3fe4a9 (commit)
       via  cafd5fb7fd87c63e9ed74b6329571ba02584a82a (commit)
       via  f4eb10c5bcb032ef77cdead433bd583ad5ffd7e9 (commit)
       via  e596ff6cddf96e575cc0f16e3a791bb6b51fc425 (commit)
      from  938965642c6f4edb434ae28e7ef5fb34fa9d4631 (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=b8331449ba646457c8c9ee5c560b143c8145de10

commit b8331449ba646457c8c9ee5c560b143c8145de10
Merge: 93896564 bdf9d5e8
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Feb 5 18:20:50 2023 +0200

    Merge branch 'master' into feature/cpp-compile


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

Summary of changes:
 ChangeLog                                 |   8 ++
 build-aux/ChangeLog                       |   7 +
 build-aux/ar-lib                          |   2 +-
 build-aux/compile                         |   2 +-
 build-aux/config.guess                    |   6 +-
 build-aux/config.rpath                    |   2 +-
 build-aux/config.sub                      |   8 +-
 build-aux/depcomp                         |   2 +-
 build-aux/texinfo.tex                     | 204 +++++++++++++++---------------
 doc/ChangeLog                             |   5 +
 doc/texinfo.tex                           | 204 +++++++++++++++---------------
 io.c                                      |   8 +-
 support/ChangeLog                         |  11 ++
 support/cdefs.h                           |  42 +++---
 support/dfa.c                             |  13 +-
 support/dfa.h                             |   2 +-
 support/dynarray.h                        |   2 +-
 support/flexmember.h                      |   2 +-
 support/idx.h                             |   2 +-
 support/intprops.h                        |   2 +-
 support/libc-config.h                     |  24 ++--
 support/localeinfo.c                      |   2 +-
 support/localeinfo.h                      |   2 +-
 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                           |   2 +-
 support/regex_internal.c                  |   2 +-
 support/regex_internal.h                  |   2 +-
 support/regexec.c                         |   2 +-
 support/verify.h                          |  45 +++++--
 37 files changed, 355 insertions(+), 278 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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