[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/fixtype, updated. gawk-4.1.0-202
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/fixtype, updated. gawk-4.1.0-2029-g1d3c6e5 |
Date: |
Tue, 20 Sep 2016 18:41:09 +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/fixtype has been updated
via 1d3c6e5a1f79690e261b087266a2ec743f229dee (commit)
via 491c127c5c78f0729f3e75bc0d07d49285a2041b (commit)
via 2679ddd1324765b37ef69933b8ad4cf3f80c2795 (commit)
via 9cfede253d3d5f6907a6a1c0263b08442267cd55 (commit)
from 5c17d2d20f4bef7f44b9525544cae357f04ebb8d (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=1d3c6e5a1f79690e261b087266a2ec743f229dee
commit 1d3c6e5a1f79690e261b087266a2ec743f229dee
Merge: 5c17d2d 491c127
Author: Arnold D. Robbins <address@hidden>
Date: Tue Sep 20 21:35:09 2016 +0300
Merge branch 'master' into feature/fixtype
diff --cc test/Makefile.am
index bc489af,9dbedb3..22c4fc2
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1149,7 -1150,7 +1152,7 @@@ CLEANFILES = core core.* fmtspcl.o
# try to keep these sorted. each letter starts a new line
BASIC_TESTS = \
- addcomma anchgsub argarray arrayind1 arrayind2 arrayind3 arrayparm
arrayprm2 arrayprm3 \
- addcomma anchgsub anchor argarray arrayind1 arrayind2 arrayparm
arrayprm2 arrayprm3 \
++ addcomma anchgsub anchor argarray arrayind1 arrayind2 arrayind3
arrayparm arrayprm2 arrayprm3 \
arrayref arrymem1 arryref2 arryref3 arryref4 arryref5 arynasty \
arynocls aryprm1 aryprm2 aryprm3 aryprm4 aryprm5 aryprm6 aryprm7 \
aryprm8 aryprm9 arysubnm asgext awkpath \
diff --cc test/Makefile.in
index 4f75dd9,f1ffc0d..87f1216
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1405,7 -1406,7 +1408,7 @@@ CLEANFILES = core core.* fmtspcl.o
# try to keep these sorted. each letter starts a new line
BASIC_TESTS = \
- addcomma anchgsub argarray arrayind1 arrayind2 arrayind3 arrayparm
arrayprm2 arrayprm3 \
- addcomma anchgsub anchor argarray arrayind1 arrayind2 arrayparm
arrayprm2 arrayprm3 \
++ addcomma anchgsub anchor argarray arrayind1 arrayind2 arrayind3
arrayparm arrayprm2 arrayprm3 \
arrayref arrymem1 arryref2 arryref3 arryref4 arryref5 arynasty \
arynocls aryprm1 aryprm2 aryprm3 aryprm4 aryprm5 aryprm6 aryprm7 \
aryprm8 aryprm9 arysubnm asgext awkpath \
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +
awk.h | 1 -
awklib/eg/lib/groupawk.in | 2 +-
doc/ChangeLog | 8 +
doc/gawk.info | 638 ++++++++++++++++++++++-----------------------
doc/gawk.texi | 6 +-
doc/gawktexi.in | 6 +-
re.c | 10 +-
test/ChangeLog | 5 +
test/Makefile.am | 5 +-
test/Makefile.in | 10 +-
test/Maketests | 5 +
test/anchor.awk | 33 +++
test/anchor.in | 3 +
test/anchor.ok | 6 +
15 files changed, 406 insertions(+), 337 deletions(-)
create mode 100644 test/anchor.awk
create mode 100644 test/anchor.in
create mode 100644 test/anchor.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/fixtype, updated. gawk-4.1.0-2029-g1d3c6e5,
Arnold Robbins <=