aboutsummaryrefslogtreecommitdiffstats
path: root/README_d
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-14 00:06:55 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-14 00:06:55 +0300
commitc4300d657ba49db0b6d0f0884f41a29622edc58b (patch)
treea49e5590dab96979293e3c16455d9f305d9ce738 /README_d
parent69b59a73db108ede65e4dfce90fcfb10723e1feb (diff)
parent15a922b8a62092fab8b0e9b9fa06c3182b38b596 (diff)
downloadegawk-c4300d657ba49db0b6d0f0884f41a29622edc58b.tar.gz
egawk-c4300d657ba49db0b6d0f0884f41a29622edc58b.tar.bz2
egawk-c4300d657ba49db0b6d0f0884f41a29622edc58b.zip
Merge branch 'master' into select
Diffstat (limited to 'README_d')
-rw-r--r--README_d/ChangeLog4
-rw-r--r--README_d/README.pc9
2 files changed, 9 insertions, 4 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 3bd99ad0..49c30f13 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.pc: Update that |& also now works on MinGW.
+
2013-05-14 Eli Zaretskii <eliz@gnu.org>
* README.pc: Update the pc build and test instructions.
diff --git a/README_d/README.pc b/README_d/README.pc
index 9971d7ba..32a81fc1 100644
--- a/README_d/README.pc
+++ b/README_d/README.pc
@@ -16,10 +16,11 @@ installation is the same as under Unix:
The `configure' step takes a long time, but works otherwise.
-******************************** N O T E **********************************
-* The `|&' operator only works when gawk is compiled for Cygwin. Neither *
-* socket support nor two-way pipes work in any other Windows environment! *
-***************************************************************************
+******************************** N O T E *******************************
+* The `|&' operator only works when gawk is compiled for Cygwin or for *
+* MinGW. Neither * socket support nor two-way pipes work in any other *
+* Windows environment! *
+************************************************************************
Building gawk
-------------