doc e6226b
Matt S Trout [Thu, 17 Jun 2010 05:02:18 +0000 (06:02 +0100)]
pod/perl5132delta.pod

index c327adc..ae0025c 100644 (file)
@@ -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<SvNV_nomg>,  C<sv_2nv_flags>, C<find_rundefsv>.
 The C<UNDERBAR> macro now calls C<find_rundefsv>. C<dUNDERBAR> 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