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-5339-g9e877


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-5339-g9e8777f7
Date: Tue, 28 Jun 2022 12:42:58 -0400 (EDT)

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  9e8777f73733b510eaeebd2b2c269bfe1b2dbd9b (commit)
       via  6bbdfdc24df4a4ff46dee47aeb27bd9fd22acd14 (commit)
      from  dba876130438b7cb92ad7e83366c0265ead477f3 (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=9e8777f73733b510eaeebd2b2c269bfe1b2dbd9b

commit 9e8777f73733b510eaeebd2b2c269bfe1b2dbd9b
Merge: dba87613 6bbdfdc2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jun 28 19:42:50 2022 +0300

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 ChangeLog                       |  99 ++++++++
 NEWS                            |   3 +
 array.c                         |  31 ++-
 awk.h                           |  13 +-
 builtin.c                       |   3 +-
 cint_array.c                    |   2 +-
 debug.c                         |  13 +-
 eval.c                          |  31 +++
 ext.c                           |   2 +-
 gawkapi.c                       |  12 +-
 int_array.c                     |   2 +-
 interpret.h                     |  31 ++-
 mpfr.c                          |   9 +
 node.c                          |   9 +
 pc/ChangeLog                    |   8 +
 pc/Makefile.tst                 |  16 ++
 str_array.c                     |   2 +-
 symbol.c                        |   2 +
 test/ChangeLog                  |  14 ++
 test/Makefile.am                |   7 +
 test/Makefile.in                |  22 ++
 test/Maketests                  |  15 ++
 test/aadelete1.awk              |   2 +-
 test/aadelete1.ok               |   2 -
 test/mdim1.awk                  |  15 ++
 test/mdim1.ok                   |   9 +
 test/mdim2.awk                  |   9 +
 test/{arrayprm3.ok => mdim2.ok} |   0
 test/mdim3.awk                  |  29 +++
 test/mdim3.ok                   | 520 ++++++++++++++++++++++++++++++++++++++++
 test/typeof3.awk                |   2 +-
 test/typeof3.ok                 |   4 +-
 32 files changed, 914 insertions(+), 24 deletions(-)
 create mode 100644 test/mdim1.awk
 create mode 100644 test/mdim1.ok
 create mode 100644 test/mdim2.awk
 copy test/{arrayprm3.ok => mdim2.ok} (100%)
 create mode 100644 test/mdim3.awk
 create mode 100644 test/mdim3.ok


hooks/post-receive
-- 
gawk



reply via email to

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