diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-07-02 22:04:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-07-02 22:04:54 +0300 |
commit | 92f568ff2b446ffa309a663cbe434ebf86d78c08 (patch) | |
tree | 0fc10fb4e83bdd35d6a12c14439f0336d249af85 | |
parent | 9fe77c4d6778eb6b0ad377abf702e3472cd40564 (diff) | |
download | egawk-92f568ff2b446ffa309a663cbe434ebf86d78c08.tar.gz egawk-92f568ff2b446ffa309a663cbe434ebf86d78c08.tar.bz2 egawk-92f568ff2b446ffa309a663cbe434ebf86d78c08.zip |
Update in README_d/README.pc.
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.pc | 9 |
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 ------------- |