gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-2774-g47d7583
Date: Mon, 22 May 2017 22:44:26 -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/memory-work has been updated
       via  47d7583f3336f1826005517bff089ad46929fd2d (commit)
       via  d3d50a55367f84182d21420121b504f898cda459 (commit)
       via  394c705100366ecea5518ce9cfa0330d495f41b3 (commit)
      from  2b4267152f195bf9c6c2fcb65de1b7d2f9f043ac (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=47d7583f3336f1826005517bff089ad46929fd2d

commit 47d7583f3336f1826005517bff089ad46929fd2d
Merge: 2b42671 d3d50a5
Author: Arnold D. Robbins <address@hidden>
Date:   Tue May 23 05:44:20 2017 +0300

    Merge branch 'master' into feature/memory-work


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

Summary of changes:
 ChangeLog                           |    7 +
 doc/ChangeLog                       |    6 +
 doc/gawk.info                       | 1413 +++++++++++++++++++----------------
 doc/gawk.texi                       |  215 ++++--
 doc/gawktexi.in                     |  215 ++++--
 field.c                             |   32 +-
 support/ChangeLog                   |    4 +
 support/dfa.c                       |   24 +-
 support/dfa.h                       |    2 +-
 support/intprops.h                  |   79 +-
 support/verify.h                    |    9 +-
 test/ChangeLog                      |    6 +
 test/Makefile.am                    |   12 +-
 test/Makefile.in                    |   27 +-
 test/Maketests                      |   15 +
 test/{fieldwdth.awk => fwtest5.awk} |    2 +-
 test/fwtest5.in                     |    4 +
 test/{reg/exp-eq.in => fwtest5.ok}  |    1 +
 test/fwtest6.awk                    |    4 +
 test/fwtest6.in                     |    1 +
 test/fwtest6.ok                     |    3 +
 test/fwtest7.awk                    |    2 +
 test/fwtest7.in                     |    1 +
 test/fwtest7.ok                     |    1 +
 24 files changed, 1235 insertions(+), 850 deletions(-)
 copy test/{fieldwdth.awk => fwtest5.awk} (71%)
 create mode 100644 test/fwtest5.in
 copy test/{reg/exp-eq.in => fwtest5.ok} (75%)
 create mode 100644 test/fwtest6.awk
 create mode 100644 test/fwtest6.in
 create mode 100644 test/fwtest6.ok
 create mode 100644 test/fwtest7.awk
 create mode 100644 test/fwtest7.in
 create mode 100644 test/fwtest7.ok


hooks/post-receive
-- 
gawk



reply via email to

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