gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/array-iface, updated. gawk-4.1.0-3872-g17e427b
Date: Sun, 19 Jan 2020 14:31:54 -0500 (EST)

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  17e427b6265cd2d01877383d7c2cc3578d4938e1 (commit)
       via  6105da2ea4838fe1de8241b1b42d190b48d2fbab (commit)
       via  9213378d0e71bdfe4a64daccb210913fdfca9bf6 (commit)
       via  357e542e5bba9e85a335d9cb17e4a5d666b79a74 (commit)
       via  15db23b88c2866ed900177cbf11ce37e373e5e20 (commit)
       via  49125fbf794508efdb71a4f6f18a4bc324bd76ab (commit)
       via  a2a6e548bc3afcbf4c7401ebdfa8213dbe4e8dea (commit)
       via  ebe9dd1633c6f5e5d42e922a70f72829c14c193c (commit)
       via  660a55b365e4ee22f3f0efe69c887e2fd1f71303 (commit)
      from  d0b68138521e670178068999dc308ce5beace7ef (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                         |   43 ++
 builtin.c                         |   47 +-
 cint_array.c                      |    2 +-
 compile                           |    2 +-
 config.guess                      |    6 +-
 config.rpath                      |    2 +-
 config.sub                        |    6 +-
 debug.c                           |    3 +
 depcomp                           |    2 +-
 doc/ChangeLog                     |    9 +
 doc/gawk.info                     | 1072 ++++++++++++++++++-------------------
 doc/gawk.texi                     |    4 +-
 doc/gawkinet.info                 |   13 +-
 doc/gawktexi.in                   |    4 +-
 extension/build-aux/ChangeLog     |    5 +
 extension/build-aux/ar-lib        |    2 +-
 extension/build-aux/compile       |    2 +-
 extension/build-aux/config.guess  |    6 +-
 extension/build-aux/config.rpath  |    2 +-
 extension/build-aux/config.sub    |    6 +-
 extension/build-aux/depcomp       |    2 +-
 field.c                           |    7 +-
 interpret.h                       |   10 +-
 profile.c                         |   21 +-
 test/ChangeLog                    |   27 +-
 test/Makefile.am                  |   18 +-
 test/Makefile.in                  |   43 +-
 test/Maketests                    |   25 +
 test/indirectbuiltin.awk          |    4 +-
 test/numrange.awk                 |    4 +-
 test/numrange.ok                  |    4 +-
 test/profile13.awk                |    4 +
 test/profile13.ok                 |    5 +
 test/profile5.ok                  |   12 +-
 test/stupid1.awk                  |   13 +
 test/stupid1.ok                   |    2 +
 test/stupid2.awk                  |    5 +
 test/{arrayprm2.ok => stupid2.ok} |    0
 test/stupid3.awk                  |   16 +
 test/stupid3.ok                   |    2 +
 test/stupid4.awk                  |   11 +
 test/stupid4.ok                   |    2 +
 42 files changed, 875 insertions(+), 600 deletions(-)
 create mode 100644 test/profile13.awk
 create mode 100644 test/profile13.ok
 create mode 100644 test/stupid1.awk
 create mode 100644 test/stupid1.ok
 create mode 100644 test/stupid2.awk
 copy test/{arrayprm2.ok => stupid2.ok} (100%)
 create mode 100644 test/stupid3.awk
 create mode 100644 test/stupid3.ok
 create mode 100644 test/stupid4.awk
 create mode 100644 test/stupid4.ok


hooks/post-receive
-- 
gawk



reply via email to

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