diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-27 15:35:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-27 15:35:01 +0000 |
commit | e85e754cea3c8e3dc14d63b7204c3531e1f73d9c (patch) | |
tree | 0e5aba332873e40762b08ef9b1ddf4d41eaecd97 | |
parent | 2d50ad6c00bc90badede5e714387a37ff16526ab (diff) | |
download | perl-e85e754cea3c8e3dc14d63b7204c3531e1f73d9c.tar.gz |
Some spelling fixes by David Landgren.
Mention perltodo.
p4raw-id: //depot/perl@26960
-rw-r--r-- | pod/perl593delta.pod | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 4a1a3056a5..9bd2f2b0be 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -225,6 +225,8 @@ The L<perlglossary> manpage is a glossary of terms used in the Perl documentation, technical and otherwise, kindly provided by O'Reilly Media, Inc. +L<perltodo> now lists a rough roadmap to Perl 5.10. + =head1 Performance Enhancements =head2 XS-assisted SWASHGET @@ -344,7 +346,7 @@ was backed out. Using the sprintf() function with some formats could lead to a buffer overflow in some specific cases. This has been fixed, along with several -other bugs, notably in bound checking. +other bugs, notably in bounds checking. In related fixes, it was possible for badly written code that did not follow the documentation of C<Sys::Syslog> to have formatting vulnerabilities. @@ -389,8 +391,8 @@ C<PerlIO::scalar> now works better with non-default C<$/> settings. =item * -You can now use the C<x> operator to repeat a C<qw//> list. This used -to raise a syntax error. For example: C<qw(foo bar) x 3>. +The C<x> repetition operator is now able to operate on C<qw//> lists. This +used to raise a syntax error. =item * @@ -511,10 +513,6 @@ C<AV*> parameters. The inheritance hierarchy of C<B::> modules has changed; C<B::NV> now inherits from C<B::SV> (it used to inherit from C<B::IV>). -=head1 Known Problems - -=head2 Platform Specific Problems - =head1 Reporting Bugs If you find what you think is a bug, you might check the articles |