[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-4026-g0c9bbae |
Date: |
Fri, 11 Jan 2019 08:17:11 -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 0c9bbaef577aec84c8cfa8679034b093e1f3b4ab (commit)
via 663aff4ae012468c54d2e994e839d0e75210ef80 (commit)
from fb38e8204276b8c2cf812a6a7ad5cf93ddca37eb (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=0c9bbaef577aec84c8cfa8679034b093e1f3b4ab
commit 0c9bbaef577aec84c8cfa8679034b093e1f3b4ab
Merge: fb38e82 663aff4
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jan 11 15:17:05 2019 +0200
Merge branch 'master' into feature/memory-work
-----------------------------------------------------------------------
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4026-g0c9bbae,
Arnold Robbins <=