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-1485-g3712ad


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1485-g3712ad2
Date: Thu, 25 Jun 2015 20:11:55 +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  3712ad29b6cddcf49bf1507f5677a49ccfcff83d (commit)
       via  88541e4626f3010097bed969770bfad0b97b4747 (commit)
       via  397423c7a0709fce5abd1c7a5d55411b9a170267 (commit)
      from  248f1f7ae2244e407218d3decd66423e89c21d05 (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=3712ad29b6cddcf49bf1507f5677a49ccfcff83d

commit 3712ad29b6cddcf49bf1507f5677a49ccfcff83d
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jun 25 23:11:40 2015 +0300

    Typo fix in debug.c.

diff --git a/ChangeLog b/ChangeLog
index 49c557d..3b872bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,10 @@
        * builtin.c (do_print): Check for Node_typedregex and handle it.
        Needed for adding test code.
 
+       Unrelated. Typo fix.
+
+       * debug.c (initialize_watch_item): Dupnode the right thing.
+
 2015-06-22         Arnold D. Robbins     <address@hidden>
 
        * awkgram.y (snode): Make isarray not scalarize untyped parameters
diff --git a/debug.c b/debug.c
index d0e47f4..2bb6e53 100644
--- a/debug.c
+++ b/debug.c
@@ -1794,7 +1794,7 @@ initialize_watch_item(struct list_item *w)
                        w->flags |= CUR_IS_ARRAY;
                        w->cur_size = assoc_length(symbol);
                } else if (symbol->type == Node_typedregex) {
-                       w->cur_value = dupnode(r);
+                       w->cur_value = dupnode(symbol);
                } /* else
                        can't happen */
        }

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=88541e4626f3010097bed969770bfad0b97b4747

commit 88541e4626f3010097bed969770bfad0b97b4747
Merge: 248f1f7 397423c
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jun 25 23:08:26 2015 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc test/ChangeLog
index 08661b3,cc7576e..b92d8ae
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,24 -1,7 +1,28 @@@
  2015-06-25         Arnold D. Robbins     <address@hidden>
  
+       * Makefile.am (negtime): Fix out-of-tree test run.
+ 
++      Unrelated:
++
 +      * Makefile.am (typeof3, typeof4): New tests.
 +      * typeof2.awk, typeof2.ok, typeof3.awk, typeof3.ok: New files.
 +
 +      Unrelated:
 +
 +      * Makefile.am (dbugtypedre): New tests.
 +      * dbugtypedre.awk, dbugtypedre.in, dbugtypedre.ok: New files.
 +
 +2015-06-21         Arnold D. Robbins     <address@hidden>
 +
 +      * Makefile.am (typeof2): New test.
 +      * typeof2.awk, typeof2.ok: New files.
 +
 +2015-06-19         Arnold D. Robbins     <address@hidden>
 +
 +      * Makefile.am (gsubind, typedregex1, typeof1): New tests.
 +      * gsubind.awk, gsubind.ok, typedregex1.awk, typedregex1.ok,
 +      typeof1.awk, typeof1.ok: New files.
 +
  2015-06-17         Andrew J. Schorr     <address@hidden>
  
        * inplace1.ok, inplace2.ok, inplace3.ok: Update line number in error
diff --cc test/Makefile.am
index cbec8a9,5e72014..03d28f2
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -2133,13 -2074,8 +2133,13 @@@ paramasfunc2:
  negtime::
        @echo $@
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
-       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk address@hidden _$@ && 
rm -f _$@
+       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
  
 +dbugtypedre:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < address@hidden >_$@ 
2>&1 || echo EXIT CODE: $$? >>_$@
 +      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
  # Targets generated for other tests:
  include Maketests
  
diff --cc test/Makefile.in
index 196590d,0116f3a..294c60c
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -2569,12 -2511,7 +2569,12 @@@ paramasfunc2:
  negtime::
        @echo $@
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
-       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk address@hidden _$@ && 
rm -f _$@
+       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
 +
 +dbugtypedre:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden < address@hidden >_$@ 
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        |    4 ++++
 debug.c          |    2 +-
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    2 +-
 test/Makefile.in |    2 +-
 5 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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