This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
infnan: Implement NaN payload APIs.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 2 Jun 2015 22:09:54 +0000 (18:09 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 12 Jun 2015 13:57:41 +0000 (09:57 -0400)
commit07bb61ac4e127de8c4d5c8a40adf7cd36baa6253
tree0326aa311dba0c71eabd3c85080e9249288ba336
parent453b60f134ff4079e06d0a4adde0c3f90b71fb2f
infnan: Implement NaN payload APIs.

Based on the latest ISO/IEC WG draft:
http://www.open-std.org/JTC1/sc22/wg14/www/docs/n1778.pdf
(section 14.10, pp 42,45-47).  There isn't yet an official C1X effort
(these weren't part of C11) so there's no C1X to refer to.
ext/POSIX/POSIX.xs
ext/POSIX/lib/POSIX.pm
ext/POSIX/lib/POSIX.pod
ext/POSIX/t/export.t
ext/POSIX/t/math.t