=encoding utf8 =head1 NAME perl5354delta - what is new for perl v5.35.4 =head1 DESCRIPTION This document describes differences between the 5.35.3 release and the 5.35.4 release. If you are upgrading from an earlier release such as 5.35.2, first read L, which describes differences between 5.35.2 and 5.35.3. =head1 Core Enhancements =head2 C blocks This release adds support for C blocks, which are blocks of code prefixed by the C modifier. They provide a section of code which runs at a later time, during scope exit. For more information, see L. =head2 Unicode 14.0 is supported See L for details. =head2 SIGFPE no longer deferred Floating-point exceptions are now delivered immediately, in the same way as other "fault"-like signals such as SIGSEGV. This means one has at least a chance to catch such a signal with a C<$SIG{FPE}> handler, e.g. so that C can report the line in perl that triggered it. =head2 Stable boolean tracking The "true" and "false" boolean values, often accessed by constructions like C and C, as well as being returned from many core functions and operators, now remember their boolean nature even through assignment into variables. The new function C in L can check whether a value has boolean nature. This is likely to be useful when interoperating with other languages or data-type serialisation, among other places. =head1 Incompatible Changes There are no changes intentionally incompatible with 5.35.3. If any exist, they are bugs, and we request that you submit a report. See L below. =head1 Performance Enhancements =over 4 =item * We now probe for compiler support for C11 thread local storage, and where available use this for "implicit context" for XS extensions making API calls for a threaded Perl build. This requires fewer function calls at the C level than POSIX thread specific storage. We continue to use the the pthreads approach if the C11 approach is not available. F run with the defaults will build an unthreaded Perl (which is slightly faster), but most operating systems ship a threaded Perl. =back =head1 Modules and Pragmata =head2 Updated Modules and Pragmata =over 4 =item * L has been upgraded from version 0.33 to 0.34. =item * L has been upgraded from version 1.82 to 1.83. =item * L has been upgraded from version 1.57 to 1.58. =item * L has been upgraded from version 1.31 to 1.32. =item * L has been upgraded from version 5.76 to 5.77. =item * L has been upgraded from version 3.43 to 3.44. =item * L has been upgraded from version 3.43 to 3.44. =item * L has been upgraded from version 1.67 to 1.68. =item * L has been upgraded from version 1.22 to 1.23. =item * L has been upgraded from version 1.47 to 1.48. =item * L has been upgraded from version 5.20210820 to 5.20210920. =item * L has been upgraded from version 1.25_001 to 1.26. =item * L has been upgraded from version 1.53 to 1.54. =item * L has been upgraded from version 1.32 to 1.33. =item * L has been upgraded from version 1.56 to 1.56_001. =item * L has been upgraded from version 3.24 to 3.25. =item * L has been upgraded from version 2021.0804 to 2021.0814. =item * L has been upgraded from version 2021.0804 to 2021.0814. =item * L has been upgraded from version 1.63 to 1.64. =item * L has been upgraded from version 1.30 to 1.31. Experimental support for EBCDIC has been added. =item * L has been upgraded from version 0.77 to 0.78. =item * L has been upgraded from version 1.13 to 1.14. =item * L has been upgraded from version 1.53 to 1.54. =item * L has been upgraded from version 1.18 to 1.19. =item * L has been upgraded from version 0.18 to 0.19. =back =head1 Documentation =head2 Changes to Existing Documentation We have attempted to update the documentation to reflect the changes listed in this document. If you find any we have missed, open an issue at L. Additionally, the following selected changes have been made: =head3 L =over 4 =item * Updated to discourage the use of the /d regexp modifier. =back =head1 Diagnostics The following additions or changes have been made to diagnostic output, including warnings and fatal error messages. For the complete list of diagnostic messages, see L. =head2 New Diagnostics =head3 New Errors =over 4 =item * L (F) An attempt was made to jump out of the scope of a defer block by using a control-flow statement such as C, C or a loop control. This is not permitted. =back =head3 New Warnings =over 4 =item * L (S experimental::defer) The C block modifier is experimental. If you want to use the feature, disable the warning with C, but know that in doing so you are taking the risk that your code may break in a future Perl version. =back =head2 Changes to Existing Diagnostics =over 4 =item "unexpected constant lvalue entersub entry via type/targ %d:%d" now has a panic prefix This makes it consistent with other checks of internal consistency when compiling a subroutine. =item Removed a number of diagnostics Commit 6a3871b339 removes many diagnostics that have been removed from the perl core across many years. =back =head2 Platform-Specific Notes =over 4 =item C on VMS returns consistent results On VMS entries in the C<%ENV> hash are loaded from the OS environment on first access, hence the first iteration of C<%ENV> requires the entire environment to be scanned to find all possible keys. This initialisation had always been done correctly for full iteration, but previously was not happening for C<%ENV> in scalar context, meaning that C would return 0 if called before any other C<%ENV> access, or would only return the count of keys accessed if there had been no iteration. These bugs are now fixed - C<%ENV> and C in scalar context now return the correct result - the count of all keys in the environment. =back =head1 Internal Changes =over 4 =item * C has been deleted. This has been marked as deprecated since v5.14.0 (released in 2011), and is not used by any code on CPAN. =item * Added new boolean macros and functions. See L for related information and L for documentation. =over 4 =item * sv_setbool =item * sv_setbool_mg =item * SvIsBOOL =back =item * Added 4 missing functions for dealing with RVs: =over 4 =item * sv_setrv_noinc =item * sv_setrv_noinc_mg =item * sv_setrv_inc =item * sv_setrv_inc_mg =back =item * C's two failure modes now provide distinct messages. =back =head1 Acknowledgements Perl 5.35.4 represents approximately 4 weeks of development since Perl 5.35.3 and contains approximately 64,000 lines of changes across 540 files from 19 authors. Excluding auto-generated files, documentation and release tools, there were approximately 49,000 lines of changes to 310 .pm, .t, .c and .h files. Perl continues to flourish into its fourth decade thanks to a vibrant community of users and developers. The following people are known to have contributed the improvements that became Perl 5.35.4: Aristotle Pagaltzis, Chris 'BinGOs' Williams, Dagfinn Ilmari Mannsåker, Dan Book, David Mitchell, Felipe Gasper, Hugo van der Sanden, James E Keenan, Karen Etheridge, Karl Williamson, Matthew Horsfall, Nicholas Clark, Paul Evans, Richard Leach, TAKAI Kousuke, Todd Rinaldo, Tomasz Konojacki, Tomoyuki Sadahiro, Tony Cook, Unicode Consortium. The list above is almost certainly incomplete as it is automatically generated from version control history. In particular, it does not include the names of the (very much appreciated) contributors who reported issues to the Perl bug tracker. Many of the changes included in this version originated in the CPAN modules included in Perl's core. We're grateful to the entire CPAN community for helping Perl to flourish. For a more complete list of all of Perl's historical contributors, please see the F file in the Perl source distribution. =head1 Reporting Bugs If you find what you think is a bug, you might check the perl bug database at L. There may also be information at L, the Perl Home Page. If you believe you have an unreported bug, please open an issue at L. Be sure to trim your bug down to a tiny but sufficient test case. If the bug you are reporting has security implications which make it inappropriate to send to a public issue tracker, then see L for details of how to report the issue. =head1 Give Thanks If you wish to thank the Perl 5 Porters for the work we had done in Perl 5, you can do so by running the C program: perlthanks This will send an email to the Perl 5 Porters list with your show of thanks. =head1 SEE ALSO The F file for an explanation of how to view exhaustive details on what changed. The F file for how to build Perl. The F file for general stuff. The F and F files for copyright information. =cut