X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.cygwin;h=32c9a16ab66db17791691f76e000da20496c8f4f;hb=fab7622b239a38d53a92ef37296a629dc8b4f4df;hp=baa4fe157a1673b5aa9f4fb9049fc8b75eafc388;hpb=47f4f673a77e35bea4e9fa9181f53c2922c748c9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.cygwin b/README.cygwin index baa4fe1..32c9a16 100644 --- a/README.cygwin +++ b/README.cygwin @@ -31,7 +31,7 @@ about this project can be found at: A recent net or commercial release of Cygwin is required. -At the time this document was last updated, Cygwin 1.3.10 was current. +At the time this document was last updated, Cygwin 1.3.12 was current. =head2 Cygwin Configuration @@ -337,6 +337,12 @@ these options, these tests will fail (listing not updated yet): lib/sdbm.t 2 op/stat.t 9, 20 (.tmp not an executable extension) +=head2 NDBM_File does not work on FAT filesystems + +Do not install NDBM_File on FAT filesystem. It can be built on a FAT +filesystem, but many ndbm tests will fail. With NTFS, there should be +no problems either way. + =head2 Script Portability on Cygwin Cygwin does an outstanding job of providing UNIX-like semantics on top of @@ -401,9 +407,10 @@ Win9x can not rename() an open file (although WinNT can). The Cygwin chroot() implementation has holes (it can not restrict file access by native Win32 programs). -Inplace editing ( perl -i ) of files doesn't work without doing a backup -of the file being edited ( perl -i.bak ). - +Inplace editing C of files doesn't work without doing a backup +of the file being edited C because of windowish restrictions, +so Perl adds the C<.bak> automatically if you just use C. + =back =head1 INSTALL PERL ON CYGWIN @@ -501,8 +508,6 @@ be kept as clean as possible (listing not updated yet). =head1 BUGS ON CYGWIN -When I starts, it warns about overriding commands for F. - Support for swapping real and effective user and group IDs is incomplete. On WinNT Cygwin provides setuid(), seteuid(), setgid() and setegid(). However, additional Cygwin calls for manipulating WinNT access tokens