summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-07 16:40:55 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-07 16:40:55 +0000
commit26e85e8e52884e2b7a8757a2bfc0c7e610ca286c (patch)
tree2d23556743f4921296bd9f0dae400d18c386c460
parent674848f91b52c480aaa82623c2378ee050cd0e91 (diff)
downloadperl-26e85e8e52884e2b7a8757a2bfc0c7e610ca286c.tar.gz
Note the XS acelerated SWASHGET, and remove reference to one new
subtest. I'm not sure if any of the subtest changes are really worth it. p4raw-id: //depot/maint-5.8/perl@34767
-rw-r--r--pod/perl589delta.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perl589delta.pod b/pod/perl589delta.pod
index 8f9f408f78..2569c8faa3 100644
--- a/pod/perl589delta.pod
+++ b/pod/perl589delta.pod
@@ -113,6 +113,11 @@ C<-Dv> display the process id as part of the trace output.
=back
+=head2 XS-assisted SWASHGET
+
+Some pure-perl code that perl was using to retrieve Unicode properties and
+transliteration mappings has been reimplemented in XS.
+
=head1 New Platforms
Compile support added for:
@@ -1834,11 +1839,6 @@ particularly C<PL_na>, which is a small performance hit.
=over 4
-=item *
-
-Regression tests for anchored regexes using C<\s> that failed to set C<$&>
-(30073).
-
=item *
Regression tests for sprintf with 64 bit semantics (30058).