gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/array-iface, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/array-iface, updated. gawk-4.1.0-1492-g2befea5
Date: Sun, 28 Jun 2015 19:23:34 +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, feature/array-iface has been updated
       via  2befea585a321d9d092bfb99cbfa65350a839752 (commit)
       via  741bf93462919d841ffd7f3ed8c85a202b9dc3f8 (commit)
       via  687e6594ca3a6195ef834a5466b5fc7de2de2d7b (commit)
       via  8a4905be350313d41f6c0b20497809760d7fa84e (commit)
       via  0a2de15cba710ff67107bc340950515e1a29edb5 (commit)
       via  077f43dbe53c80e3edb974454e25c3f0c93d0fd5 (commit)
       via  e81708082f8b3526fb10f9599d1368dfab6d25e7 (commit)
      from  3712ad29b6cddcf49bf1507f5677a49ccfcff83d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |   27 ++
 NEWS                                       |    3 +
 awk.h                                      |    6 +-
 awkgram.c                                  |    6 +-
 awkgram.y                                  |    6 +-
 builtin.c                                  |   14 +-
 doc/ChangeLog                              |    4 +
 doc/gawk.info                              |  633 ++++++++++++++-------------
 doc/gawk.texi                              |   35 ++-
 doc/gawktexi.in                            |   35 ++-
 eval.c                                     |    2 -
 ext.c                                      |  147 -------
 interpret.h                                |   20 +-
 test/ChangeLog                             |   27 ++
 test/Makefile.am                           |   27 +-
 test/Makefile.in                           |   32 +-
 test/Maketests                             |    5 +
 test/{dbugtypedre.awk => dbugtypedre1.awk} |    0
 test/{dbugtypedre.in => dbugtypedre1.in}   |    0
 test/{dbugtypedre.ok => dbugtypedre1.ok}   |    6 +-
 test/dbugtypedre2.awk                      |    1 +
 test/dbugtypedre2.in                       |    4 +
 test/dbugtypedre2.ok                       |   15 +
 test/getfile.ok                            |    8 +-
 test/id.ok                                 |    1 -
 test/typedregex1.awk                       |    2 +-
 test/typedregex2.awk                       |   11 +
 test/typedregex2.ok                        |    4 +
 test/typeof1.ok                            |    6 +-
 test/typeof3.ok                            |    6 +-
 30 files changed, 569 insertions(+), 524 deletions(-)
 rename test/{dbugtypedre.awk => dbugtypedre1.awk} (100%)
 rename test/{dbugtypedre.in => dbugtypedre1.in} (100%)
 rename test/{dbugtypedre.ok => dbugtypedre1.ok} (88%)
 create mode 100644 test/dbugtypedre2.awk
 create mode 100644 test/dbugtypedre2.in
 create mode 100644 test/dbugtypedre2.ok
 create mode 100644 test/typedregex2.awk
 create mode 100644 test/typedregex2.ok


hooks/post-receive
-- 
gawk



reply via email to

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