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-4055-gc4cf199
Date: Fri, 25 Jan 2019 04:57:12 -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/memory-work has been updated
       via  c4cf1999bec51d50f513a48bc0cc8fe3afe92bf0 (commit)
       via  eea77e4b393b7c1841da887f590b5f5eab964ad4 (commit)
       via  48f4822b0602c44aacd418f36ff35645e8379b8e (commit)
       via  dc189dc65b6c9b0f521beb4c6105130c6e33a274 (commit)
       via  fda51ca6fd0d9ad93bead9887ded0b07c90680fb (commit)
       via  eceb548b02f0d72ca6a6e9a68bfd615ac9549a64 (commit)
       via  378de9aa9e73d44d0172947c38be67c0bd78a0b0 (commit)
       via  a15d26988f7878d57c85ab99c17a0085fe632288 (commit)
       via  9a0812e1b5ed67c3e75e70749a7e2a54f9c2bfcc (commit)
       via  a6ece4a82072150e4b269b5698bb8caf14075bcb (commit)
       via  0efefad3d8ff61355002b828c13a531e15f55978 (commit)
       via  b51d10b1697c8a95c25ec7b5d9781c4cd780dca4 (commit)
       via  c25c7d9359451ec91c4290a84b17185fa32f167f (commit)
      from  f9e32748c2accc805dc8c8cdf5142253a29accd2 (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=c4cf1999bec51d50f513a48bc0cc8fe3afe92bf0

commit c4cf1999bec51d50f513a48bc0cc8fe3afe92bf0
Merge: f9e3274 eea77e4
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jan 25 11:57:07 2019 +0200

    Merge branch 'master' into feature/memory-work


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

Summary of changes:
 ChangeLog              |   75 ++
 array.c                |    2 +-
 awk.h                  |    4 +-
 awkgram.c              | 2065 ++++++++++++++++++++++++------------------------
 awkgram.y              |  123 ++-
 command.c              |    2 +-
 command.y              |    2 +-
 debug.c                |    4 +-
 doc/ChangeLog          |    5 +
 doc/gawk.info          |  377 ++++-----
 doc/gawk.texi          |    7 +
 doc/gawktexi.in        |    7 +
 ext.c                  |    4 +-
 gawkapi.c              |    4 +-
 interpret.h            |    4 +-
 main.c                 |   20 +-
 profile.c              |    5 +-
 support/ChangeLog      |    7 +
 support/regexec.c      |    6 +-
 symbol.c               |   68 +-
 test/ChangeLog         |   14 +
 test/Makefile.am       |    6 +-
 test/Makefile.in       |   17 +-
 test/Maketests         |   10 +
 test/nsforloop.awk     |   20 +
 test/nsforloop.ok      |    7 +
 test/nsfuncrecurse.awk |   18 +
 test/nsfuncrecurse.ok  |    5 +
 test/nsindirect2.ok    |    2 +-
 test/nsprof2.ok        |   20 +-
 30 files changed, 1576 insertions(+), 1334 deletions(-)
 create mode 100644 test/nsforloop.awk
 create mode 100644 test/nsforloop.ok
 create mode 100644 test/nsfuncrecurse.awk
 create mode 100644 test/nsfuncrecurse.ok


hooks/post-receive
-- 
gawk



reply via email to

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