aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-09 11:34:16 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-09 11:34:16 +0200
commit96685ed2909ec198bf28ba81ccff755ea88ecda7 (patch)
tree105d924a67f774a38225d4435ba11130c420f508 /doc/gawk.texi
parent7c32c835b7f15d2906a691fa7776d3fcd77be0f7 (diff)
parenta7512f3eb03ae2b6361e56518a2f405e386315a0 (diff)
downloadegawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.tar.gz
egawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.tar.bz2
egawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 24515bf8..36116543 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -39740,9 +39740,14 @@ type @samp{make mingw32}.
@cindex operating systems, PC, @command{gawk} on
@cindex PC operating systems, @command{gawk} on
-Under MS-Windows, the Cygwin and MinGW environments support
+Information in this section applies to the MinGW and
+DJGPP ports of @command{gawk}. @xref{Cygwin} for information
+about the Cygwin port.
+
+Under MS-Windows, the MinGW environment supports
both the @samp{|&} operator and TCP/IP networking
(@pxref{TCP/IP Networking}).
+The DJGPP environment does not support @samp{|&}.
@cindex search paths
@cindex search paths, for source files
@@ -39868,6 +39873,15 @@ When compared to GNU/Linux on the same system, the @samp{configure}
step on Cygwin takes considerably longer. However, it does finish,
and then the @samp{make} proceeds as usual.
+Recent versions of Cygwin open all files in binary mode. This means
+that you should use @samp{RS = "\r?\n"} in order to be able to
+handle standard MS-Windows text files with carriage-return plus
+line-feed line endings.
+
+The Cygwin environment supports
+both the @samp{|&} operator and TCP/IP networking
+(@pxref{TCP/IP Networking}).
+
@node MSYS
@appendixsubsubsec Using @command{gawk} In The MSYS Environment