Change 34767 by [EMAIL PROTECTED] on 2008/11/07 16:40:55
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.
Affected files ...
... //depot/maint-5.8/perl/pod/perl589delta.pod#30 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perl589delta.pod#30 (text) ====
Index: perl/pod/perl589delta.pod
--- perl/pod/perl589delta.pod#29~34754~ 2008-11-06 08:32:21.000000000 -0800
+++ perl/pod/perl589delta.pod 2008-11-07 08:40:55.000000000 -0800
@@ -113,6 +113,11 @@
=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 @@
=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).
End of Patch.