1=encoding utf8 2 3=head1 NAME 4 5perl5202delta - what is new for perl v5.20.2 6 7=head1 DESCRIPTION 8 9This document describes differences between the 5.20.1 release and the 5.20.2 10release. 11 12If you are upgrading from an earlier release such as 5.20.0, first read 13L<perl5201delta>, which describes differences between 5.20.0 and 5.20.1. 14 15=head1 Incompatible Changes 16 17There are no changes intentionally incompatible with 5.20.1. If any exist, 18they are bugs, and we request that you submit a report. See L</Reporting Bugs> 19below. 20 21=head1 Modules and Pragmata 22 23=head2 Updated Modules and Pragmata 24 25=over 4 26 27=item * 28 29L<attributes> has been upgraded from version 0.22 to 0.23. 30 31The usage of C<memEQs> in the XS has been corrected. 32L<[GH #14072]|https://github.com/Perl/perl5/issues/14072> 33 34=item * 35 36L<Data::Dumper> has been upgraded from version 2.151 to 2.151_01. 37 38Fixes CVE-2014-4330 by adding a configuration variable/option to limit 39recursion when dumping deep data structures. 40 41=item * 42 43L<Errno> has been upgraded from version 1.20_03 to 1.20_05. 44 45Warnings when building the XS on Windows with the Visual C++ compiler are now 46avoided. 47 48=item * 49 50L<feature> has been upgraded from version 1.36 to 1.36_01. 51 52The C<postderef> feature has now been documented. This feature was actually 53added in Perl 5.20.0 but was accidentally omitted from the feature 54documentation until now. 55 56=item * 57 58L<IO::Socket> has been upgraded from version 1.37 to 1.38. 59 60Document the limitations of the connected() method. 61L<[GH #14199]|https://github.com/Perl/perl5/issues/14199> 62 63=item * 64 65L<Module::CoreList> has been upgraded from version 5.020001 to 5.20150214. 66 67The list of Perl versions covered has been updated. 68 69=item * 70 71PathTools has been upgraded from version 3.48 to 3.48_01. 72 73A warning from the B<gcc> compiler is now avoided when building the XS. 74 75=item * 76 77L<PerlIO::scalar> has been upgraded from version 0.18 to 0.18_01. 78 79Reading from a position well past the end of the scalar now correctly returns 80end of file. 81L<[GH #14342]|https://github.com/Perl/perl5/issues/14342> 82 83Seeking to a negative position still fails, but no longer leaves the file 84position set to a negation location. 85 86C<eof()> on a C<PerlIO::scalar> handle now properly returns true when the file 87position is past the 2GB mark on 32-bit systems. 88 89=item * 90 91L<Storable> has been upgraded from version 2.49 to 2.49_01. 92 93Minor grammatical change to the documentation only. 94 95=item * 96 97L<VMS::DCLsym> has been upgraded from version 1.05 to 1.05_01. 98 99Minor formatting change to the documentation only. 100 101=item * 102 103L<VMS::Stdio> has been upgraded from version 2.4 to 2.41. 104 105Minor formatting change to the documentation only. 106 107=back 108 109=head1 Documentation 110 111=head2 New Documentation 112 113=head3 L<perlunicook> 114 115This document, by Tom Christiansen, provides examples of handling Unicode in 116Perl. 117 118=head2 Changes to Existing Documentation 119 120=head3 L<perlexperiment> 121 122=over 4 123 124=item * 125 126Added reference to subroutine signatures. This feature was actually added in 127Perl 5.20.0 but was accidentally omitted from the experimental feature 128documentation until now. 129 130=back 131 132=head3 L<perlpolicy> 133 134=over 4 135 136=item * 137 138The process whereby features may graduate from experimental status has now been 139formally documented. 140 141=back 142 143=head3 L<perlsyn> 144 145=over 4 146 147=item * 148 149An ambiguity in the documentation of the ellipsis statement has been corrected. 150L<[GH #14054]|https://github.com/Perl/perl5/issues/14054> 151 152=back 153 154=head1 Diagnostics 155 156The following additions or changes have been made to diagnostic output, 157including warnings and fatal error messages. For the complete list of 158diagnostic messages, see L<perldiag>. 159 160=head2 Changes to Existing Diagnostics 161 162=over 4 163 164=item * 165 166L<Bad symbol for scalar|perldiag/"Bad symbol for scalar"> is now documented. 167This error is not new, but was not previously documented here. 168 169=item * 170 171L<Missing right brace on \N{}|perldiag/"Missing right brace on \N{}"> is now 172documented. This error is not new, but was not previously documented here. 173 174=back 175 176=head1 Testing 177 178=over 4 179 180=item * 181 182The test script F<re/rt122747.t> has been added to verify that 183L<[GH #14081]|https://github.com/Perl/perl5/issues/14081> remains 184fixed. 185 186=back 187 188=head1 Platform Support 189 190=head2 Regained Platforms 191 192IRIX and Tru64 platforms are working again. (Some C<make test> failures 193remain.) 194 195=head1 Selected Bug Fixes 196 197=over 4 198 199=item * 200 201AIX now sets the length in C<< getsockopt >> correctly. 202L<[GH #13484]|https://github.com/Perl/perl5/issues/13484>, 203L<[cpan #91183]|https://rt.cpan.org/Ticket/Display.html?id=91183>, 204L<[cpan #85570]|https://rt.cpan.org/Ticket/Display.html?id=85570> 205 206=item * 207 208In Perl 5.20.0, C<$^N> accidentally had the internal UTF8 flag turned off if 209accessed from a code block within a regular expression, effectively 210UTF8-encoding the value. This has been fixed. 211L<[GH #14211]|https://github.com/Perl/perl5/issues/14211> 212 213=item * 214 215Various cases where the name of a sub is used (autoload, overloading, error 216messages) used to crash for lexical subs, but have been fixed. 217 218=item * 219 220An assertion failure when parsing C<sort> with debugging enabled has been 221fixed. 222L<[GH #14087]|https://github.com/Perl/perl5/issues/14087> 223 224=item * 225 226Loading UTF8 tables during a regular expression match could cause assertion 227failures under debugging builds if the previous match used the very same 228regular expression. 229L<[GH #14081]|https://github.com/Perl/perl5/issues/14081> 230 231=item * 232 233Due to a mistake in the string-copying logic, copying the value of a state 234variable could instead steal the value and undefine the variable. This bug, 235introduced in Perl 5.20, would happen mostly for long strings (1250 chars or 236more), but could happen for any strings under builds with copy-on-write 237disabled. 238L<[GH #14175]|https://github.com/Perl/perl5/issues/14175> 239 240=item * 241 242Fixed a bug that could cause perl to execute an infinite loop during 243compilation. 244L<[GH #14165]|https://github.com/Perl/perl5/issues/14165> 245 246=item * 247 248On Win32, restoring in a child pseudo-process a variable that was C<local()>ed 249in a parent pseudo-process before the C<fork> happened caused memory corruption 250and a crash in the child pseudo-process (and therefore OS process). 251L<[GH #8641]|https://github.com/Perl/perl5/issues/8641> 252 253=item * 254 255Tainted constants evaluated at compile time no longer cause unrelated 256statements to become tainted. 257L<[GH #14059]|https://github.com/Perl/perl5/issues/14059> 258 259=item * 260 261Calling C<write> on a format with a C<^**> field could produce a panic in 262sv_chop() if there were insufficient arguments or if the variable used to fill 263the field was empty. 264L<[GH #14255]|https://github.com/Perl/perl5/issues/14255> 265 266=item * 267 268In Perl 5.20.0, C<sort CORE::fake> where 'fake' is anything other than a 269keyword started chopping of the last 6 characters and treating the result as a 270sort sub name. The previous behaviour of treating "CORE::fake" as a sort sub 271name has been restored. 272L<[GH #14323]|https://github.com/Perl/perl5/issues/14323> 273 274=item * 275 276A bug in regular expression patterns that could lead to segfaults and other 277crashes has been fixed. This occurred only in patterns compiled with C<"/i">, 278while taking into account the current POSIX locale (this usually means they 279have to be compiled within the scope of C<S<"use locale">>), and there must be 280a string of at least 128 consecutive bytes to match. 281L<[GH #14389]|https://github.com/Perl/perl5/issues/14389> 282 283=item * 284 285C<qr/@array(?{block})/> no longer dies with "Bizarre copy of ARRAY". 286L<[GH #14292]|https://github.com/Perl/perl5/issues/14292> 287 288=item * 289 290C<gmtime> no longer crashes with not-a-number values. 291L<[GH #14365]|https://github.com/Perl/perl5/issues/14365> 292 293=item * 294 295Certain syntax errors in substitutions, such as C<< s/${<>{})// >>, would 296crash, and had done so since Perl 5.10. (In some cases the crash did not start 297happening until Perl 5.16.) The crash has, of course, been fixed. 298L<[GH #14391]|https://github.com/Perl/perl5/issues/14391> 299 300=item * 301 302A memory leak in some regular expressions, introduced in Perl 5.20.1, has been 303fixed. 304L<[GH #14236]|https://github.com/Perl/perl5/issues/14236> 305 306=item * 307 308C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> case in 309pp_formline() didn't set the pointer used to mark the chop position, which led 310to the C<FF_MORE> case crashing with a segmentation fault. This has been 311fixed. 312L<[GH #14388]|https://github.com/Perl/perl5/issues/14388> 313L<[GH #14425]|https://github.com/Perl/perl5/issues/14425> 314 315=item * 316 317A possible buffer overrun and crash when parsing a literal pattern during 318regular expression compilation has been fixed. 319L<[GH #14416]|https://github.com/Perl/perl5/issues/14416> 320 321=back 322 323=head1 Known Problems 324 325=over 4 326 327=item * 328 329It is a known bug that lexical subroutines cannot be used as the C<SUBNAME> 330argument to C<sort>. This will be fixed in a future version of Perl. 331 332=back 333 334=head1 Errata From Previous Releases 335 336=over 4 337 338=item * 339 340A regression has been fixed that was introduced in Perl 5.20.0 (fixed in Perl 3415.20.1 as well as here) in which a UTF-8 encoded regular expression pattern 342that contains a single ASCII lowercase letter does not match its uppercase 343counterpart. 344L<[GH #14051]|https://github.com/Perl/perl5/issues/14051> 345 346=back 347 348=head1 Acknowledgements 349 350Perl 5.20.2 represents approximately 5 months of development since Perl 5.20.1 351and contains approximately 6,300 lines of changes across 170 files from 34 352authors. 353 354Excluding auto-generated files, documentation and release tools, there were 355approximately 1,900 lines of changes to 80 .pm, .t, .c and .h files. 356 357Perl continues to flourish into its third decade thanks to a vibrant community 358of users and developers. The following people are known to have contributed 359the improvements that became Perl 5.20.2: 360 361Aaron Crane, Abigail, Andreas Voegele, Andy Dougherty, Anthony Heading, 362Aristotle Pagaltzis, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, 363Doug Bell, Ed J, Father Chrysostomos, Glenn D. Golden, H.Merijn Brand, Hugo van 364der Sanden, James E Keenan, Jarkko Hietaniemi, Jim Cromie, Karen Etheridge, 365Karl Williamson, kmx, Matthew Horsfall, Max Maischein, Peter Martini, Rafael 366Garcia-Suarez, Ricardo Signes, Shlomi Fish, Slaven Rezic, Steffen Müller, 367Steve Hay, Tadeusz Sośnierz, Tony Cook, Yves Orton, Ævar Arnfjörð 368Bjarmason. 369 370The list above is almost certainly incomplete as it is automatically generated 371from version control history. In particular, it does not include the names of 372the (very much appreciated) contributors who reported issues to the Perl bug 373tracker. 374 375Many of the changes included in this version originated in the CPAN modules 376included in Perl's core. We're grateful to the entire CPAN community for 377helping Perl to flourish. 378 379For a more complete list of all of Perl's historical contributors, please see 380the F<AUTHORS> file in the Perl source distribution. 381 382=head1 Reporting Bugs 383 384If you find what you think is a bug, you might check the articles recently 385posted to the comp.lang.perl.misc newsgroup and the perl bug database at 386https://rt.perl.org/ . There may also be information at http://www.perl.org/ , 387the Perl Home Page. 388 389If you believe you have an unreported bug, please run the L<perlbug> program 390included with your release. Be sure to trim your bug down to a tiny but 391sufficient test case. Your bug report, along with the output of C<perl -V>, 392will be sent off to perlbug@perl.org to be analysed by the Perl porting team. 393 394If the bug you are reporting has security implications, which make it 395inappropriate to send to a publicly archived mailing list, then please send it 396to perl5-security-report@perl.org. This points to a closed subscription 397unarchived mailing list, which includes all the core committers, who will be 398able to help assess the impact of issues, figure out a resolution, and help 399co-ordinate the release of patches to mitigate or fix the problem across all 400platforms on which Perl is supported. Please only use this address for 401security issues in the Perl core, not for modules independently distributed on 402CPAN. 403 404=head1 SEE ALSO 405 406The F<Changes> file for an explanation of how to view exhaustive details on 407what changed. 408 409The F<INSTALL> file for how to build Perl. 410 411The F<README> file for general stuff. 412 413The F<Artistic> and F<Copying> files for copyright information. 414 415=cut 416