gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-292


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2924-gc456bfb
Date: Sat, 10 Feb 2018 15:04:45 -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, gawk-4.2-stable has been updated
       via  c456bfb67cdfd71b869d059ce50335ef80c2c271 (commit)
      from  8c0f1dcdd4a05a002ae01f586bc0b5386db903d4 (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=c456bfb67cdfd71b869d059ce50335ef80c2c271

commit c456bfb67cdfd71b869d059ce50335ef80c2c271
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Feb 10 22:04:26 2018 +0200

    Move mtchi18n test into locale tests.

diff --git a/test/ChangeLog b/test/ChangeLog
index c239ba2..e633b33 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-10         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (mtchi18n): Move into locale tests.
+       Thanks to Kiyoshi KANAZAWA <address@hidden>
+       for the report.
+
 2018-02-07         Andrew J. Schorr     <address@hidden>
 
        * Makefile.am (uplus, mpfruplus): Add new tests.
diff --git a/test/Makefile.am b/test/Makefile.am
index 1100cb4..bf1dbd3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1236,7 +1236,7 @@ BASIC_TESTS = \
        hex hex2 hsprint \
        inpref inputred intest intprec iobug1 \
        leaddig leadnl litoct longsub longwrds \
-       manglprm math membug1 memleak messages minusstr mmap8k mtchi18n \
+       manglprm math membug1 memleak messages minusstr mmap8k \
        nasty nasty2 negexp negrange nested nfldstr nfloop nfneg nfset nlfldsep 
\
        nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms \
        nors nulinsrc nulrsend numindex numstr1 numsubstr \
@@ -1308,7 +1308,7 @@ LOCALE_CHARSET_TESTS = \
        asort asorti backbigs1 backsmalls1 backsmalls2 \
        fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
        mbprintf1 mbprintf2 mbprintf3 mbprintf4 mbprintf5 \
-       nlstringtest rebt8b2 rtlenmb sort1 sprintfc
+       mtchi18n nlstringtest rebt8b2 rtlenmb sort1 sprintfc
 
 SHLIB_TESTS = \
        apiterm \
diff --git a/test/Makefile.in b/test/Makefile.in
index 3de436f..f96151b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1493,7 +1493,7 @@ BASIC_TESTS = \
        hex hex2 hsprint \
        inpref inputred intest intprec iobug1 \
        leaddig leadnl litoct longsub longwrds \
-       manglprm math membug1 memleak messages minusstr mmap8k mtchi18n \
+       manglprm math membug1 memleak messages minusstr mmap8k \
        nasty nasty2 negexp negrange nested nfldstr nfloop nfneg nfset nlfldsep 
\
        nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms \
        nors nulinsrc nulrsend numindex numstr1 numsubstr \
@@ -1561,7 +1561,7 @@ LOCALE_CHARSET_TESTS = \
        asort asorti backbigs1 backsmalls1 backsmalls2 \
        fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
        mbprintf1 mbprintf2 mbprintf3 mbprintf4 mbprintf5 \
-       nlstringtest rebt8b2 rtlenmb sort1 sprintfc
+       mtchi18n nlstringtest rebt8b2 rtlenmb sort1 sprintfc
 
 SHLIB_TESTS = \
        apiterm \

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

Summary of changes:
 test/ChangeLog   | 6 ++++++
 test/Makefile.am | 4 ++--
 test/Makefile.in | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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