This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid premature free of referent in list assign
[perl5.git] / t / op / infnan.t
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
2015-02-10 Jarkko Hietaniemiinfnan: "nan(1)cy" should numify to $NaN, but also...
2015-02-09 Jarkko Hietaniemiinfnan: test nan payload input/output
2015-02-09 Jarkko Hietaniemiinfnan: the x86 80-bit extended precision is special
2015-02-04 Jarkko Hietaniemiinfnan: in case NaN is broken by being zero, avoid...
2015-01-28 Jarkko Hietaniemiinfnan: restore 'Infinity' since lln.t expects it.
2015-01-28 Jarkko Hietaniemiinfnan: allow (silently) trailing whitespace.
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-28 Jarkko Hietaniemiinfnan: Simplify inf parsing.
2015-01-28 Jarkko Hietaniemiinfnan: More elaborate nan parsing for C99-y nan(...)
2015-01-28 Jarkko Hietaniemiinfnan: Allow 1.#INF00 and 1.#IND00
2015-01-20 Jarkko HietaniemiMake numifying "nanblah" warn, just like "345blah"...
2015-01-20 Jarkko Hietaniemiinfnan: sprintf width and left-align.
2015-01-20 Jarkko HietaniemiClarify test messages.
2015-01-12 Jarkko HietaniemiTest for nan range ends.
2015-01-12 Jarkko HietaniemiTest for inf range ends.
2015-01-12 Jarkko HietaniemiExplicitly test x infnan producing empty string.
2014-12-08 Jarkko HietaniemiTurn 9**9**9 skips into todos, and add os390 (z/OS).
2014-11-08 Jarkko HietaniemiFix one test message, add two tests.
2014-11-08 Jarkko Hietaniemiundef the temp variables between tests.
2014-11-05 Jarkko Hietaniemipack 'D' only if nvsize > doublesize.
2014-10-20 Jarkko HietaniemiFix misparse of "Ind" as NaN (long story...) [perl...
2014-10-11 Jarkko Hietaniemiinfnan: test overflows and underflows.
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-24 Jarkko Hietaniemiinfnan: more math tests, and make int(infnan) return...
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-20 Craig A. BerryThe number to skip is the second argument to skip().
2014-09-20 Father ChrysostomosRevert "Revert "infnan: more tests.""
2014-09-20 Jarkko HietaniemiRevert "infnan: more tests."
2014-09-19 Jarkko Hietaniemiquadmath strtoflt128 accepts false infinities.
2014-09-19 Jarkko Hietaniemiinfnan: more tests.
2014-09-16 Jarkko HietaniemiDo not test inf/nan if utterly broken.
2014-09-08 Jarkko HietaniemiDocument the IBM admission of weirdness of AIX long...
2014-09-01 Jarkko HietaniemiHP-UX: more robust (10.X) and verbose test skippage.
2014-09-01 Jarkko HietaniemiHP-UX: 10.20 math functions don't generate infinities.
2014-08-31 Jarkko HietaniemiCouple more infnan tests.
2014-08-27 Jarkko Hietaniemipack c/C on inf/nan.
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-26 Jarkko HietaniemiDetect false infinities.
2014-08-26 Jarkko Hietaniemiprintf inf/nan should be inf/nan.
2014-08-26 Jarkko HietaniemiAdd more infnan tests.
2014-08-25 Jarkko HietaniemiMore robust inf/nan recognition and generation.
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-23 Jarkko HietaniemiRevert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-22 Jarkko HietaniemiAdd inf/nan tests.