X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl58delta.pod;h=9d955ef8a4d0a85606d6437656bcecfa4f66c7e4;hb=938c8732ceb115a707f725327a631eb35319ba87;hp=46b50f00d86b38d2d7bd4d5003547161587b52b9;hpb=fb652349441d4b05f41d77692a72134e7014d8f6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 46b50f0..9d955ef 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perldelta - what is new for perl v5.8.0 +perl58delta - what is new for perl v5.8.0 =head1 DESCRIPTION @@ -415,12 +415,12 @@ for more information about UTF-8. =item * -If your environment variables (LC_ALL, LC_CTYPE, LANG, LANGUAGE) look -like you want to use UTF-8 (any of the the variables match C), -your STDIN, STDOUT, STDERR handles and the default open layer -(see L) are marked as UTF-8. (This feature, like other new -features that combine Unicode and I/O, work only if you are using -PerlIO, but that's the default.) +If your environment variables (LC_ALL, LC_CTYPE, LANG) look like you +want to use UTF-8 (any of the the variables match C), your +STDIN, STDOUT, STDERR handles and the default open layer (see L) +are marked as UTF-8. (This feature, like other new features that +combine Unicode and I/O, work only if you are using PerlIO, but that's +the default.) Note that after this Perl really does assume that everything is UTF-8: for example if some input handle is not, Perl will probably very soon @@ -664,7 +664,7 @@ The template letters are C, C, C, and C. =item * -C can now be used to force a string to UTF8. +C can now be used to force a string to UTF-8. =item * @@ -678,10 +678,10 @@ returns the number of slept seconds. =item * -The printf() and sprintf() now support parameter reordering using the +printf() and sprintf() now support parameter reordering using the C<%\d+\$> and C<*\d+\$> syntaxes. For example - print "%2\$s %1\$s\n", "foo", "bar"; + printf "%2\$s %1\$s\n", "foo", "bar"; will print "bar foo\n". This feature helps in writing internationalised software, and in general when the order @@ -1905,17 +1905,17 @@ for site-wide changes). If your file system supports symbolic links, you can build Perl outside of the source directory by - mkdir /tmp/perl/build/directory - cd /tmp/perl/build/directory + mkdir perl/build/directory + cd perl/build/directory sh /path/to/perl/source/Configure -Dmksymlinks ... -This will create in /tmp/perl/build/directory a tree of symbolic links +This will create in perl/build/directory a tree of symbolic links pointing to files in /path/to/perl/source. The original files are left unaffected. After Configure has finished, you can just say make all test -and Perl will be built and tested, all in /tmp/perl/build/directory. +and Perl will be built and tested, all in perl/build/directory. [561] =item * @@ -2475,7 +2475,7 @@ C, C, and C now match titlecase. Concatenation with the C<.> operator or via variable interpolation, C, C, C, C, the C operator, -substitution with C, single-quoted UTF8, should now work. +substitution with C, single-quoted UTF-8, should now work. =item * @@ -3545,6 +3545,12 @@ be exact. (They produce something other than "1" and "-1" when formatting 0.6 and -0.6 using the printf format "%.0f"; most often, they produce "0" and "-0".) +=head2 SCO + +The socketpair tests are known to be unhappy in SCO 3.2v5.0.4: + + ext/Socket/socketpair.t...............FAILED tests 15-45 + =head2 Solaris 2.5 In case you are still using Solaris 2.5 (aka SunOS 5.5), you may