In perl.git, the branch smoke-me/jhi/infnan has been created
<http://perl5.git.perl.org/perl.git/commitdiff/b4d88fe4a837c5b74fb03084cd0b97ae60c67627?hp=0000000000000000000000000000000000000000>
at b4d88fe4a837c5b74fb03084cd0b97ae60c67627 (commit)
- Log -----------------------------------------------------------------
commit b4d88fe4a837c5b74fb03084cd0b97ae60c67627
Author: Jarkko Hietaniemi <[email protected]>
Date: Tue Jan 27 09:40:03 2015 -0500
infnan: restore 'Infinity' since lln.t expects it.
M numeric.c
M t/op/infnan.t
commit 4916dba4ddb12f1c2b8c37a9f62b91997e7505d7
Author: Jarkko Hietaniemi <[email protected]>
Date: Tue Jan 27 09:11:39 2015 -0500
infnan: if trailing, failure from looks_like_number()
M sv.c
commit 45b76e266dc0e9564b2a6971278129a5f133aedd
Author: Jarkko Hietaniemi <[email protected]>
Date: Tue Jan 27 08:32:39 2015 -0500
infnan: comment tweaks
M numeric.c
commit 3b890cc45cae1b00d63496a865731d4905122fd3
Author: Jarkko Hietaniemi <[email protected]>
Date: Mon Jan 26 22:20:04 2015 -0500
infnan: grok flag expectation fixes
M ext/XS-APItest/t/grok.t
commit d9b99584073afc5aae56676ea8e52a399774ffa1
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 dc3d8b451acd4d87d8837e65401576834a6426e1
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 09f757e93f1a5ef6ef3fdf2bd649718679ded7e8
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 ec2b972ec402cb72b38ad760cf7c06199066a98c
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 21de08f60cc60a266769fcf291389ac21a35940e
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 b4fb3932896128ad20b06daeae7e349812614010
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 0884174137ecc5d7f01a0111936d59872761e1e1
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 a1171536309e0fabb88820a9421b32ee7116ff48
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 11fcc448dfc900fda6f4557a25865c583240f99f
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