From: Karl Williamson Date: Fri, 26 Feb 2010 03:44:04 +0000 (-0700) Subject: Document 5.8 regression #72998 in delta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d3a8206a05fe5bc0cf4e39c8c70a9a9abfb85e4;p=p5sagit%2Fp5-mst-13.2.git Document 5.8 regression #72998 in delta --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index db33082..1519850 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -2500,6 +2500,11 @@ with the thread the pattern was compiled into [RT #55600]. =item * +Things like C<"\N{LATIN SMALL LIGATURE FF}" =~ /\N{LATIN SMALL LETTER F}+/> +will appear to hang as they get into a very long running loop [RT #72998]. + +=item * + Untriaged test crashes on Windows 2000 Several porters have reported mysterious crashes when Perl's entire test suite is run after a build on certain Windows 2000 systems. When run by hand, the individual tests reportedly work fine.