In perl.git, the branch smoke-me/jhi/infnan has been created

<http://perl5.git.perl.org/perl.git/commitdiff/3ecc722ddd9859c9d29849fb9b83af2023f92cdd?hp=0000000000000000000000000000000000000000>

        at  3ecc722ddd9859c9d29849fb9b83af2023f92cdd (commit)

- Log -----------------------------------------------------------------
commit 3ecc722ddd9859c9d29849fb9b83af2023f92cdd
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jun 8 21:47:26 2015 -0400

    infnan: Make the payload debug define-controlled.

M       ext/POSIX/POSIX.xs

commit d13fe1d7ba31380ae141c36c037a035c24c2429d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Tue Jun 2 18:09:54 2015 -0400

    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 46-47).  There isn't yet an official C1X effort
    (these weren't part of C11) so there's no C1X to refer.

M       ext/POSIX/POSIX.xs
M       ext/POSIX/lib/POSIX.pm
M       ext/POSIX/lib/POSIX.pod
M       ext/POSIX/t/export.t
M       ext/POSIX/t/math.t

commit b2487fadeaf0f91c67c9aff7184dca7959654f3d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Jun 4 08:09:49 2015 -0400

    infnan: Notes on the nan payload.

M       perl.h

commit d413a3ecd5eda8ed6aa5c3fb29638dd21abc77f3
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Mar 1 16:19:13 2015 -0500

    infnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERM
    
    MASK: how to mask the nan payload bytes
    PERM: how to order the nan payload bytes (0x0 = LSB)

M       perl.h

commit 2c45ffb2c4d8a3026a1c205d5953df50cbc0e1a6
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Mar 1 20:16:02 2015 -0500

    infnan: move the mantbits definitions from perl.h to Configure
    
    (this way they will be available via %Config)

M       Configure
M       Cross/config.sh-arm-linux
M       NetWare/config.wc
M       Porting/Glossary
M       Porting/config.sh
M       config_h.SH
M       configure.com
M       perl.h
M       plan9/config_sh.sample
M       symbian/config.sh
M       uconfig.sh
M       uconfig64.sh
M       win32/config.ce
M       win32/config.gc
M       win32/config.vc

commit c092218a00cbd0b3378d97cd9de2e9d73cf67d68
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Feb 28 13:04:38 2015 -0500

    infnan: macros for testing and setting nan quiet/signaling

M       perl.h

commit 913f49af7c97fa404f629219b65bbb5859a2c3ca
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Feb 27 17:17:48 2015 -0500

    infnan: introduce NV_NAN_PAYLOAD_BITS

M       perl.h

commit b5c9e1be841a6b1dce38146659e3c71f5854f97e
Author: Jarkko Hietaniemi <[email protected]>
Date:   Tue Jun 9 07:52:00 2015 -0400

    infnan: win32 compile-time inf/nan

M       perl.h
M       win32/win32.h

commit db10543bfa1af1b024aa91c9c35678ba8c361815
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Jun 6 08:31:45 2015 -0400

    infnan: quadmath fixes for compile-time inf/nan

M       perl.h

commit 891122fdd1e7a5e736bb29da560d55c0d92700c7
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Mar 12 08:17:16 2015 -0400

    infnan: assume quadmath endianness equals native double endianness

M       perl.h

commit 2a6e1a386fc375eab23de35a51f3f969ce558827
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Feb 27 16:57:52 2015 -0500

    infnan: introduce NV_MANT_BITS
    
    (the real bits, not including possible implicit bit)

M       perl.h

commit ce53a188526b04ae1745cd6ea21d205399681074
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Feb 26 20:26:22 2015 -0500

    infnan: new logic for NV_INF and NV_NAN

M       perl.h

commit 922af8f81bff2051d6d183e29c8cf92e77509c70
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Feb 26 20:20:41 2015 -0500

    infnan: add const PL_inf and PL_nan
    
    Dual nature: .nv has the NV, .u8 has the bytes.

M       globvar.sym
M       perl.h

commit 5c3210e9adb252b4d51a96677db2ac3639a0e9f0
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Feb 28 10:16:47 2015 -0500

    infnan: Configure scan for fp mantissa bytes

M       Configure
M       Cross/config.sh-arm-linux
M       NetWare/config.wc
M       Porting/Glossary
M       Porting/config.sh
M       config_h.SH
M       configure.com
M       plan9/config_sh.sample
M       symbian/config.sh
M       uconfig.sh
M       uconfig64.sh
M       win32/config.ce
M       win32/config.gc
M       win32/config.vc

commit 5ab0cf77c19542f59b263433a0ddf53300218cb6
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Feb 28 10:23:06 2015 -0500

    infnan: Configure scan for infnan bytes

M       Configure
M       Cross/config.sh-arm-linux
M       NetWare/config.wc
M       Porting/Glossary
M       Porting/config.sh
M       config_h.SH
M       configure.com
M       plan9/config_sh.sample
M       symbian/config.sh
M       uconfig.h
M       uconfig.sh
M       uconfig64.sh
M       win32/config.ce
M       win32/config.gc
M       win32/config.vc
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to