gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-3596-g663af


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-3596-g663aff4
Date: Fri, 11 Jan 2019 08:16:39 -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, porting has been updated
       via  663aff4ae012468c54d2e994e839d0e75210ef80 (commit)
      from  feebb01f31e29740b050da1531416c90a12352ca (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                   |  266 +++++
 NEWS                        |    7 +
 TODO                        |   15 -
 array.c                     |    2 +-
 awk.h                       |   19 +-
 awkgram.c                   | 2370 ++++++++++++++++++++++++-------------------
 awkgram.y                   |  310 +++++-
 awklib/eg/lib/inplace.awk   |   28 +-
 awklib/eg/lib/ns_passwd.awk |   72 ++
 command.c                   |    2 +-
 command.y                   |    2 +-
 debug.c                     |   42 +-
 doc/ChangeLog               |  113 +++
 doc/awkcard.in              |   41 +-
 doc/gawk.1                  |   50 +-
 doc/gawk.info               | 2157 ++++++++++++++++++++++++---------------
 doc/gawk.texi               |  586 ++++++++++-
 doc/gawktexi.in             |  586 ++++++++++-
 doc/wordlist                |   10 +
 eval.c                      |    5 +-
 ext.c                       |   36 +-
 extension/ChangeLog         |   12 +
 extension/inplace.c         |   44 +-
 extension/testext.c         |   28 +-
 gawkapi.c                   |   65 +-
 gawkapi.h                   |   14 +-
 interpret.h                 |    4 +-
 main.c                      |   20 +-
 pc/Makefile.tst             |   84 +-
 profile.c                   |  116 ++-
 symbol.c                    |   84 +-
 test/ChangeLog              |   47 +
 test/Makefile.am            |   51 +-
 test/Makefile.in            |   95 +-
 test/Maketests              |   45 +-
 test/eofsrc1.ok             |    3 +
 test/eofsrc1a.awk           |    2 +
 test/eofsrc1b.awk           |    2 +
 test/inplace1.ok            |    2 +-
 test/inplace2.ok            |    2 +-
 test/inplace3.ok            |    4 +-
 test/nsbad.awk              |   15 +
 test/nsbad.ok               |   13 +
 test/nsbad_cmd.ok           |    3 +
 test/nsindirect1.awk        |   13 +
 test/nsindirect1.ok         |    2 +
 test/nsindirect2.awk        |   44 +
 test/nsindirect2.ok         |    5 +
 test/nsprof1.awk            |   16 +
 test/nsprof1.ok             |   19 +
 test/nsprof2.awk            |   74 ++
 test/nsprof2.ok             |   75 ++
 test/sourcesplit.ok         |    4 +-
 test/testext.ok             |    3 +
 test/unterm.ok              |    4 +-
 55 files changed, 5595 insertions(+), 2138 deletions(-)
 create mode 100644 awklib/eg/lib/ns_passwd.awk
 create mode 100644 test/eofsrc1.ok
 create mode 100644 test/eofsrc1a.awk
 create mode 100644 test/eofsrc1b.awk
 create mode 100644 test/nsbad.awk
 create mode 100644 test/nsbad.ok
 create mode 100644 test/nsbad_cmd.ok
 create mode 100644 test/nsindirect1.awk
 create mode 100644 test/nsindirect1.ok
 create mode 100644 test/nsindirect2.awk
 create mode 100644 test/nsindirect2.ok
 create mode 100644 test/nsprof1.awk
 create mode 100644 test/nsprof1.ok
 create mode 100644 test/nsprof2.awk
 create mode 100644 test/nsprof2.ok


hooks/post-receive
-- 
gawk



reply via email to

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