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. gawk-4.1.0-1527-g98d317


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1527-g98d3178
Date: Sat, 26 Sep 2015 20:25:13 +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  98d31787c2212d51c382681420e14eec44091034 (commit)
       via  0e54ab845160a222556047482ea02f7221f34e59 (commit)
      from  53246371c1395de55e1952859e14129226699370 (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=98d31787c2212d51c382681420e14eec44091034

commit 98d31787c2212d51c382681420e14eec44091034
Merge: 5324637 0e54ab8
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Sep 26 23:25:04 2015 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc test/Makefile.am
index db842fb,27ccb76..9545920
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1114,19 -1071,15 +1116,20 @@@ GAWK_EXT_TESTS = 
        include include2 indirectbuiltin indirectcall indirectcall2 \
        lint lintold lintwarn \
        manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       muldimposix \
        nastyparm negtime next nondec nondec2 \
 +      nonfatal1 nonfatal2 nonfatal3 \
        patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge 
procinfs \
 -      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
pty1 \
 +      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
\
 +      profile8 pty1 \
        rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline 
rsglstdin rsstart1 \
 -      rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \
 +      rsstart2 rsstart3 rstest6 shadow shadowbuiltin \
 +      sortfor sortu split_after_fpat \
        splitarg4 strftime \
        strtonum switch2 symtab1 symtab2 symtab3 symtab4 symtab5 symtab6 \
 -      symtab7 symtab8 symtab9
 +      symtab7 symtab8 symtab9 \
 +      typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4
 +      timeout
  
  EXTRA_TESTS = inftest regtest
  
@@@ -2158,21 -2091,11 +2161,26 @@@ negtime:
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
        @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
  
 +dbugtypedre1:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
 +dbugtypedre2:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
 +dbugeval2:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
+ muldimposix::
+       @echo $@
+       @AWKPATH="$(srcdir)" $(AWK) -f address@hidden --posix >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
+       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+ 
  # Targets generated for other tests:
  include Maketests
  
diff --cc test/Makefile.in
index c140d96,787fba1..ce791a2
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1370,18 -1327,15 +1372,19 @@@ GAWK_EXT_TESTS = 
        include include2 indirectbuiltin indirectcall indirectcall2 \
        lint lintold lintwarn \
        manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       muldimposix \
        nastyparm negtime next nondec nondec2 \
 +      nonfatal1 nonfatal2 nonfatal3 \
        patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge 
procinfs \
 -      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
pty1 \
 +      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
\
 +      profile8 pty1 \
        rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline 
rsglstdin rsstart1 \
 -      rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \
 +      rsstart2 rsstart3 rstest6 shadow shadowbuiltin \
 +      sortfor sortu split_after_fpat \
        splitarg4 strftime \
        strtonum switch2 symtab1 symtab2 symtab3 symtab4 symtab5 symtab6 \
 -      symtab7 symtab8 symtab9
 +      symtab7 symtab8 symtab9 \
 +      typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4
  
  EXTRA_TESTS = inftest regtest
  INET_TESTS = inetdayu inetdayt inetechu inetecht
@@@ -2594,20 -2528,10 +2597,26 @@@ negtime:
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
        @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
  
 +dbugtypedre1:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
 +dbugtypedre2:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
 +dbugeval2:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
++
+ muldimposix::
+       @echo $@
+       @AWKPATH="$(srcdir)" $(AWK) -f address@hidden --posix >_$@ 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            |    6 ++++++
 awkgram.c            |    4 ++++
 awkgram.y            |    4 ++++
 test/ChangeLog       |    5 +++++
 test/Makefile.am     |    8 ++++++++
 test/Makefile.in     |    9 +++++++++
 test/muldimposix.awk |    1 +
 test/muldimposix.ok  |    2 ++
 8 files changed, 39 insertions(+), 0 deletions(-)
 create mode 100644 test/muldimposix.awk
 create mode 100644 test/muldimposix.ok


hooks/post-receive
-- 
gawk



reply via email to

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