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-4979-g7b0ca4


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4979-g7b0ca422
Date: Fri, 8 Jul 2022 03:02:07 -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/cpp-compile has been updated
       via  7b0ca4220794384d4e2f73f7c390f3d00620766f (commit)
       via  d2e694ad66a379fa128137d19c10b77b942972f2 (commit)
      from  1d08cf33af7c8945064b2831e06ee03df1fe2515 (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=7b0ca4220794384d4e2f73f7c390f3d00620766f

commit 7b0ca4220794384d4e2f73f7c390f3d00620766f
Merge: 1d08cf33 d2e694ad
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 8 10:01:55 2022 +0300

    Merge branch 'master' into feature/cpp-compile


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

Summary of changes:
 ChangeLog                       | 108 +++++++++
 NEWS                            |   3 +
 array.c                         |  31 ++-
 awk.h                           |  19 +-
 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                    |  12 +
 pc/Makefile.tst                 |  21 ++
 str_array.c                     |   2 +-
 symbol.c                        |   2 +
 test/ChangeLog                  |  19 ++
 test/Makefile.am                |  10 +
 test/Makefile.in                |  30 +++
 test/Maketests                  |  20 ++
 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/mdim4.awk                  | 168 +++++++++++++
 Makefile.in => test/mdim4.in    |   2 +-
 Makefile.in => test/mdim4.ok    | 366 ++++++++++++++--------------
 test/typeof3.awk                |   2 +-
 test/typeof3.ok                 |   4 +-
 35 files changed, 1311 insertions(+), 208 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
 create mode 100644 test/mdim4.awk
 copy Makefile.in => test/mdim4.in (99%)
 copy Makefile.in => test/mdim4.ok (85%)


hooks/post-receive
-- 
gawk



reply via email to

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