To do:
df8c7dee Fix segfault in filehandle duplication
b66f3475 Fix PerlIO_get_cnt and friends
+9cefd268 [perl #118747] Allow in-place s///g when !!PL_sawampersand
+e94bb470 install useful Regexp::CARP_TRACE from Carp
+88e3936f Fix processing of PERL_ENV_TABLES
+9d32676e [perl #117265] fix various problems with safesyscalls
+9c7618be regcomp.c: Use Perl_form() instead of buggy sprintf
+c04e4151 op.c:leave_scope: use mg_free before sv_force_normal [#119295]
+650b1534 Make B::OP::slabbed, folded, etc. actually work
+531d75b0 [perl #89502]: Add support for Atari FreeMiNT platform
+acb34050 [perl #119501] \(1+2) always referencing the same sv
=head1 NAME
=item WinCE
+Perl now builds again on WinCE, following locale-related breakage (WinCE has
+non-existent locale support) introduced around 5.19.1. [perl #119443]
+
The building of XS modules has largely been restored. Several still cannot
(yet) be built but it is now possible to build Perl on WinCE with only a couple
of further patches (to L<Socket> and L<ExtUtils::MakeMaker>), hopefully to be