[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2558-gb2651a
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2558-gb2651a8 |
Date: |
Mon, 1 May 2017 09:03:58 -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, master has been updated
via b2651a80b9a238a0372dc6f89f5ea81c75326914 (commit)
from e5b52db52bdf2a8d04e6025946fa692a10187e00 (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=b2651a80b9a238a0372dc6f89f5ea81c75326914
commit b2651a80b9a238a0372dc6f89f5ea81c75326914
Author: Arnold D. Robbins <address@hidden>
Date: Mon May 1 16:03:24 2017 +0300
Improve list in test/Makefile.am of locales needed.
diff --git a/test/ChangeLog b/test/ChangeLog
index b013094..2ef21c6 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -4,6 +4,11 @@
* sourcesplit.ok: New file.
Thanks to Hermann Peifer for the report.
+ Unrelated:
+
+ * Makefile.am (charset-msg-start): Document that having
+ el_GR.iso88597 is helpful.
+
2017-04-12 Manuel Collado <address@hidden>
* Makefile.am (fpat6): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 161082e..29de0b1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1420,8 +1420,8 @@ charset-msg-start:
@echo
"**************************************************************************"
@echo "* Some or all of these tests may fail if you have inadequate or
missing *"
@echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and
ja_JP.UTF-8 are *"
- @echo "* needed. However, if you see this message, the Makefile thinks
you have *"
- @echo "* what you need ...
*"
+ @echo "* needed. The el_GR.iso88597 is optional but helpful. However,
if you *"
+ @echo "* see this message, the Makefile thinks you have what you need
... *"
@echo
"**************************************************************************"
charset-msg-end:
diff --git a/test/Makefile.in b/test/Makefile.in
index 52924b8..91fb8d8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1862,8 +1862,8 @@ charset-msg-start:
@echo
"**************************************************************************"
@echo "* Some or all of these tests may fail if you have inadequate or
missing *"
@echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and
ja_JP.UTF-8 are *"
- @echo "* needed. However, if you see this message, the Makefile thinks
you have *"
- @echo "* what you need ...
*"
+ @echo "* needed. The el_GR.iso88597 is optional but helpful. However,
if you *"
+ @echo "* see this message, the Makefile thinks you have what you need
... *"
@echo
"**************************************************************************"
charset-msg-end:
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Makefile.am | 4 ++--
test/Makefile.in | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2558-gb2651a8,
Arnold Robbins <=