diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-08 07:28:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-08 07:28:16 +0200 |
commit | 4197063335d758d0eacb8b4cb74b232ad596c784 (patch) | |
tree | 68a8c63476c29d9882d3d79d1bb06555be316109 /doc/gawktexi.in | |
parent | 9286ef6a6e2817a8fa126e6d6a83ec16678a812d (diff) | |
download | egawk-4197063335d758d0eacb8b4cb74b232ad596c784.tar.gz egawk-4197063335d758d0eacb8b4cb74b232ad596c784.tar.bz2 egawk-4197063335d758d0eacb8b4cb74b232ad596c784.zip |
Update doc w.r.t. cygwin binary mode.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index ce7d62ca..d0317ce3 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -38719,9 +38719,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 @@ -38847,6 +38852,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 |