aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-04 20:17:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-04 20:17:58 +0200
commite2689025d04e2b4e2fbaf5ed0c61168008b54750 (patch)
tree6050b8ca482697d2427418a0fc3d7b729b908a68
parentc75db7e349a275c1511ec678c95a525aff86d00f (diff)
parenteba66f4cd899ccbefa242420fd157d30202b2fa9 (diff)
downloadegawk-e2689025d04e2b4e2fbaf5ed0c61168008b54750.tar.gz
egawk-e2689025d04e2b4e2fbaf5ed0c61168008b54750.tar.bz2
egawk-e2689025d04e2b4e2fbaf5ed0c61168008b54750.zip
Merge branch 'gawk-4.2-stable'
-rw-r--r--README_d/ChangeLog4
-rw-r--r--README_d/README.macosx19
-rw-r--r--pc/ChangeLog6
-rw-r--r--pc/Makefile.tst7
-rw-r--r--po/ChangeLog4
-rw-r--r--po/pt_BR.po4
6 files changed, 22 insertions, 22 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 4cc3f727..36ae2afa 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.macosx: Updated.
+
2018-01-25 Arnold D. Robbins <arnold@skeeve.com>
* README.macosx: Updated.
diff --git a/README_d/README.macosx b/README_d/README.macosx
index cdeceecc..11f10cb6 100644
--- a/README_d/README.macosx
+++ b/README_d/README.macosx
@@ -14,25 +14,6 @@ that works on that platform don't get along, and I could not solve
the problem. So I simply disabled the MPFR check in configure.ac on
that platform.
-Wed Aug 24 21:54:13 IDT 2016
-============================
-
-From: Pat Rankin <r.pat.rankin@gmail.com>
-Date: Tue, 23 Aug 2016 18:37:26 -0700
-Subject: Re: [gawk-devel] one last prerelease tarball
-To: Aharon Robbins <arnold@skeeve.com>
-
-> http://www.skeeve.com/gawk/gawk-4.1.3j.tar.gz
-
- On OSX 10.11.6, I still get warnings that left-shifting a negative value
-is undefined when handling TYPE_MINIMUM(time_t) in builtin.c. time_t
-is a signed 64-bit integer. 'TYPE_MINIMUM(char)' triggers warnings too,
-so the size isn't an issue, just the signedness.
-
- Despite the warnings, the build finishes successfully and the test suite
-passes without any failures now that igncas3 is skipped by 'make check'.
-I don't have MPFR so those tests aren't being run.
-
Mon Apr 13 09:49:40 IDT 2015
============================
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 1f2d00dd..98b92d0a 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-03 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile.tst (BASIC_TESTS): Add numstr1.
+ (numindex): New test. Reported by Scott Deifik
+ <scottd.mail@sbcglobal.net>.
+
2018-01-26 Eli Zaretskii <eliz@gnu.org>
* Makefile.tst (nlstringtest): Expected failure on MinGW when not
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index e850d2d4..f0d13415 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -165,7 +165,7 @@ BASIC_TESTS = \
manglprm math membug1 memleak messages minusstr mmap8k mtchi18n \
nasty nasty2 negexp negrange nested nfldstr nfloop nfneg nfset nlfldsep \
nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms \
- nors nulinsrc nulrsend numindex numsubstr \
+ nors nulinsrc nulrsend numindex numstr1 numsubstr \
octsub ofmt ofmta ofmtbig ofmtfidl ofmts ofmtstrnum ofs1 onlynl \
opasnidx opasnslf \
paramasfunc1 paramasfunc2 paramdup paramres paramtyp paramuninitglobal \
@@ -2045,6 +2045,11 @@ numindex:
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+numstr1:
+ @echo $@
+ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
numsubstr:
@echo $@
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
diff --git a/po/ChangeLog b/po/ChangeLog
index b1eb872d..e2491c18 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * pt_BR.po: Updated.
+
2018-01-31 Arnold D. Robbins <arnold@skeeve.com>
* it.po, pt_BR.po, sv.po: Updated.
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 21cf9c01..33c6ae11 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,14 +3,14 @@
# Copyright (C) 2017 Free Software Foundation, Inc.
# This file is distributed under the same license as the gawk package.
# Juan Carlos Castro y Castro <jcastro@vialink.com.br>, 2003.
-# Rafael Fontenelle <rffontenelle@gmail.com>, 2017-2018.
+# Rafael Fontenelle <rafaelff@gnome.org>, 2017-2018.
msgid ""
msgstr ""
"Project-Id-Version: gawk 4.2.0e\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
"POT-Creation-Date: 2018-01-28 20:07+0200\n"
"PO-Revision-Date: 2018-01-30 09:57-0200\n"
-"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>\n"
+"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"