aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-11 20:32:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-11 20:32:15 +0200
commit1fd985df4c833381498094484cb8a18aa2b65730 (patch)
tree10ab8de599afeb885b18a72867ee183aedde9b38 /doc/gawktexi.in
parente25975137bf06b8ada724f989fff8112ab26355f (diff)
parente988fbb61b477a61114e83bf988f10b397e641fb (diff)
downloadegawk-1fd985df4c833381498094484cb8a18aa2b65730.tar.gz
egawk-1fd985df4c833381498094484cb8a18aa2b65730.tar.bz2
egawk-1fd985df4c833381498094484cb8a18aa2b65730.zip
Merge branch 'master' into feature/fts-skip
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 34ba59cf..b02b8502 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38714,9 +38714,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
@@ -38842,6 +38847,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