Lines Matching full:cygwin
7 README.cygwin - Perl for Cygwin
12 on Cygwin. This document also describes features of Cygwin that will
15 B<NOTE:> There are pre-built Perl packages available for Cygwin and a
16 version of Perl is provided on the Cygwin CD. If you do not need to
23 =head2 Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
25 The Cygwin tools are ports of the popular GNU development tools for Win32
26 platforms. They run thanks to the Cygwin library which provides the UNIX
30 http://www.cygwin.com/
32 A recent net or commercial release of Cygwin is required.
34 At the time this document was last updated, Cygwin 1.1.5 was current.
37 compatibility with old (beta) Cygwin releases. The focus has been to
39 bugs. If you wish to use Perl with Cygwin B20.1 or earlier, consider
42 a patch kit can be developed to port back to earlier Cygwin versions.
44 =head2 Cygwin Configuration
46 While building Perl some changes may be necessary to your Cygwin setup so
52 or your Cygwin configuration (I<ntea>, I<ntsec>, binary/text mounts).
54 However, your host system and Cygwin configuration will affect Perl's
61 Set the C<PATH> environment variable so that Configure finds the Cygwin
72 On WinNT with either the I<ntea> or I<ntsec> C<CYGWIN> settings, directory
81 the owner). When using the I<ntsec> C<CYGWIN> setting, this is not an
90 F<hints/cygwin.sh> will build a Perl that supports dynamic loading
112 or you can edit F<hints/cygwin.sh> and uncomment the relevant variables
127 The crypt package distributed with Cygwin is a Linux compatible 56-bit
130 Alternatively, the crypt libraries in GNU libc have been ported to Cygwin.
134 …ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Okhapkin_Sergey/cw32crypt-dist-0.tgz
141 ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Okhapkin_Sergey/libcrypt.tgz
145 GDBM is available for Cygwin. GDBM's ndbm/dbm compatibility feature
153 BerkeleyDB is available for Cygwin. Some details can be found in
160 A port of SysV IPC is available for Cygwin.
174 these will work with Cygwin, others are not yet possible. Also, some of
192 more than one interpreter instance. This works with the Cygwin port.
196 The PerlIO abstraction works with the Cygwin port.
202 These are B<not> yet available with Cygwin.
209 These are B<not> yet available with Cygwin.
213 POSIX threads are B<not> yet implemented in Cygwin.
217 Although Win32 supports large files, Cygwin currently uses 32-bit integers
258 The following error occurs because of the Cygwin C<#define> of
307 Test results vary depending on your host system and your Cygwin
308 configuration. If a test can pass in some Cygwin setup, it is always
316 {read,write,execute} for each {user,group,other}. By default Cygwin
320 always readable and executable). On WinNT with the I<ntea> C<CYGWIN>
322 On WinNT with the I<ntsec> C<CYGWIN> setting, permissions use the standard
342 case Cygwin implements link() by copying the file. On remote (network)
343 drives Cygwin's stat() always sets C<st_nlink> to 1, so the link count
395 Cygwin does not require F</etc/group>, in which case the F<op/grent.t>
405 Cygwin does an outstanding job of providing UNIX-like semantics on top of
408 to portability, more information can be found in the Cygwin documentation.
414 Cygwin pathnames can be separated by forward (F</>) or backward (F<\>)
430 a file is subject to CR/LF/Ctrl-Z translations. With Cygwin, the default
440 The text/binary issue is covered at length in the Cygwin documentation.
444 The Cygwin stat(), lstat() and readlink() functions make the F<.exe>
446 (unless a F<foo> also exists). Cygwin does not require a F<.exe>
450 with Cygwin automatically appends a F<.exe> when necessary.
464 The Cygwin chroot() implementation has holes (it can not restrict file
486 These are the files in the Perl release that contain references to Cygwin.
488 code. Hopefully, keeping this up to date will allow the Cygwin port to
495 INSTALL README.cygwin README.win32 MANIFEST
503 cygwin/Makefile.SHs
504 cygwin/ld2.in
505 cygwin/perlld.in
506 ext/IPC/SysV/hints/cygwin.pl
507 ext/NDBM_File/hints/cygwin.pl
508 ext/ODBM_File/hints/cygwin.pl
509 hints/cygwin.sh
513 Porting/patchls - cygwin in port list
532 cygwin/cygwin.c - os_extras (getcwd, spawn)
573 On WinNT Cygwin provides setuid(), seteuid(), setgid() and setegid().
574 However, additional Cygwin calls for manipulating WinNT access tokens