[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-890
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-890-gf193c48 |
Date: |
Tue, 24 May 2016 22:43:35 +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, gawk-4.1-stable has been updated
via f193c48ab7d8da7e4d236f6f6570684f1fd612ba (commit)
from 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (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=f193c48ab7d8da7e4d236f6f6570684f1fd612ba
commit f193c48ab7d8da7e4d236f6f6570684f1fd612ba
Author: Arnold D. Robbins <address@hidden>
Date: Wed May 25 01:43:21 2016 +0300
Tweak arrayind1 test for portability.
diff --git a/test/ChangeLog b/test/ChangeLog
index 927d23f..2ba6231 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-25 Arnold D. Robbins <address@hidden>
+
+ * arrayind1.awk: Flush writes to stderr. We hope this helps
+ with the MinGW version.
+
2016-05-12 Arnold D. Robbins <address@hidden>
* Makefile.am (arrayind1): New test.
diff --git a/test/arrayind1.awk b/test/arrayind1.awk
index 29fe80b..fc3683f 100755
--- a/test/arrayind1.awk
+++ b/test/arrayind1.awk
@@ -85,6 +85,7 @@ END{
iter++
#-->
printf("%s%16s\n","in the loop: ",posout["00000779770060"]) >
"/dev/stderr"
+ fflush("/dev/stderr")
#-->
#printf("%10s%10s%10s%10s%16s%16s\n","round",iter,"included",posout[last],"last
",last) > "/dev/stderr"
}
@@ -95,5 +96,6 @@ END{
}
#--> this is the guilty line
printf("%s%16s\n","at the end: ",posout["00000779770060"]) >
"/dev/stderr"
+ fflush("/dev/stderr")
#-->
}
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/arrayind1.awk | 2 ++
2 files changed, 7 insertions(+)
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-890-gf193c48,
Arnold Robbins <=