In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/13adb056c2262d333a32ed705fd4906e95f9b08c?hp=af5e7be23d3defd25f478857ad1f2f2eaf2170bc>
- Log ----------------------------------------------------------------- commit 13adb056c2262d333a32ed705fd4906e95f9b08c Author: Steve Hay <steve.m....@googlemail.com> Date: Thu Nov 13 13:14:42 2014 +0000 perldelta for 890b5089ee ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8034df4..49d2125 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -346,6 +346,12 @@ opening C</dev/null>, which works the Win32 Perl's normal C<:unix> layer, was implemented for C<:win32>. L<[perl #122224]|https://rt.perl.org/Ticket/Display.html?id=122224> +=item * + +A new makefile option, C<USE_LONG_DOUBLE>, has been added to the Windows +dmake makefile for gcc builds only. Set this to "define" if you want perl to +use long doubles to give more accuracy and range for floating point numbers. + =back =head1 Internal Changes -- Perl5 Master Repository