[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-37-
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-37-g972b567 |
Date: |
Sat, 22 Jun 2013 12:35:53 +0000 |
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.1-stable has been updated
via 972b5670427d8be2254fcf4cb7bbf4be5bb95976 (commit)
from aff720deb9f0b4f5790aaf414ecb0ceff67d905a (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=972b5670427d8be2254fcf4cb7bbf4be5bb95976
commit 972b5670427d8be2254fcf4cb7bbf4be5bb95976
Author: Eli Zaretskii <address@hidden>
Date: Sat Jun 22 15:34:50 2013 +0300
test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does.
diff --git a/test/ChangeLog b/test/ChangeLog
index 108acf0..b3f8707 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-22 Eli Zaretskii <address@hidden>
+
+ * Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer
+ does.
+
2013-06-03 Arnold D. Robbins <address@hidden>
* Makefile.am (exit2): New test.
diff --git a/test/Maketests b/test/Maketests
index 0cdbfa4..7ffbd13 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -934,7 +934,7 @@ backw:
clos1way:
@echo $@
- @AWKPATH=$(srcdir) $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
+ @AWKPATH=$(srcdir) LC_ALL=C $(AWK) -f address@hidden >_$@ 2>&1 || echo
EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
delsub:
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Maketests | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-37-g972b567,
Eli Zaretskii <=