perldelta - Fill in one more item and add currently remaining possible TODOs
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 17:15:00 +0000 (18:15 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 17:21:47 +0000 (18:21 +0100)
pod/perldelta.pod

index 3ce93dc..eaa26e9 100644 (file)
@@ -4,6 +4,15 @@
 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
 
@@ -963,6 +972,9 @@ C<rename> and C<link> on Win32 now set C<$!> to ENOSPC and EDQUOT when appropria
 
 =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