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

<http://perl5.git.perl.org/perl.git/commitdiff/9cbdf76bfa03b535a642a734bc173718bb9bef3e?hp=0000000000000000000000000000000000000000>

        at  9cbdf76bfa03b535a642a734bc173718bb9bef3e (commit)

- Log -----------------------------------------------------------------
commit 9cbdf76bfa03b535a642a734bc173718bb9bef3e
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 a2b39d0d453e46c967516149bc722046dd8d7aa2
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Jun 4 08:09:49 2015 -0400

    infnan: Notes on the nan payload.

M       perl.h

commit 612173bf4a095d23c8d76916879b7b3a1f0c5386
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 cbd51454249d099e0a5daafa0be4fb0947929d98
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 8f94a0d9eb602f1625a5fd4cba374f89fce99f69
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 d9ba742ca07d007698ef4136ca903b5423b2257d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Feb 27 17:17:48 2015 -0500

    infnan: introduce NV_NAN_PAYLOAD_BITS

M       perl.h

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

    infnan: win32 inf/nan
    
    (or, any platform which defines its own NV_INF/NV_NAN)

M       perl.h

commit c17cbf6912b5d773ef55ecca44f8592ece1c1d44
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 e7c443d26fbb70b1c9f1838b2758f2ae1cef6abe
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 aa556b32b638be1124c7fe5e777aff621cd55f12
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 d971cc092287745b7cc31e1c4c47787e5d74e3a4
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 bd9049ba34c7c09f2816116aeda497d65d222283
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 9f84ce35e453054941855636510b7153f60dc87e
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 be1f91f66fcc6c2d8e79670ba263341e152d9cd9
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