gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. 72e1d7d4308c3a4d43084a4


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 72e1d7d4308c3a4d43084a47ae30fc2960d569c1
Date: Thu, 07 Feb 2013 17:14:28 +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  72e1d7d4308c3a4d43084a47ae30fc2960d569c1 (commit)
      from  e44b174e87640ca349b3e2a25d7983ad6536c411 (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=72e1d7d4308c3a4d43084a47ae30fc2960d569c1

commit 72e1d7d4308c3a4d43084a47ae30fc2960d569c1
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Feb 7 19:14:10 2013 +0200

    Update pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 1dc181d..15ce56e 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-07   Scott Deifik  <address@hidden>
+
+       * Makefile.tst: Sync with mainline.
+
 2013-01-25         Arnold D. Robbins     <address@hidden>
 
        * config.h: Version bumped.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 05515a5..564cddf 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1,6 +1,6 @@
 # Makefile for GNU Awk test suite.
 #
-# Copyright (C) 1988-2012 the Free Software Foundation, Inc.
+# Copyright (C) 1988-2013 the Free Software Foundation, Inc.
 # 
 # This file is part of GAWK, the GNU implementation of the
 # AWK Programming Language.
@@ -152,8 +152,8 @@ BASIC_TESTS = \
        nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl \
        noparms nors nulrsend numindex numsubstr \
        octsub ofmt ofmta ofmtbig ofmtfidl ofmts ofs1 onlynl opasnidx opasnslf \
-       paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme 
pcntplus \
-       posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \
+       paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme \
+       pcntplus posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \
        prt1eval prtoeval \
        rand range1 rebt8b1 redfilnm regeq regexprange regrange \
        reindops reparse \
@@ -183,7 +183,7 @@ GAWK_EXT_TESTS = \
        nastyparm  next nondec nondec2 \
        patsplit posix printfbad1 printfbad2 printfbad3 procinfs \
        profile1 profile2 profile3 pty1 \
-       rebuf regx8bit reint reint2 rsstart1 \
+       rebuf regx8bit reginttrad reint reint2 rsstart1 \
        rsstart2 rsstart3 rstest6 shadow sortfor sortu splitarg4 strftime \
        strtonum switch2
 
@@ -858,6 +858,11 @@ charasbytes:
        AWKPATH=$(srcdir) $(AWK) -b -v BINMODE=2 -f address@hidden 
$(srcdir)/address@hidden | \
        od -c -t x1 | sed -e 's/  */ /g' -e 's/ *$$//' >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+
+reginttrad:
+       @echo $@
+       @$(AWK) --traditional -r -f address@hidden > _$@
+       @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program
 addcomma:

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

Summary of changes:
 pc/ChangeLog    |    4 ++++
 pc/Makefile.tst |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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