gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/stringfix, updated. gawk-4.1.0-2


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/stringfix, updated. gawk-4.1.0-2451-g9acc5c7
Date: Fri, 17 Feb 2017 01:20:25 -0500 (EST)

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, feature/stringfix has been updated
       via  9acc5c7442feff44445a4c5ae9f618d879064cb4 (commit)
       via  4ce031ad3c3d157a425f721688a09a7dde018619 (commit)
      from  f5870138fe92a9abb5c4407a77c8ac782936173e (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=9acc5c7442feff44445a4c5ae9f618d879064cb4

commit 9acc5c7442feff44445a4c5ae9f618d879064cb4
Merge: f587013 4ce031a
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Feb 17 08:20:19 2017 +0200

    Merge branch 'master' into feature/stringfix

diff --cc test/Makefile.am
index dfedcd6,7715c39..00d50a0
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1234,10 -1234,11 +1237,11 @@@ GAWK_EXT_TESTS = 
        rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline 
rsglstdin rsstart1 \
        rsstart2 rsstart3 rstest6 shadow shadowbuiltin \
        sortfor sortfor2 sortu split_after_fpat \
 -      splitarg4 strftime \
 +      splitarg4 strftime strftfld \
        strtonum strtonum1 switch2 symtab1 symtab2 symtab3 symtab4 symtab5 
symtab6 \
        symtab7 symtab8 symtab9 symtab10 \
-       typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4 \
+       typedregex1 typedregex2 typedregex3 \
+       typeof1 typeof2 typeof3 typeof4 typeof5 \
        timeout \
        watchpoint1
  
diff --cc test/Makefile.in
index af75a6a,88b731b..727fdb4
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1491,10 -1491,11 +1494,11 @@@ GAWK_EXT_TESTS = 
        rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline 
rsglstdin rsstart1 \
        rsstart2 rsstart3 rstest6 shadow shadowbuiltin \
        sortfor sortfor2 sortu split_after_fpat \
 -      splitarg4 strftime \
 +      splitarg4 strftime strftfld \
        strtonum strtonum1 switch2 symtab1 symtab2 symtab3 symtab4 symtab5 
symtab6 \
        symtab7 symtab8 symtab9 symtab10 \
-       typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4 \
+       typedregex1 typedregex2 typedregex3 \
+       typeof1 typeof2 typeof3 typeof4 typeof5 \
        timeout \
        watchpoint1
  

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

Summary of changes:
 ChangeLog                         |  5 +++++
 builtin.c                         | 15 +++++++++------
 test/ChangeLog                    |  6 ++++++
 test/Makefile.am                  |  6 +++++-
 test/Makefile.in                  | 11 ++++++++++-
 test/Maketests                    |  5 +++++
 test/typeof5.awk                  | 10 ++++++++++
 test/{clos1way2.in => typeof5.in} |  0
 test/typeof5.ok                   |  4 ++++
 9 files changed, 54 insertions(+), 8 deletions(-)
 create mode 100644 test/typeof5.awk
 copy test/{clos1way2.in => typeof5.in} (100%)
 create mode 100644 test/typeof5.ok


hooks/post-receive
-- 
gawk



reply via email to

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