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-1835-g92edf3


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1835-g92edf3d
Date: Tue, 14 Jun 2016 18:31:02 +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  92edf3d8864ca092c9cffb7e1211e38ef7556be5 (commit)
       via  68773e1444b7e353346e52756e9db8fb487b56d4 (commit)
       via  b5a63ab37a2d018b0ae08abbf76ee2e88c3aff4c (commit)
       via  153eea8b5edefb9b6921c84de0ed1bd219610d00 (commit)
       via  6d5e4b7a4a8839d9406702ab30af62054078d3af (commit)
       via  e30696930a6335cee3cae0edad156bb4016ff993 (commit)
      from  b032d9b0e1113a030b94bbfb282c8b0362e76c18 (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=92edf3d8864ca092c9cffb7e1211e38ef7556be5

commit 92edf3d8864ca092c9cffb7e1211e38ef7556be5
Merge: 68773e1 b5a63ab
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jun 14 21:30:50 2016 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index 055eb7d,93e0448..dffa891
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,6 -1,7 +1,10 @@@
  2016-06-14         Arnold D. Robbins     <address@hidden>
  
+       * builtin.c (do_sub): Fix sub for long runs of backslashes.
+       Thanks to Mike Brennan for the report.
++      
++      Unrelated:
 +      * ext.c (get_argument): Remove unused variable pcount.
  
  2016-06-10         Arnold D. Robbins     <address@hidden>
  
diff --cc test/Makefile.am
index 9d95a60,34cc954..7ec7550
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1161,16 -1113,14 +1164,16 @@@ GAWK_EXT_TESTS = 
        incdupe incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 \
        include include2 indirectbuiltin indirectcall indirectcall2 \
        lint lintold lintwarn \
-       manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       mixed1 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 symtab10 \
diff --cc test/Makefile.in
index 67fc7b4,5baefb4..dda3497
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1417,16 -1369,14 +1420,16 @@@ GAWK_EXT_TESTS = 
        incdupe incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 \
        include include2 indirectbuiltin indirectcall indirectcall2 \
        lint lintold lintwarn \
-       manyfiles match1 match2 match3 mbstr1 mbstr2 \
+       mixed1 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 symtab10 \

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=68773e1444b7e353346e52756e9db8fb487b56d4

commit 68773e1444b7e353346e52756e9db8fb487b56d4
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jun 14 21:28:50 2016 +0300

    Remove an unused variable.

diff --git a/ChangeLog b/ChangeLog
index 1ade796..055eb7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-14         Arnold D. Robbins     <address@hidden>
+
+       * ext.c (get_argument): Remove unused variable pcount.
+
 2016-06-10         Arnold D. Robbins     <address@hidden>
 
        * config.guess, config.sub: Get latest from Gnulib master.
diff --git a/ext.c b/ext.c
index c0d6f15..ce040ed 100644
--- a/ext.c
+++ b/ext.c
@@ -152,7 +152,7 @@ NODE *
 get_argument(int i)
 {
        NODE *t;
-       int arg_count, pcount;
+       int arg_count;
        INSTRUCTION *pc;
        
        pc = TOP()->code_ptr;           /* Op_ext_builtin instruction */

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

Summary of changes:
 ChangeLog        |    8 ++++++++
 builtin.c        |   10 +++++++---
 ext.c            |    2 +-
 pc/ChangeLog     |    6 ++++++
 pc/Makefile.tst  |   22 ++++++++++++++++++----
 test/ChangeLog   |   17 +++++++++++++++++
 test/Makefile.am |   12 +++++++++---
 test/Makefile.in |   17 ++++++++++++++---
 test/Maketests   |    5 +++++
 test/mixed1.ok   |    4 ++--
 test/subback.awk |   16 ++++++++++++++++
 test/subback.in  |    1 +
 test/subback.ok  |   12 ++++++++++++
 13 files changed, 116 insertions(+), 16 deletions(-)
 create mode 100644 test/subback.awk
 create mode 100644 test/subback.in
 create mode 100644 test/subback.ok


hooks/post-receive
-- 
gawk



reply via email to

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