This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - Fill in one more item and add currently remaining possible TODOs
[perl5.git] / pod / perldelta.pod
index 290f822..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
 
@@ -271,6 +280,13 @@ This module now works on EBCDIC platforms.
 
 =item *
 
+L<CPAN> has been upgraded from version 2.00 to 2.03-TRIAL.
+
+Numerous updates and bug fixes are incorporated.  See the F<Changes> file for
+full details.
+
+=item *
+
 L<CPAN::Meta> has been upgraded from version 2.132140 to 2.132510.
 
 No changes have been made to the installed code other than the version bump to
@@ -950,18 +966,15 @@ L</Modules and Pragmata> section.
 
 =over 4
 
-=head3 Win32
-
-=over
-
-=item *
+=item Win32
 
 C<rename> and C<link> on Win32 now set C<$!> to ENOSPC and EDQUOT when appropriate. [perl #119857]
 
-=back
-
 =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