In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9a10913bc567c79302e241ca82c99909c5cb022a?hp=ab462c7d2da3570ffe26e717642be96cccef8b23>
- Log ----------------------------------------------------------------- commit 9a10913bc567c79302e241ca82c99909c5cb022a Author: Tony Cook <[email protected]> Date: Wed Apr 20 10:39:00 2016 +1000 perldelta for ab462c7d2d ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ef1cc4d..c73074e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1197,6 +1197,13 @@ You can now build perl with MSVC++ on Win32 using GNU Make. [perl #126632] The Win32 miniperl now has a real C<getcwd> which increases build performance resulting in C<getcwd()> being 605x faster in Win32 miniperl. +=item * + +Configure now takes C<-Dusequadmath> into account when calculating the +C<alignbytes> configuration variable. Previously the mis-calculated +C<alignbytes> could cause alignment errors on debugging builds. [perl +#127894] + =back =head1 Testing -- Perl5 Master Repository
