[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2658-ga72049d |
Date: |
Fri, 28 Jul 2017 06:25:37 -0400 (EDT) |
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/namespaces has been updated
via a72049d13c1618298f4511dcf7bf885e3335dfad (commit)
via 78710cf98477b897a5017a3fbb373780af0e57c7 (commit)
via 23d2940b59b4fd12ced48210c2ebdaec7b96a3c0 (commit)
from fe1feba6793ddf61457fa3d114b1657414f8bb2d (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=a72049d13c1618298f4511dcf7bf885e3335dfad
commit a72049d13c1618298f4511dcf7bf885e3335dfad
Merge: fe1feba 78710cf
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jul 28 13:25:30 2017 +0300
Merge branch 'master' into feature/namespaces
diff --cc test/ChangeLog
index e9ce5dc,ca0370d..3ab7951
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,37 -1,8 +1,42 @@@
+ 2017-07-28 Arnold D. Robbins <address@hidden>
+
+ * inplace1.ok, inplace2.ok, inplace3.ok: Update after
+ adding license to inplace.awk.
+
+2017-07-26 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (nsbad_cmd, nsindirect1, nsindirect2): New tests.
+ * nsbad_cmd.ok, nsindirect1.awk, nsindirect1.ok, nsindirect2.awk,
+ nsindirect2.ok: New files.
+
+2017-07-26 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (nsbad): New test.
+ * nsbad.awk, nsbad.ok: New files.
+
+2017-07-20 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (inplace1, inplace2, inplace3): Update to use
+ inplace::suffix instead of INPLACE_SUFFIX.
+ * inplace1.ok, inplace2.ok, inplace3.ok: Update after code
+ changes.
+
+2017-07-07 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (eofsrc1): New test.
+ * eofsrc1a.awk, eofsrc1b.awk, eofsrc1.ok: New files.
+ * unterm.ok: Updated after code change.
+
+2017-07-01 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (nsprof2): New test.
+ * nsprof2.awk, nsprof2.ok: New files.
+
+2017-06-30 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (nsprof1): New test.
+ * nsprof1.awk, nsprof1.ok: New files.
+
2017-06-27 Arnold D. Robbins <address@hidden>
* Makefile.am (mbprintf5): Skip this test on Cygwin.
diff --cc test/inplace1.ok
index 947d015,730d775..753079b
--- a/test/inplace1.ok
+++ b/test/inplace1.ok
@@@ -1,5 -1,5 +1,5 @@@
before
- gawk: inplace:27: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
-gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
++gawk: inplace:53: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --cc test/inplace2.ok
index 947d015,730d775..753079b
--- a/test/inplace2.ok
+++ b/test/inplace2.ok
@@@ -1,5 -1,5 +1,5 @@@
before
- gawk: inplace:27: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
-gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
++gawk: inplace:53: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --cc test/inplace3.ok
index 9135154,815cd1c..7802a0c
--- a/test/inplace3.ok
+++ b/test/inplace3.ok
@@@ -1,11 -1,11 +1,11 @@@
before
- gawk: inplace:27: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
-gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
++gawk: inplace:53: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
after
Before
- gawk: inplace:27: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
-gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
++gawk: inplace:53: warning: inplace::begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is foo replaced?
stdin end
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/inplace1.ok | 2 +-
test/inplace2.ok | 2 +-
test/inplace3.ok | 4 ++--
4 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2658-ga72049d,
Arnold Robbins <=