In perl.git, the branch smoke-me/jhi/infnan has been created
<http://perl5.git.perl.org/perl.git/commitdiff/3914d9090951a17f205035a5dc0d9c85b43dfa64?hp=0000000000000000000000000000000000000000>
at 3914d9090951a17f205035a5dc0d9c85b43dfa64 (commit)
- Log -----------------------------------------------------------------
commit 3914d9090951a17f205035a5dc0d9c85b43dfa64
Author: Jarkko Hietaniemi <[email protected]>
Date: Sat Aug 30 23:13:27 2014 -0400
S_infnan_copy needs at most 5 bytes of output size.
M sv.c
commit f22e80d0489d8ed6f17181c1c2c8dc9a4d10de04
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 b3cd608742294590d181235928c92e2118ae4bbd
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