[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-118-g769a507
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-118-g769a507 |
Date: |
Thu, 10 Oct 2013 06:13:23 +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, master has been updated
via 769a5078505d62a0c7f89dcecc13fb119a990d00 (commit)
via 9bac49a90fec1886de5ae898d84a0022a2a4f2f6 (commit)
from 5134a77df39775f8e892f0b28cdcf8aa556aadbb (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=769a5078505d62a0c7f89dcecc13fb119a990d00
commit 769a5078505d62a0c7f89dcecc13fb119a990d00
Merge: 5134a77 9bac49a
Author: Arnold D. Robbins <address@hidden>
Date: Thu Oct 10 09:13:05 2013 +0300
Merge branch 'gawk-4.1-stable'
diff --cc test/Makefile.am
index fef12a3,d0caeed..7034b1f
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1863,11 -1868,18 +1870,24 @@@ dfamb1
AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
++
+randtest::
+ @echo $@
+ @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
+ backbigs1:
+ @echo $@
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
+ AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
+ backsmalls1:
+ @echo $@
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
+ AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
# Targets generated for other tests:
include Maketests
diff --cc test/Makefile.in
index d1db646,5ddd9e3..061136d
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -2257,10 -2262,17 +2264,22 @@@ dfamb1
AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+randtest::
+ @echo $@
+ @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
++
+ backbigs1:
+ @echo $@
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
+ AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
+ backsmalls1:
+ @echo $@
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
+ AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
addcomma:
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +++
dfa.c | 47 +++++++++++++++++++++++++++++------
test/ChangeLog | 6 ++++
test/Makefile.am | 22 +++++++++++++++-
test/Makefile.in | 21 +++++++++++++++-
test/backbigs1.awk | 1 +
test/backbigs1.in | 1 +
test/{arrayprm2.ok => backbigs1.ok} | 0
test/backsmalls1.awk | 1 +
test/backsmalls1.in | 36 ++++++++++++++++++++++++++
test/backsmalls1.ok | 14 ++++++++++
11 files changed, 143 insertions(+), 10 deletions(-)
create mode 100644 test/backbigs1.awk
create mode 100644 test/backbigs1.in
copy test/{arrayprm2.ok => backbigs1.ok} (100%)
create mode 100644 test/backsmalls1.awk
create mode 100644 test/backsmalls1.in
create mode 100644 test/backsmalls1.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-118-g769a507,
Arnold Robbins <=