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-5338-gb0535d9b


From: Arnold Robbins
Subject: [SCM] gawk branch, porting, updated. gawk-4.1.0-5338-gb0535d9b
Date: Wed, 14 Sep 2022 15:41:35 -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, porting has been updated
       via  b0535d9b544e2569e92acf56036cbb22dde278b7 (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  287073f750feb0bc3ea007d138ac6c747a14154b (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=b0535d9b544e2569e92acf56036cbb22dde278b7

commit b0535d9b544e2569e92acf56036cbb22dde278b7
Merge: 287073f7 2848045a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Sep 14 22:41:25 2022 +0300

    Merge branch 'master' into porting


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

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]