From: Matt S Trout Date: Thu, 17 Jun 2010 05:02:18 +0000 (+0100) Subject: doc e6226b X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8afd36071881730751472085aec2d8712482af07;p=p5sagit%2Fp5-mst-13.2.git doc e6226b --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index c327adc..ae0025c 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -182,9 +182,10 @@ calls HvTOTALKEYS instead (which is equivalent) - so while the fill data when actually required is now calculated on demand, the cases when this needs to be done should be few and far between (f4431c .. fcd245). -The ibcmp_utf8 API function for case-insensitive comparison of strings (which +The foldEQ_utf8 API function for case-insensitive comparison of strings (which is used heavily by the regexp engine) was substantially refactored and -optimised - and its documentation much improved as a free bonus gift (8b3587). +optimised - and its documentation much improved as a free bonus gift +(8b3587, e6226b). =head1 Installation and Configuration Improvements @@ -286,6 +287,16 @@ C, C, C. The C macro now calls C. C is now a noop but should still be used to ensure past and future compatibility. +=item * + +The ibcmp_* functions have been renamed and are now called foldEQ, +foldEQ_locale and foldEQ_utf8 (e6226b). + +=item * + +The ibcmp_* functions have been renamed and are now called foldEQ, +foldEQ_locale and foldEQ_utf8 (e6226b). + =back =head1 New Tests