This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update .gitignore file
[perl5.git] / README.cygwin
index 0ad627f..691da50 100644 (file)
@@ -390,7 +390,7 @@ Cygwin processes have their own pid, which is different from the
 underlying windows pid.  Most posix compliant Proc functions expect
 the cygwin pid, but several Win32::Process functions expect the
 winpid. E.g. C<$$> is the cygwin pid of F</usr/bin/perl>, which is not
-the winpid.  Use C<Cygwin::winpid_to_pid()> and C<Cygwin::winpid_to_pid()>
+the winpid.  Use C<Cygwin::pid_to_winpid()> and C<Cygwin::winpid_to_pid()>
 to translate between them.
 
 =item * Cygwin vs. Windows errors
@@ -409,7 +409,8 @@ looks like like the following:
 
 or:
 
-  183 [main] perl 3588 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap C:\cygwin\bin\cygsvn_subr-1-0.dll to same address as parent(0x6FB30000) != 0x6FE60000
+  183 [main] perl 3588 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap
+  C:\cygwin\bin\cygsvn_subr-1-0.dll to same address as parent(0x6FB30000) != 0x6FE60000
   46 [main] perl 3488 fork: child 3588 - died waiting for dll loading, errno11
 
 See L<http://cygwin.com/faq/faq-nochunks.html#faq.using.fixing-fork-failures>
@@ -563,9 +564,9 @@ be kept as clean as possible.
   dist/Cwd/Changes ext/Compress-Raw-Zlib/Changes
   ext/Compress-Raw-Zlib/README ext/Compress-Zlib/Changes
   ext/DB_File/Changes ext/Encode/Changes ext/Sys-Syslog/Changes
-  ext/Time-HiRes/Changes ext/Win32API-File/Changes lib/CGI/Changes
+  ext/Time-HiRes/Changes ext/Win32API-File/Changes
   lib/ExtUtils/CBuilder/Changes lib/ExtUtils/Changes lib/ExtUtils/NOTES
-  lib/ExtUtils/PATCHING lib/ExtUtils/README lib/Module/Build/Changes
+  lib/ExtUtils/PATCHING lib/ExtUtils/README
   lib/Net/Ping/Changes lib/Test/Harness/Changes
   lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README README.symbian
   symbian/TODO
@@ -663,7 +664,6 @@ be kept as clean as possible.
                         - _open_osfhandle not implemented under Cygwin
   ext/Win32CORE/Win32CORE.pm
                         - History of Win32CORE under Cygwin
-  lib/CGI.pm            - binmode and path separator
   lib/Cwd.pm            - hook to internal Cwd::cwd
   lib/ExtUtils/CBuilder/Platform/cygwin.pm
                         - use gcc for ld, and link to libperl.dll.a
@@ -683,10 +683,6 @@ be kept as clean as possible.
   lib/File/Spec/Win32.pm - References a message on cygwin.com
   lib/File/Spec.pm      - Pulls in lib/File/Spec/Cygwin.pm
   lib/File/Temp.pm      - no directory sticky bit
-  lib/Module/Build/Compat.pm - Comment references 'make' under Cygwin
-  lib/Module/Build/Platform/cygwin.pm
-                        - Use '.' for man page separator
-  lib/Module/Build.pm   - Cygwin is Unix-like
   lib/Module/CoreList.pm - List of all module files and versions
   lib/Net/Domain.pm     - No domainname command under Cygwin
   lib/Net/Netrc.pm      - Bypass using stat() under Cygwin
@@ -729,7 +725,6 @@ be kept as clean as possible.
   lib/File/Path.t
   lib/File/Spec/t/crossplatform.t
   lib/File/Spec/t/Spec.t
-  lib/Module/Build/t/destinations.t
   lib/Net/hostent.t
   lib/Net/Ping/t/110_icmp_inst.t
   lib/Net/Ping/t/500_ping_icmp.t