gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-3071-gb27ca78
Date: Wed, 17 Jan 2018 11:24:55 -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/namespaces has been updated
       via  b27ca786fe4e7c28f1dbffc0e629ff55ddd5ce56 (commit)
       via  7f4a9474439bf1f8b69290db9b48b63b462f27a4 (commit)
       via  8c26b0480d3f83416e6791a0453e3548e139a00f (commit)
       via  f125b932361d91ee4a92806a62704d3279da6417 (commit)
      from  c4455b5054724c73dd5c9ad2a7a814ae03f76dca (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=b27ca786fe4e7c28f1dbffc0e629ff55ddd5ce56

commit b27ca786fe4e7c28f1dbffc0e629ff55ddd5ce56
Merge: c4455b5 7f4a947
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jan 17 18:24:48 2018 +0200

    Merge branch 'master' into feature/namespaces

diff --cc test/Makefile.am
index 0fe67e1,34d9078..6cb4862
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1285,11 -1273,10 +1287,11 @@@ GAWK_EXT_TESTS = 
        genpot gensub gensub2 gensub3 getlndir gnuops2 gnuops3 gnureops gsubind 
\
        icasefs icasers id igncdym igncfs ignrcas2 ignrcas4 ignrcase incdupe \
        incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 include include2 \
-       indirectbuiltin indirectcall indirectcall2 intarray \
+       indirectbuiltin indirectcall indirectcall2 intarray isarrayunset \
        lint lintexp lintindex lintint lintlength lintold lintset lintwarn \
 -      mixed1 mktime manyfiles match1 match2 match3 mbstr1 mbstr2 muldimposix \
 +      manyfiles match1 match2 match3 mbstr1 mbstr2 mixed1 mktime muldimposix \
        nastyparm negtime next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 \
 +      nsbad nsbad_cmd nsindirect1 nsindirect2 nsprof1 nsprof2 \
        patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge \
        procinfs profile0 profile1 profile2 profile3 profile4 profile5 profile6 
\
        profile7 profile8 profile9 profile10 pty1 pty2 \
diff --cc test/Makefile.in
index d509fe0,f8b6e05..892c5be
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1541,11 -1530,10 +1544,11 @@@ GAWK_EXT_TESTS = 
        genpot gensub gensub2 gensub3 getlndir gnuops2 gnuops3 gnureops gsubind 
\
        icasefs icasers id igncdym igncfs ignrcas2 ignrcas4 ignrcase incdupe \
        incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 include include2 \
-       indirectbuiltin indirectcall indirectcall2 intarray \
+       indirectbuiltin indirectcall indirectcall2 intarray isarrayunset \
        lint lintexp lintindex lintint lintlength lintold lintset lintwarn \
 -      mixed1 mktime manyfiles match1 match2 match3 mbstr1 mbstr2 muldimposix \
 +      manyfiles match1 match2 match3 mbstr1 mbstr2 mixed1 mktime muldimposix \
        nastyparm negtime next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 \
 +      nsbad nsbad_cmd nsindirect1 nsindirect2 nsprof1 nsprof2 \
        patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge \
        procinfs profile0 profile1 profile2 profile3 profile4 profile5 profile6 
\
        profile7 profile8 profile9 profile10 pty1 pty2 \

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

Summary of changes:
 ChangeLog                              |  6 ++++++
 builtin.c                              |  4 +++-
 pc/ChangeLog                           |  4 ++++
 pc/Makefile.tst                        |  7 ++++++-
 test/ChangeLog                         |  8 ++++++++
 test/Makefile.am                       | 13 ++++++++-----
 test/Makefile.in                       | 19 ++++++++++++++-----
 test/Maketests                         |  5 +++++
 test/isarrayunset.awk                  |  1 +
 test/{dfastress.ok => isarrayunset.ok} |  0
 10 files changed, 55 insertions(+), 12 deletions(-)
 create mode 100644 test/isarrayunset.awk
 copy test/{dfastress.ok => isarrayunset.ok} (100%)


hooks/post-receive
-- 
gawk



reply via email to

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