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
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