gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-25


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2584-gaf0fb8e
Date: Wed, 12 Apr 2017 05:38:54 -0400 (EDT)

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/api-mpfr has been updated
       via  af0fb8e52be8abd796f4504f825879ca94f71ae8 (commit)
       via  c8d82e842e7ad94cae039e6c978b4bea1a31c4d5 (commit)
      from  3006a420c22133e40e6a0aeaeb9bcd402b0754bd (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=af0fb8e52be8abd796f4504f825879ca94f71ae8

commit af0fb8e52be8abd796f4504f825879ca94f71ae8
Merge: 3006a42 c8d82e8
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Apr 12 12:38:38 2017 +0300

    Merge branch 'master' into feature/api-mpfr

diff --cc ChangeLog
index d9380ca,fd75980..0409161
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,11 +1,16 @@@
 +2017-04-12         Arnold D. Robbins     <address@hidden>
 +
 +      * gawkapi.c (awk_value_to_node): Initialize ext_ret_val to NULL
 +      to avoid compiler warnings.
 +
+ 2017-04-12         Manuel Collado        <address@hidden>
+ 
+       Fix the FPAT bug reported by Ed Morton in the gawk-bug mailing list.
+ 
+       * awk.h (Regexp): Remove the non_empty flag.
+       * field.c (fpat_parse_field): Restructure the code to reduce complexity
+       and document the new structure.
+ 
  2017-04-10         Andrew J. Schorr     <address@hidden>
  
        * awk.h (enum opcodeval): For the avoidance of doubt, specify that

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

Summary of changes:
 ChangeLog        |   8 +
 awk.h            |   1 -
 doc/ChangeLog    |   4 +
 doc/gawk.1       |   8 +-
 doc/gawk.info    | 742 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi    |  10 +-
 doc/gawktexi.in  |  10 +-
 field.c          | 249 +++++++------------
 test/ChangeLog   |   7 +
 test/Makefile.am |   7 +-
 test/Makefile.in |  12 +-
 test/Maketests   |   5 +
 test/fpat6.awk   |   8 +
 test/fpat6.in    |  13 +
 test/fpat6.ok    |  44 ++++
 test/patsplit.ok |   3 +
 16 files changed, 581 insertions(+), 550 deletions(-)
 create mode 100644 test/fpat6.awk
 create mode 100644 test/fpat6.in
 create mode 100644 test/fpat6.ok


hooks/post-receive
-- 
gawk



reply via email to

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