In perl.git, the branch smoke-me/jhi/infnan has been created
<http://perl5.git.perl.org/perl.git/commitdiff/dff901191b9293e741e29028866651c250be6c3f?hp=0000000000000000000000000000000000000000>
at dff901191b9293e741e29028866651c250be6c3f (commit)
- Log -----------------------------------------------------------------
commit dff901191b9293e741e29028866651c250be6c3f
Author: Jarkko Hietaniemi <[email protected]>
Date: Sat Aug 30 21:14:12 2014 -0400
Do not test sin/cos at [+-]pi, either.
With AIX and long doubles you may not get exactly the approximation
of pi you were thinking of. "This is not the pi you are looking for".
M t/op/exp.t
commit ffa4a5945b8024ec5bcb8df15c4dc596989b100e
Author: Jarkko Hietaniemi <[email protected]>
Date: Sat Aug 30 21:11:30 2014 -0400
Avoid using function pointers for math functions.
Otherwise AIX with long double has issues, see perl #122571. AIX has
some rather intricate arrangement of symbols and macros. Also, it is
okay to use two switches instead of just one.
M pp.c
-----------------------------------------------------------------------
--
Perl5 Master Repository