[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, cmake, updated. 56e0891a41a9b151c9dfe766
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, cmake, updated. 56e0891a41a9b151c9dfe7665401ba5950ac2f91 |
Date: |
Tue, 07 May 2013 15:49:57 +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, cmake has been updated
via 56e0891a41a9b151c9dfe7665401ba5950ac2f91 (commit)
from 55775186a2fb7e4f61b57e2923abe4e6e4728eb0 (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=56e0891a41a9b151c9dfe7665401ba5950ac2f91
commit 56e0891a41a9b151c9dfe7665401ba5950ac2f91
Author: Juergen Kahrs <address@hidden>
Date: Tue May 7 17:49:46 2013 +0200
All 377 test cases pass now. mbfw1 and mbprintf1 need LANG=en_US.UTF-8.
Handling of LOCALES has to be aligned with master branch.
diff --git a/cmake/basictest b/cmake/basictest
index 68dd861..990c778 100755
--- a/cmake/basictest
+++ b/cmake/basictest
@@ -107,12 +107,14 @@ function localenl() {
function mbprintf1() {
GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE
+ LANG=en_US.UTF-8
$GAWKEXE -f ${SRCDIR}/${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in >_${TESTCASE}
2>&1 || echo EXIT CODE: $? >> _${TESTCASE}
${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
}
function mbfw1() {
GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE
+ LANG=en_US.UTF-8
$GAWKEXE -f ${SRCDIR}/${TESTCASE}.awk ${SRCDIR}/${TESTCASE}.in >_${TESTCASE}
2>&1 || echo EXIT CODE: $? >> _${TESTCASE}
${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
}
-----------------------------------------------------------------------
Summary of changes:
cmake/basictest | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, cmake, updated. 56e0891a41a9b151c9dfe7665401ba5950ac2f91,
Juergen Kahrs <=