[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-1832-g7f04b1a |
Date: |
Thu, 12 May 2016 19:40:44 +0000 (UTC) |
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 7f04b1aa3a0fb0529e1c88f7d4c2fe0c7ec76f71 (commit)
via d7b4254cbf5f70d430e21f4f8ca90e354e251bac (commit)
via 29f8ff8ee26d1c5c3fad9129786687c745322494 (commit)
via 06714df692a1b4f3437264fadfdd6b14a014f7e5 (commit)
via b2b81414cc6f4c2c4b5539a680c074c8c4592af7 (commit)
via fec6265dfb087ecc8a26a9d8917bcd05bb4b1860 (commit)
via 7458e696b5563f64e4da81ae95f88c7f36896ab8 (commit)
via 9205d5d6fd20ad78918b44100063ade0b1374ede (commit)
from 12f517f569d3b8340e7931650dfcff32aa1a05d7 (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=7f04b1aa3a0fb0529e1c88f7d4c2fe0c7ec76f71
commit 7f04b1aa3a0fb0529e1c88f7d4c2fe0c7ec76f71
Merge: 12f517f d7b4254
Author: Arnold D. Robbins <address@hidden>
Date: Thu May 12 22:40:35 2016 +0300
Merge branch 'master' into feature/memory-work
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 22 ++++++++++++
builtin.c | 8 +++++
interpret.h | 5 +--
io.c | 15 ++++++++
nonposix.h | 18 ++++++++++
pc/ChangeLog | 4 +++
pc/Makefile | 2 +-
str_array.c | 9 +++++
test/ChangeLog | 7 ++++
test/Makefile.am | 9 +++--
test/Makefile.in | 19 ++++++++--
test/Maketests | 10 ++++++
test/arrayind1.awk | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++
test/arrayind1.in | 2 ++
test/arrayind1.ok | 9 +++++
test/sigpipe1.awk | 13 +++++++
test/sigpipe1.ok | 3 ++
17 files changed, 245 insertions(+), 9 deletions(-)
create mode 100755 test/arrayind1.awk
create mode 100644 test/arrayind1.in
create mode 100644 test/arrayind1.ok
create mode 100644 test/sigpipe1.awk
create mode 100644 test/sigpipe1.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-1832-g7f04b1a,
Arnold Robbins <=