[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-2038-
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-2038-g414cd1e |
Date: |
Mon, 4 Jul 2016 02:41:11 +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/cmake has been updated
via 414cd1eccff2d6d6415e1f65ac2e51e7c1b33890 (commit)
via ff4e0706c5ee5dffd69168ebd0ff5f53e474d048 (commit)
via f34cb4d3ef340a58dae88f426543c05c4e09f6dd (commit)
via 279a0d6476c4d403e1038a01d04c4b0cf2fd2f75 (commit)
via d8de6a38b2e4f2481a3c72477495f7a2b79da743 (commit)
via a4cbdf37b98a56f688f8e1be96666a6f109c0e38 (commit)
via 96d37ecb22d847499fbfab80c62894b64249b8c4 (commit)
via e81d4c05425ee21c44ecef554c216a6760c34c88 (commit)
via 92b5353bf364897f02003c4116cabe6d48ea17eb (commit)
via 63df63c24298c4427afcecc34facae7244a80cad (commit)
via 2ab2d5f2c468b647615d984cb7953217c63695af (commit)
via 6e3f3560c1be80583b4045a627e483c572c895b3 (commit)
via 25b0547949a05839988dae236fa9a28be6573586 (commit)
via e4863f1b6341cbcc4132a8161e000e81092b4d65 (commit)
via a7b4445ceb1d355911a8a367b8db79b225094c43 (commit)
via 2b0495afae3d744127f3b6c18e98819feafbface (commit)
via 41785b1a222d34f4e0e0a3ab4fd15f94f988ca39 (commit)
via e18ebe10166e2c63f3385666978b678fe6ce67a2 (commit)
via 278767f062a9c6f8ae9ff777b1a41e094813fa09 (commit)
via 9d9f63e5f27ea49493fc885e4e29e3196e72f601 (commit)
via 2d2744ec74076d29e94a2a004e308f73a86b9fa5 (commit)
via 239d7cc07ec54ec7a69805f9a674bfbbbd72f9b1 (commit)
via fbe836166a40f0fd19851b2f057ae9632a33d1e7 (commit)
via 158ed8f9a2093e4dc9db5f7667552b8640691df8 (commit)
via db16a6179a87af037966e5192146ba908f4c9ba8 (commit)
via f4bbf63a287cd73f4eb989539e4813a428bf05ad (commit)
via 5826beec258141776469c5fd9b703d52c81a35fb (commit)
via 56b1798777fe5464014fca3f9744ebdb950b8348 (commit)
via e8ba153719506aabfffc911d2519727a3bfc5a36 (commit)
via b54c54d30fe20cfb5f0794cd85eeec7783800866 (commit)
via 18c6b0f85db6683f1d0789e800acfdd35da3ce07 (commit)
from 093f27aa0d53494c257cf16a57b01ad43f70cdff (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=414cd1eccff2d6d6415e1f65ac2e51e7c1b33890
commit 414cd1eccff2d6d6415e1f65ac2e51e7c1b33890
Merge: 093f27a ff4e070
Author: Arnold D. Robbins <address@hidden>
Date: Mon Jul 4 05:41:05 2016 +0300
Merge branch 'master' into feature/cmake
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 204 +++++++++++++++++++++++++++++++++++++
array.c | 22 ++--
awk.h | 76 +++++++++++++-
awkgram.c | 24 ++---
awkgram.y | 24 ++---
builtin.c | 159 +++++++++++++++--------------
debug.c | 11 --
eval.c | 102 +++++--------------
field.c | 4 +-
gawkapi.c | 18 ++--
gawkapi.h | 6 ++
int_array.c | 95 ++++++++++-------
io.c | 14 +--
mpfr.c | 68 ++++++-------
node.c | 133 ++++++++++++------------
str_array.c | 2 +-
symbol.c | 2 +-
test/ChangeLog | 32 ++++++
test/Makefile.am | 69 +++++++++++--
test/Makefile.in | 119 ++++++++++++++++++++--
test/Maketests | 50 +++++++++
test/forcenum.awk | 8 ++
test/forcenum.ok | 7 ++
test/ignrcas3.awk | 7 ++
test/{rtlen01.ok => ignrcas3.ok} | 1 -
test/intarray.awk | 10 ++
test/intarray.ok | 8 ++
test/lintexp.awk | 9 ++
test/lintexp.ok | 2 +
test/lintindex.awk | 10 ++
test/lintindex.ok | 4 +
test/lintint.awk | 9 ++
test/lintint.ok | 2 +
test/lintlength.awk | 6 ++
test/lintlength.ok | 2 +
test/lintset.awk | 5 +
test/lintset.ok | 1 +
test/mpfrstrtonum.awk | 5 +
test/mpfrstrtonum.ok | 2 +
test/mpgforcenum.awk | 5 +
test/mpgforcenum.ok | 1 +
test/printfchar.awk | 7 ++
test/printfchar.ok | 1 +
test/rebuild.awk | 5 +
test/rebuild.in | 1 +
test/{arrayind2.ok => rebuild.ok} | 2 +-
test/strnum2.awk | 18 ++++
test/strnum2.ok | 4 +
test/strtonum1.awk | 5 +
test/strtonum1.ok | 2 +
50 files changed, 984 insertions(+), 399 deletions(-)
create mode 100644 test/forcenum.awk
create mode 100644 test/forcenum.ok
create mode 100644 test/ignrcas3.awk
copy test/{rtlen01.ok => ignrcas3.ok} (66%)
create mode 100644 test/intarray.awk
create mode 100644 test/intarray.ok
create mode 100644 test/lintexp.awk
create mode 100644 test/lintexp.ok
create mode 100644 test/lintindex.awk
create mode 100644 test/lintindex.ok
create mode 100644 test/lintint.awk
create mode 100644 test/lintint.ok
create mode 100644 test/lintlength.awk
create mode 100644 test/lintlength.ok
create mode 100644 test/lintset.awk
create mode 100644 test/lintset.ok
create mode 100644 test/mpfrstrtonum.awk
create mode 100644 test/mpfrstrtonum.ok
create mode 100644 test/mpgforcenum.awk
create mode 100644 test/mpgforcenum.ok
create mode 100644 test/printfchar.awk
create mode 100644 test/printfchar.ok
create mode 100644 test/rebuild.awk
create mode 100644 test/rebuild.in
copy test/{arrayind2.ok => rebuild.ok} (50%)
create mode 100644 test/strnum2.awk
create mode 100644 test/strnum2.ok
create mode 100644 test/strtonum1.awk
create mode 100644 test/strtonum1.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-2038-g414cd1e,
Arnold Robbins <=