[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-101
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-1010-g23d2940 |
Date: |
Fri, 28 Jul 2017 06:19:44 -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, gawk-4.1-stable has been updated
via 23d2940b59b4fd12ced48210c2ebdaec7b96a3c0 (commit)
from 167b3a79dbf9eaa5370efa11cc3d6535a1fe98ae (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=23d2940b59b4fd12ced48210c2ebdaec7b96a3c0
commit 23d2940b59b4fd12ced48210c2ebdaec7b96a3c0
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jul 28 13:19:23 2017 +0300
Fix test suite after inplace.awk license additon.
diff --git a/test/ChangeLog b/test/ChangeLog
index 0475628..a9ae62b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-28 Arnold D. Robbins <address@hidden>
+
+ * inplace1.ok, inplace2.ok, inplace3.ok: Update after
+ adding license to inplace.awk.
+
2017-03-19 Andrew J. Schorr <address@hidden>
* Makefile.am (argarray): Always copy argarray.in to the local
diff --git a/test/inplace1.ok b/test/inplace1.ok
index 91b5276..730d775 100644
--- a/test/inplace1.ok
+++ b/test/inplace1.ok
@@ -1,5 +1,5 @@
before
-gawk: inplace:25: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
+gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --git a/test/inplace2.ok b/test/inplace2.ok
index 91b5276..730d775 100644
--- a/test/inplace2.ok
+++ b/test/inplace2.ok
@@ -1,5 +1,5 @@
before
-gawk: inplace:25: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
+gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --git a/test/inplace3.ok b/test/inplace3.ok
index deb926b..815cd1c 100644
--- a/test/inplace3.ok
+++ b/test/inplace3.ok
@@ -1,11 +1,11 @@
before
-gawk: inplace:25: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
+gawk: inplace:47: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
after
Before
-gawk: inplace:25: warning: inplace_begin: disabling in-place editing for
invalid FILENAME `-'
+gawk: inplace:47: 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, gawk-4.1-stable, updated. gawk-4.1.0-1010-g23d2940,
Arnold Robbins <=