From: Chris Nandor Date: Thu, 31 Dec 1998 09:06:48 +0000 (-0500) Subject: Re: [PATCH] perlport.pod 1.38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b63e9ecb99b38390442c44361915d503175016f;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] perlport.pod 1.38 To: jhi@iki.fi Cc: perl5-porters@perl.org Message-Id: p4raw-id: //depot/cfgperl@2547 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index 7a03c12..d6eb10b 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -194,7 +194,7 @@ LPT:). S uses C<:> as a path separator instead of C. -The filesystem may not support neither hard links (C) nor +The filesystem may support neither hard links (C) nor symbolic links (C, C, C). The filesystem may not support neither access timestamp nor change @@ -840,7 +840,7 @@ an effect on what happens with some perl functions (such as C, C, C, C, C, C, C, C), as well as bit-fiddling with ASCII constants using operators like C<^>, C<&> and C<|>, not to mention dealing with socket interfaces to ASCII computers -(see L<"NEWLINES">). +(see L). Fortunately, most web servers for the mainframe will correctly translate the C<\n> in the following statement to its ASCII equivalent (note that @@ -1462,8 +1462,8 @@ of a child Unix program will exists. Mileage B vary. (S) Far from being POSIX compliant. Because there may be no underlying /bin/sh tries to work around the problem by forking and execing the -first token in its argument string. Handles basic redirection ("<" or -">") on its own behalf. (MiNT) +first token in its argument string. Handles basic redirection +("E" or "E") on its own behalf. (MiNT) =item times @@ -1494,8 +1494,8 @@ should not be held open elsewhere. (Win32) Returns undef where unavailable, as of version 5.005. -C works but the correct permissions are only set when the file is -finally close()d. +C works but the correct permissions are only set when the file +is finally close()d. (AmigaOS) =item utime LIST @@ -1524,6 +1524,10 @@ Not useful. (S) =over 4 +=item v1.38, 31 December 1998 + +More changes from Jarkko. + =item v1.37, 19 December 1998 More minor changes. Merge two separate version 1.35 documents. @@ -1592,5 +1596,4 @@ Epudge@pobox.comE. =head1 VERSION -Version 1.37, last modified 19 December 1998 - +Version 1.38, last modified 31 December 1998