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. fd17b777a698d2b40da34d4


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. fd17b777a698d2b40da34d461d090eda8b905789
Date: Tue, 13 Nov 2012 21:08:33 +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  fd17b777a698d2b40da34d461d090eda8b905789 (commit)
       via  fcae661473aab45b7b6f60e949b98acbc2dd1dc7 (commit)
      from  cafbb82185c4a5fc2608975c048d66017456a038 (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=fd17b777a698d2b40da34d461d090eda8b905789

commit fd17b777a698d2b40da34d461d090eda8b905789
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Nov 13 23:08:03 2012 +0200

    Restore sorted order of tests.

diff --git a/test/ChangeLog b/test/ChangeLog
index 3c571f8..8d9c814 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-13         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (GAWK_EXTRA_TESTS): Move to sorted order of tests.
+
 2012-11-12         Arnold D. Robbins     <address@hidden>
 
        * symtab6.ok: Remove PROCINFO.
diff --git a/test/Makefile.am b/test/Makefile.am
index bb25f8a..0f78c44 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -918,7 +918,9 @@ GAWK_EXT_TESTS = \
        functab1 functab2 functab3 functab4 \
        fwtest fwtest2 fwtest3 \
        gensub gensub2 getlndir gnuops2 gnuops3 gnureops \
-       icasefs icasers id igncdym igncfs ignrcas2 ignrcase indirectcall \
+       icasefs icasers id igncdym igncfs ignrcas2 ignrcase \
+       incdupe incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 \
+       include include2 indirectcall \
        lint  lintold lintwarn \
        manyfiles match1 match2 match3 mbstr1 \
        nastyparm  next nondec nondec2 \
@@ -927,9 +929,7 @@ GAWK_EXT_TESTS = \
        rebuf regx8bit reint reint2 rsstart1 \
        rsstart2 rsstart3 rstest6 shadow sortfor sortu splitarg4 strftime \
        strtonum switch2 \
-       symtab1 symtab2 symtab3 symtab4 symtab5 symtab6 \
-       include include2 incdupe incdupe2 incdupe3 \
-       incdupe4 incdupe5 incdupe6 incdupe7
+       symtab1 symtab2 symtab3 symtab4 symtab5 symtab6
 
 EXTRA_TESTS = inftest regtest
 
diff --git a/test/Makefile.in b/test/Makefile.in
index c115d9c..28fc43c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1129,7 +1129,9 @@ GAWK_EXT_TESTS = \
        functab1 functab2 functab3 functab4 \
        fwtest fwtest2 fwtest3 \
        gensub gensub2 getlndir gnuops2 gnuops3 gnureops \
-       icasefs icasers id igncdym igncfs ignrcas2 ignrcase indirectcall \
+       icasefs icasers id igncdym igncfs ignrcas2 ignrcase \
+       incdupe incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 \
+       include include2 indirectcall \
        lint  lintold lintwarn \
        manyfiles match1 match2 match3 mbstr1 \
        nastyparm  next nondec nondec2 \
@@ -1138,9 +1140,7 @@ GAWK_EXT_TESTS = \
        rebuf regx8bit reint reint2 rsstart1 \
        rsstart2 rsstart3 rstest6 shadow sortfor sortu splitarg4 strftime \
        strtonum switch2 \
-       symtab1 symtab2 symtab3 symtab4 symtab5 symtab6 \
-       include include2 incdupe incdupe2 incdupe3 \
-       incdupe4 incdupe5 incdupe6 incdupe7
+       symtab1 symtab2 symtab3 symtab4 symtab5 symtab6
 
 EXTRA_TESTS = inftest regtest
 INET_TESTS = inetdayu inetdayt inetechu inetecht
@@ -3140,6 +3140,11 @@ ignrcase:
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 
+include:
+       @echo $@
+       @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
+       @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+
 indirectcall:
        @echo $@
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@@ -3285,11 +3290,6 @@ symtab5:
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 
-include:
-       @echo $@
-       @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
-       @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
-
 double1:
        @echo $@
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
diff --git a/test/Maketests b/test/Maketests
index 1accc80..6e9a1a7 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1055,6 +1055,11 @@ ignrcase:
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 
+include:
+       @echo $@
+       @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
+       @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+
 indirectcall:
        @echo $@
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@@ -1200,11 +1205,6 @@ symtab5:
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  < $(srcdir)/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
 
-include:
-       @echo $@
-       @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
-       @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
-
 double1:
        @echo $@
        @AWKPATH=$(srcdir) $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@

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

commit fcae661473aab45b7b6f60e949b98acbc2dd1dc7
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Nov 13 23:07:06 2012 +0200

    Bug fix.

diff --git a/ChangeLog b/ChangeLog
index 9be4eab..432fdf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-13         Arnold D. Robbins     <address@hidden>
+
+       * symbol.c (get_symbols): Check type, not vname. Keeps
+       valgrind happy. Thanks to Andrew Schorr for noticing the problem.
+
 2012-11-10         Arnold D. Robbins     <address@hidden>
 
        * Update to bison 2.6.5. Various files regenerated.
diff --git a/symbol.c b/symbol.c
index e698298..7c770b4 100644
--- a/symbol.c
+++ b/symbol.c
@@ -403,7 +403,7 @@ get_symbols(SYMBOL_TYPE what, int sort)
 
                for (i = j = 0; i < max; i += 2) {
                        r = list[i+1];
-                       if (r->vname == NULL)   /* non-variable in SYMTAB */
+                       if (r->type == Node_val)        /* non-variable in 
SYMTAB */
                                continue;
                        table[j++] = r;
                }

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

Summary of changes:
 ChangeLog        |    5 +++++
 symbol.c         |    2 +-
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    8 ++++----
 test/Makefile.in |   18 +++++++++---------
 test/Maketests   |   10 +++++-----
 6 files changed, 28 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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