gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, porting, updated. gawk-4.1.0-4936-gd7d11437


From: Arnold Robbins
Subject: [SCM] gawk branch, porting, updated. gawk-4.1.0-4936-gd7d11437
Date: Wed, 19 Jan 2022 05:06:14 -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, porting has been updated
       via  d7d11437f7dabf6c5b912da6e0b9d2b8ac4bbe50 (commit)
       via  18213a779d239baf5e24ba52d77ba920f314ab7e (commit)
       via  d96d55d7d23ee27c49cf7055956007de5f3432db (commit)
       via  730c9ef7a33a4a1fefa10a94d9b92e1556375abc (commit)
       via  7388d79e02299193e991b6714c3b3c5314191154 (commit)
       via  84107702c4afa003299cbbf3150b52a67a2a518c (commit)
       via  0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd (commit)
       via  71a50ec092b75ce2b2f969892c6cd443d44777a5 (commit)
       via  8bd2904afb35a19d48552b10d3215ba16fe4ce35 (commit)
      from  446eb4b0f69c269eea00c815eca0db19b343bb97 (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=d7d11437f7dabf6c5b912da6e0b9d2b8ac4bbe50

commit d7d11437f7dabf6c5b912da6e0b9d2b8ac4bbe50
Merge: 730c9ef7 18213a77
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jan 19 12:06:03 2022 +0200

    Merge branch 'master' into porting


http://git.sv.gnu.org/cgit/gawk.git/commit/?id=730c9ef7a33a4a1fefa10a94d9b92e1556375abc

commit 730c9ef7a33a4a1fefa10a94d9b92e1556375abc
Merge: 446eb4b0 7388d79e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jan 5 21:35:26 2022 +0200

    Merge branch 'master' into porting


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

Summary of changes:
 ChangeLog                                 |  13 +
 awkgram.c                                 | 904 ++++++++++++++++--------------
 awkgram.y                                 |  60 +-
 doc/ChangeLog                             |   5 +
 doc/gawk.info                             | 644 ++++++++++-----------
 doc/gawk.texi                             |   6 +-
 doc/gawktexi.in                           |   6 +-
 pc/ChangeLog                              |   4 +
 pc/Makefile.tst                           |   7 +-
 support/ChangeLog                         |  11 +
 support/cdefs.h                           |   7 +-
 support/dfa.c                             |   4 +-
 support/dfa.h                             |   4 +-
 support/dynarray.h                        |   2 +-
 support/flexmember.h                      |   2 +-
 support/idx.h                             |   2 +-
 support/intprops.h                        |  12 +-
 support/libc-config.h                     |   2 +-
 support/localeinfo.c                      |   4 +-
 support/localeinfo.h                      |   4 +-
 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                          |   2 +-
 symbol.c                                  |   5 +-
 test/ChangeLog                            |   5 +
 test/Makefile.am                          |   4 +-
 test/Makefile.in                          |   9 +-
 test/Maketests                            |   5 +
 test/nsidentifier.awk                     |  36 ++
 test/nsidentifier.ok                      | 118 ++++
 41 files changed, 1106 insertions(+), 807 deletions(-)
 create mode 100644 test/nsidentifier.awk
 create mode 100644 test/nsidentifier.ok


hooks/post-receive
-- 
gawk



reply via email to

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