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-5165-gac5e3b


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5165-gac5e3bf2
Date: Wed, 14 Sep 2022 15:44:57 -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  ac5e3bf2ecf456db71c1c0cc26a3d9b3fcfbc50c (commit)
       via  2848045aed5ccfd7b582808288f7fcc18d319952 (commit)
       via  baab183439ff4e0c6b77d62156d447e61fc1dcfb (commit)
       via  7eacf279a6ff4bff560ff49a8a2a9c531658096c (commit)
       via  c87e7839c5b850a87161041bb1b4c495eccb0646 (commit)
       via  ca4766401a1a81e548d05f9d113dc29f88b5d9e8 (commit)
       via  98d5d6a8d3b5c1addfef296d65b3bbfa3a131357 (commit)
       via  c89a7e22c0d7a0345344325225a65546e5d081c0 (commit)
       via  b4e3adbb5f48394e7d778406a853e587c058ff98 (commit)
       via  4d16c2aec40d021345cfdc3f44b506f8206a2a65 (commit)
      from  b91ce4e3ea35c4c3aa8a62d21f9af8e1f2a5fdd4 (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=ac5e3bf2ecf456db71c1c0cc26a3d9b3fcfbc50c

commit ac5e3bf2ecf456db71c1c0cc26a3d9b3fcfbc50c
Merge: b91ce4e3 2848045a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Sep 14 22:44:48 2022 +0300

    Merge branch 'master' into feature/cpp-compile


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

Summary of changes:
 ChangeLog                          |  29 ++
 NEWS                               |   5 +-
 README_d/ChangeLog                 |   4 +
 awkgram.c                          | 412 ++++++++++---------
 awklib/ChangeLog                   |   4 +
 build-aux/ChangeLog                |   8 +
 build-aux/texinfo.tex              | 506 ++++++++++++-----------
 command.c                          | 160 ++++----
 configure                          |  20 +-
 configure.ac                       |   2 +-
 doc/ChangeLog                      |  12 +
 doc/gawkinet.info                  |   4 +-
 doc/gawkinet.texi                  |   4 +-
 doc/it/ChangeLog                   |   4 +
 doc/texinfo.tex                    | 506 ++++++++++++-----------
 extension/ChangeLog                |   4 +
 extension/po/ChangeLog             |   4 +
 extras/ChangeLog                   |   4 +
 helpers/ChangeLog                  |   4 +
 interpret.h                        |  13 +-
 m4/ChangeLog                       |   4 +
 missing_d/ChangeLog                |   4 +
 old-extension/ChangeLog            |   4 +
 pc/ChangeLog                       |  16 +
 pc/Makefile.tst                    |  41 +-
 pc/config.h                        |   6 +-
 po/ChangeLog                       |   4 +
 po/bg.gmo                          | Bin 116918 -> 123002 bytes
 po/bg.po                           | 738 ++++++++++++++++++++++-----------
 po/ca.po                           | 152 +++----
 po/da.po                           | 144 +++----
 po/de.gmo                          | Bin 90333 -> 95181 bytes
 po/de.po                           | 807 +++++++++++++++++++++++++------------
 po/es.gmo                          | Bin 88987 -> 93630 bytes
 po/es.po                           | 761 +++++++++++++++++++++++-----------
 po/fi.po                           | 144 +++----
 po/fr.gmo                          | Bin 90763 -> 95372 bytes
 po/fr.po                           | 663 ++++++++++++++++++++----------
 po/gawk.pot                        | 146 +++----
 po/id.po                           | 144 +++----
 po/it.po                           | 144 +++----
 po/ja.po                           | 144 +++----
 po/ko.gmo                          | Bin 93586 -> 98596 bytes
 po/ko.po                           | 463 +++++++++++++--------
 po/ms.po                           | 144 +++----
 po/nl.po                           | 144 +++----
 po/pl.po                           | 148 +++----
 po/pt.po                           | 148 +++----
 po/pt_BR.po                        | 156 +++----
 po/ro.gmo                          | Bin 91504 -> 96211 bytes
 po/ro.po                           | 787 ++++++++++++++++++++++++------------
 po/sr.po                           | 148 +++----
 po/sv.gmo                          | Bin 86378 -> 90984 bytes
 po/sv.po                           | 494 +++++++++++++++--------
 po/vi.po                           | 144 +++----
 po/zh_CN.gmo                       | Bin 66862 -> 78902 bytes
 po/zh_CN.po                        | 284 ++++++++-----
 posix/ChangeLog                    |   4 +
 support/ChangeLog                  |   8 +
 support/verify.h                   |   7 +-
 test/ChangeLog                     |  17 +
 test/Makefile.am                   |  18 +-
 test/Makefile.in                   |  43 +-
 test/Maketests                     |  25 +-
 test/elemnew1.awk                  |   9 +
 test/{arrayprm2.ok => elemnew1.ok} |   0
 test/elemnew2.awk                  |   6 +
 test/elemnew2.ok                   |   2 +
 test/elemnew3.awk                  |   8 +
 test/{arrayprm2.ok => elemnew3.ok} |   0
 vms/ChangeLog                      |   4 +
 vms/vax/ChangeLog                  |   4 +
 72 files changed, 5515 insertions(+), 3475 deletions(-)
 create mode 100644 test/elemnew1.awk
 copy test/{arrayprm2.ok => elemnew1.ok} (100%)
 create mode 100644 test/elemnew2.awk
 create mode 100644 test/elemnew2.ok
 create mode 100644 test/elemnew3.awk
 copy test/{arrayprm2.ok => elemnew3.ok} (100%)


hooks/post-receive
-- 
gawk



reply via email to

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