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-906-ge8f34d6


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-906-ge8f34d6
Date: Thu, 30 Oct 2014 19:40:03 +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  e8f34d6db9d1c4343ecfacd94cd5d0441ffacee4 (commit)
       via  c2cda8d3736b59738f579fce748e94ca109ccc58 (commit)
       via  e982e87ced45d48d23ffc86fa0b6cf6fabfbef8d (commit)
      from  b75a0f281598a38f64a5b2bc3da40ff2cdac20ca (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=e8f34d6db9d1c4343ecfacd94cd5d0441ffacee4

commit e8f34d6db9d1c4343ecfacd94cd5d0441ffacee4
Merge: b75a0f2 c2cda8d
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Oct 30 21:39:54 2014 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index b365569,a74dadd..aba96d1
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,16 +1,26 @@@
+ 2014-10-30         Arnold D. Robbins     <address@hidden>
+ 
+       * configure: Regenerated after fix to m4/readline.m4.
+ 
+       Unrelated; fixes to profiling. Thanks to Hermann Peifer and
+       Manuel Collado for pointing out problems:
+ 
+       * profile.c (pprint): For Op_unary_minus, parenthesize -(-x)
+       correctly.
+       (prec_level): Get the levels right (checked the grammar).
+       (is_unary_minus): New function.
+       (pp_concat): Add checks for unary minus; needs to be parenthesized.
+ 
 +2014-10-30         Andrew J. Schorr     <address@hidden>
 +
 +      * NEWS: Mention installation of /etc/profile.d/gawk.{csh,sh}.
 +
 +2014-10-29         Andrew J. Schorr     <address@hidden>
 +
 +      * configure.ac (AC_CONFIG_FILES): Add extras/Makefile.
 +      * Makefile.am (SUBDIRS): Add extras.
 +      * extras: Add new subdirectory.
 +
  2014-10-29         Arnold D. Robbins     <address@hidden>
  
        * dfa.c: Sync with GNU grep. Again, again.
diff --cc test/Makefile.am
index aae2783,1553950..5f2b4c6
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1697,9 -1697,16 +1699,15 @@@ profile4
  
  profile5:
        @echo $@
 -      @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden > 
/dev/null
 -      @sed 1,2d < address@hidden > _$@; rm address@hidden
 +      @$(AWK) --pretty-print=_$@ -f "$(srcdir)"/address@hidden > /dev/null
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
  
+ profile6:
+       @echo $@
+       @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden > 
/dev/null
+       @sed 1,2d < address@hidden > _$@; rm address@hidden
+       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+ 
  posix2008sub:
        @echo $@
        @$(AWK) --posix -f "$(srcdir)"/address@hidden > _$@ 2>&1
diff --cc test/Makefile.in
index 9d264be,9e56dbf..c7a14fc
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -2121,9 -2121,16 +2123,15 @@@ profile4
  
  profile5:
        @echo $@
 -      @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden > 
/dev/null
 -      @sed 1,2d < address@hidden > _$@; rm address@hidden
 +      @$(AWK) --pretty-print=_$@ -f "$(srcdir)"/address@hidden > /dev/null
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
  
+ profile6:
+       @echo $@
+       @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden > 
/dev/null
+       @sed 1,2d < address@hidden > _$@; rm address@hidden
+       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+ 
  posix2008sub:
        @echo $@
        @$(AWK) --posix -f "$(srcdir)"/address@hidden > _$@ 2>&1

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

Summary of changes:
 ChangeLog         |   13 +++++++++++++
 configure         |   34 +++++++++++++++++++++++++++++++++-
 m4/ChangeLog      |    6 ++++++
 m4/readline.m4    |   23 ++++++++++++++++++++++-
 profile.c         |   46 +++++++++++++++++++++++++++++++---------------
 test/ChangeLog    |    5 +++++
 test/Makefile.am  |   10 +++++++++-
 test/Makefile.in  |   10 +++++++++-
 test/profile6.awk |    7 +++++++
 test/profile6.ok  |   10 ++++++++++
 10 files changed, 145 insertions(+), 19 deletions(-)
 create mode 100644 test/profile6.awk
 create mode 100644 test/profile6.ok


hooks/post-receive
-- 
gawk



reply via email to

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