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-1821-gbb331e


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1821-gbb331e2
Date: Wed, 8 Jun 2016 19:59:35 +0000 (UTC)

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  bb331e22c3207863ebd923bd4c8a36c256485c6b (commit)
       via  b504b2707e0780d5f0b347aef9bead0e516813a2 (commit)
       via  98c043ed84ea6fe877561da25e1bf94f68374a67 (commit)
      from  4f758771937fcbd59b1fd2db017c4995513c3988 (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=bb331e22c3207863ebd923bd4c8a36c256485c6b

commit bb331e22c3207863ebd923bd4c8a36c256485c6b
Merge: 4f75877 b504b27
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jun 8 22:59:28 2016 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc test/Makefile.am
index 6e25290,1f1646e..9d95a60
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1161,18 -1113,14 +1164,18 @@@ GAWK_EXT_TESTS = 
        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 profile8 pty1 \
 +      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
\
 +      profile8 profile9 profile10 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 symtab10 \
 +      typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4 \
 +      timeout \
        watchpoint1
  
  EXTRA_TESTS = inftest regtest
diff --cc test/Makefile.in
index e2c3e33,df874d1..67fc7b4
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1417,18 -1369,14 +1420,18 @@@ GAWK_EXT_TESTS = 
        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 profile8 pty1 \
 +      profile0 profile1 profile2 profile3 profile4 profile5 profile6 profile7 
\
 +      profile8 profile9 profile10 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 symtab10 \
 +      typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4 \
 +      timeout \
        watchpoint1
  
  EXTRA_TESTS = inftest regtest

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

Summary of changes:
 ChangeLog                 |    7 +++++++
 helpers/ChangeLog         |    5 +++++
 helpers/changed-files.awk |   19 +++++++++++++++++++
 symbol.c                  |    4 +++-
 test/ChangeLog            |    6 ++++++
 test/Makefile.am          |   10 +++++++++-
 test/Makefile.in          |   10 +++++++++-
 test/symtab10.awk         |    1 +
 test/symtab10.in          |    4 ++++
 test/symtab10.ok          |   11 +++++++++++
 10 files changed, 74 insertions(+), 3 deletions(-)
 create mode 100644 helpers/changed-files.awk
 create mode 100644 test/symtab10.awk
 create mode 100644 test/symtab10.in
 create mode 100644 test/symtab10.ok


hooks/post-receive
-- 
gawk



reply via email to

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