[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-3117-gc08767b |
Date: |
Thu, 1 Feb 2018 02:08:55 -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 c08767be3e928eb75bcfd5cd9af6194e3ae00c41 (commit)
via 682b4299a9fd3023211e9db09f8e258d0ffd07e6 (commit)
via 77f429c6b5b0781645b9ee19e7f4369e0fe113a1 (commit)
via 4671bc0a324834d6bc0a5709076679692434161a (commit)
via 7498d6ecbcacb1413e81f064781bf3302dbc2990 (commit)
via 6302c80e87081b85bed7752e1b537e0f7ea6904b (commit)
from 34740dd550a6371a0aefd8387ee174cc5ab759c2 (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=c08767be3e928eb75bcfd5cd9af6194e3ae00c41
commit c08767be3e928eb75bcfd5cd9af6194e3ae00c41
Merge: 34740dd 682b429
Author: Arnold D. Robbins <address@hidden>
Date: Thu Feb 1 09:08:48 2018 +0200
Merge branch 'master' into feature/namespaces
diff --cc test/Makefile.in
index 926d67a,1a64147..fb02b07
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -2937,10 -2902,9 +2937,10 @@@ nonfatal1
nlstringtest::
@echo $@
- @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= ; \
+ @[ -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 _$@
+
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
addcomma:
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +-
po/ChangeLog | 8 +
po/fr.po | 423 ++++++++++++-----------------------------
po/it.po | 29 ++-
po/pt_BR.po | 436 +++++++++++++-----------------------------
po/sv.po | 569 +++++++++++++++++++++----------------------------------
po/vi.po | 398 +++++++++++---------------------------
test/ChangeLog | 5 +
test/Makefile.am | 4 +-
test/Makefile.in | 4 +-
10 files changed, 617 insertions(+), 1265 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-3117-gc08767b,
Arnold Robbins <=