In perl.git, the branch smoke-me/jhi/infnan has been created
<http://perl5.git.perl.org/perl.git/commitdiff/9db493665ef8e0c76795aa93c3c834858cd2aa39?hp=0000000000000000000000000000000000000000>
at 9db493665ef8e0c76795aa93c3c834858cd2aa39 (commit)
- Log -----------------------------------------------------------------
commit 9db493665ef8e0c76795aa93c3c834858cd2aa39
Author: Jarkko Hietaniemi <[email protected]>
Date: Mon Jan 26 22:20:04 2015 -0500
infnan: grok test fixes
M ext/XS-APItest/t/grok.t
commit f9c692fb59098d59ae33cbf4c28c438dbbf0aa51
Author: Jarkko Hietaniemi <[email protected]>
Date: Mon Jan 26 22:13:56 2015 -0500
infnan: grok_infnan now needs context.
M embed.fnc
M embed.h
M numeric.c
M proto.h
commit 60bf54e0adefceed148c5ca9b31906969904f874
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 266ddadfeef8c1d542900dff991df3c7f10ca937
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 6f75b702e08a67bbae5fb7b97b4c18097166fcd1
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 12e15ade0b2919fce19e110565d960a9993e8f4c
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 a3815db2d02892d68a5ac26b06da107af10f56a6
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 d1e14d2d8b6bfd40de75a7027d221b273b64c032
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 1c96f5458dd8c402e5847ec411472ff2e0a2b048
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 81ec27ba6d6f5a47623aa2e97ea87d193999360e
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