gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-3181-g478b584
Date: Mon, 5 Mar 2018 13:23:00 -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, feature/namespaces has been updated
       via  478b584e29d6e96eaf1f645c33ed69ccb73aca57 (commit)
       via  7b77ec860377eafcad05025888721a46b8a7f349 (commit)
       via  28b143c3a489e2699834812214eeaa6347ac1c01 (commit)
       via  97773a0db9bcbafa16afcd1461ed6eead7f192a8 (commit)
       via  28e37a0dc466d96478c3e6a8f087b7be097ed318 (commit)
       via  9f3ab0384b99ab4f0002339908127baa9d06c859 (commit)
       via  bd8a8ad0c258d2db31e420eec81932cf15bf9702 (commit)
       via  cd692e573effc572a416cec9febbbb7921cfa4a2 (commit)
       via  6424e3db82df8947498e06fb021b94a82a9ac3c3 (commit)
      from  23b345eb8c020c31b91dcaf236f29275e9552103 (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=478b584e29d6e96eaf1f645c33ed69ccb73aca57

commit 478b584e29d6e96eaf1f645c33ed69ccb73aca57
Merge: 23b345e 7b77ec8
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Mar 5 20:22:50 2018 +0200

    Merge branch 'master' into feature/namespaces

diff --cc test/Makefile.in
index 0443fae,927544f..e689215
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -2949,8 -2915,12 +2950,13 @@@ nlstringtest:
        @echo $@
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 ; \
        AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)" >_$@ 2>&1 || 
echo EXIT CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+       @-if $(CMP) -s "$(srcdir)"/nlstringtest-nogettext.ok _$@ ; \
+       then \
+               rm -f _$@ ; \
+       else \
+               $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ; \
+       fi
 +
  Gt-dummy:
  # file Maketests, generated from Makefile.am by the Gentests program
  addcomma:

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

Summary of changes:
 ChangeLog                        |  15 +++++++++++++++
 README                           |   4 ++--
 README_d/ChangeLog               |   4 ++++
 awk.h                            |   7 -------
 awkgram.c                        |   4 ++--
 awkgram.y                        |   4 ++--
 awklib/ChangeLog                 |   4 ++++
 cmake/ChangeLog                  |   4 ++++
 config.guess                     |   8 ++++++--
 config.sub                       |   5 +++--
 configure.ac                     |   2 +-
 debug.c                          |   7 +++++++
 doc/ChangeLog                    |  13 +++++++++++++
 doc/awkcard.in                   |   8 ++++----
 doc/gawk.texi                    |   2 +-
 doc/gawktexi.in                  |   2 +-
 doc/it/ChangeLog                 |   4 ++++
 doc/texinfo.tex                  |   4 ++--
 extension/ChangeLog              |   4 ++++
 extension/build-aux/ChangeLog    |   8 ++++++++
 extension/build-aux/config.guess |   8 ++++++--
 extension/build-aux/config.sub   |   5 +++--
 extension/configure              |  20 ++++++++++----------
 extension/configure.ac           |   2 +-
 extension/m4/ChangeLog           |   4 ++++
 extras/ChangeLog                 |   4 ++++
 helpers/ChangeLog                |   4 ++++
 io.c                             |   4 ++--
 m4/ChangeLog                     |   4 ++++
 missing_d/ChangeLog              |   4 ++++
 old-extension/ChangeLog          |   4 ++++
 pc/ChangeLog                     |   8 ++++++++
 pc/Makefile                      |   2 ++
 po/ChangeLog                     |   4 ++++
 po/ca.gmo                        | Bin 77799 -> 77799 bytes
 po/ca.po                         |   2 +-
 po/da.gmo                        | Bin 47570 -> 47570 bytes
 po/da.po                         |   2 +-
 po/de.gmo                        | Bin 87626 -> 87626 bytes
 po/de.po                         |   2 +-
 po/es.gmo                        | Bin 41918 -> 41918 bytes
 po/es.po                         |   2 +-
 po/fi.gmo                        | Bin 84744 -> 84744 bytes
 po/fi.po                         |   2 +-
 po/fr.gmo                        | Bin 88683 -> 88683 bytes
 po/fr.po                         |   2 +-
 po/gawk.pot                      |   4 ++--
 po/id.gmo                        | Bin 71064 -> 71064 bytes
 po/id.po                         |   2 +-
 po/it.gmo                        | Bin 84539 -> 84539 bytes
 po/it.po                         |   2 +-
 po/ja.gmo                        | Bin 48204 -> 48204 bytes
 po/ja.po                         |   2 +-
 po/ms.gmo                        | Bin 1082 -> 1082 bytes
 po/ms.po                         |   2 +-
 po/nl.gmo                        | Bin 75617 -> 75617 bytes
 po/nl.po                         |   2 +-
 po/pl.gmo                        | Bin 63078 -> 63078 bytes
 po/pl.po                         |   2 +-
 po/pt_BR.gmo                     | Bin 85026 -> 85026 bytes
 po/pt_BR.po                      |   2 +-
 po/sv.gmo                        | Bin 84719 -> 84719 bytes
 po/sv.po                         |   2 +-
 po/vi.gmo                        | Bin 95954 -> 95954 bytes
 po/vi.po                         |   2 +-
 po/zh_CN.gmo                     | Bin 79203 -> 79203 bytes
 po/zh_CN.po                      |   2 +-
 posix/ChangeLog                  |   9 +++++++++
 posix/gawkmisc.c                 |  20 ++++++++++++++++++++
 support/ChangeLog                |   4 ++++
 test/ChangeLog                   |  11 +++++++++++
 test/Makefile.am                 |   8 +++++++-
 test/Makefile.in                 |   8 +++++++-
 test/nlstringtest-nogettext.ok   |   5 +++++
 vms/ChangeLog                    |   4 ++++
 vms/vax/ChangeLog                |   4 ++++
 76 files changed, 236 insertions(+), 63 deletions(-)
 create mode 100644 test/nlstringtest-nogettext.ok


hooks/post-receive
-- 
gawk



reply via email to

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