mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
pod: fix a few articles in doc files
This commit is contained in:
parent
dfa614ff48
commit
601fb133ad
@ -1449,7 +1449,7 @@ Two flag bits are currently supported.
|
||||
|
||||
=item C<SVf_UTF8>
|
||||
|
||||
This will call C<SvUTF8_on()> for you. (Note that this does not convert an
|
||||
This will call C<SvUTF8_on()> for you. (Note that this does not convert a
|
||||
sequence of ISO 8859-1 characters to UTF-8). A wrapper, C<newSVpvn_utf8()>
|
||||
is available for this.
|
||||
|
||||
|
||||
@ -1085,7 +1085,7 @@ the regex to utf8 is necessary but this isn't known when the compilation begins.
|
||||
=head2 String appending is 100 times faster
|
||||
|
||||
When doing a lot of string appending, perls built to use the system's
|
||||
C<malloc> could end up allocating a lot more memory than needed in a
|
||||
C<malloc> could end up allocating a lot more memory than needed in an
|
||||
inefficient way.
|
||||
|
||||
C<sv_grow>, the function used to allocate more memory if necessary
|
||||
|
||||
@ -1568,7 +1568,7 @@ Unicode normalization tests have been added.
|
||||
|
||||
=item *
|
||||
|
||||
t/test.pl: Add ability to cancel an watchdog timer
|
||||
t/test.pl: Add ability to cancel a watchdog timer
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user