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

<http://perl5.git.perl.org/perl.git/commitdiff/24307c72bfbbc07c16b67865d9bb931237b87930?hp=0000000000000000000000000000000000000000>

        at  24307c72bfbbc07c16b67865d9bb931237b87930 (commit)

- Log -----------------------------------------------------------------
commit 24307c72bfbbc07c16b67865d9bb931237b87930
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jan 26 20:52:41 2015 -0500

    infnan: actually use grok_hex() for nan payload.
    
    And grok_bin() while we are at it.

M       numeric.c

commit 2499cec1c05f402f04538875cf9ada56f972ff95
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jan 26 19:36:25 2015 -0500

    infnan: Move grok_infnan before the grok_number.

M       numeric.c

commit bada6127dccff8cd7e33c90ab68b04309eb5bd36
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 21:08:13 2015 -0500

    infnan: mention the unusual semantics of "numeric".

M       pod/perldiag.pod

commit d6e8167123b1ad70ef9674119100aeb841dae99b
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 21:01:07 2015 -0500

    infnan: allow (silently) trailing whitespace.
    
    (Leading whitespace is handled in grok_number_flags.)

M       numeric.c
M       t/op/infnan.t

commit 27a1c96b3ee090ce07013e818cab404d722a14a7
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 18:36:18 2015 -0500

    infnan: numify warning testing.

M       sv.c
M       t/op/infnan.t

commit 92e97f7178504a540c9778f4429fc67061b8c794
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 12:27:44 2015 -0500

    infnan: Simplify inf parsing.
    
    Accept anything beginning with /^inf/i,
    but warn if there's trailing stuff.

M       numeric.c
M       t/op/infnan.t

commit 59520f16e9e4789ea7584d9bfe41763c128e6a42
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 12:19:03 2015 -0500

    infnan: More elaborate nan parsing for C99-y nan(...)

M       numeric.c
M       t/op/infnan.t

commit a46a721df9eefba275ce0ea57dd582cb027ba5e0
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sun Jan 25 09:42:19 2015 -0500

    infnan: Allow 1.#INF00 and 1.#IND00
    
    Windowese for inf and nan.  The exact number of trailing zeros seems
    to vary, maybe controlled by printf precision?  Or RTL dependent?

M       numeric.c
M       t/op/infnan.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to