summaryrefslogtreecommitdiff
path: root/t/op/infnan.t
Commit message (Expand)AuthorAgeFilesLines
* infnan: in case NaN is broken by being zero, avoid dividing by itJarkko Hietaniemi2015-02-041-1/+6
* infnan: restore 'Infinity' since lln.t expects it.Jarkko Hietaniemi2015-01-281-1/+3
* infnan: allow (silently) trailing whitespace.Jarkko Hietaniemi2015-01-281-2/+8
* infnan: numify warning testing.Jarkko Hietaniemi2015-01-281-16/+66
* infnan: Simplify inf parsing.Jarkko Hietaniemi2015-01-281-5/+4
* infnan: More elaborate nan parsing for C99-y nan(...)Jarkko Hietaniemi2015-01-281-3/+1
* infnan: Allow 1.#INF00 and 1.#IND00Jarkko Hietaniemi2015-01-281-2/+2
* Make numifying "nanblah" warn, just like "345blah" does.Jarkko Hietaniemi2015-01-201-3/+27
* infnan: sprintf width and left-align.Jarkko Hietaniemi2015-01-201-0/+20
* Clarify test messages.Jarkko Hietaniemi2015-01-201-3/+3
* Test for nan range ends.Jarkko Hietaniemi2015-01-121-0/+8
* Test for inf range ends.Jarkko Hietaniemi2015-01-121-0/+8
* Explicitly test x infnan producing empty string.Jarkko Hietaniemi2015-01-121-0/+13
* Turn 9**9**9 skips into todos, and add os390 (z/OS).Jarkko Hietaniemi2014-12-081-8/+8
* Fix one test message, add two tests.Jarkko Hietaniemi2014-11-081-1/+3
* undef the temp variables between tests.Jarkko Hietaniemi2014-11-081-0/+10
* pack 'D' only if nvsize > doublesize.Jarkko Hietaniemi2014-11-051-1/+1
* Fix misparse of "Ind" as NaN (long story...) [perl #122843]Jarkko Hietaniemi2014-10-201-0/+9
* infnan: test overflows and underflows.Jarkko Hietaniemi2014-10-111-0/+14
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-1/+50
* infnan: more math tests, and make int(infnan) return infnan.Jarkko Hietaniemi2014-09-241-7/+64
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-231-149/+148
* The number to skip is the second argument to skip().Craig A. Berry2014-09-201-3/+3
* Revert "Revert "infnan: more tests.""Father Chrysostomos2014-09-201-4/+65
* Revert "infnan: more tests."Jarkko Hietaniemi2014-09-191-65/+4
* quadmath strtoflt128 accepts false infinities.Jarkko Hietaniemi2014-09-191-2/+6
* infnan: more tests.Jarkko Hietaniemi2014-09-181-4/+65
* Do not test inf/nan if utterly broken.Jarkko Hietaniemi2014-09-161-2/+2
* Document the IBM admission of weirdness of AIX long doubles.Jarkko Hietaniemi2014-09-081-0/+8
* HP-UX: more robust (10.X) and verbose test skippage.Jarkko Hietaniemi2014-09-011-4/+6
* HP-UX: 10.20 math functions don't generate infinities.Jarkko Hietaniemi2014-09-011-2/+14
* Couple more infnan tests.Jarkko Hietaniemi2014-08-311-2/+7
* pack c/C on inf/nan.Jarkko Hietaniemi2014-08-271-2/+11
* Make sprintf %c and chr() on inf/nan return the U+FFFD.Jarkko Hietaniemi2014-08-271-5/+22
* Detect false infinities.Jarkko Hietaniemi2014-08-261-1/+9
* printf inf/nan should be inf/nan.Jarkko Hietaniemi2014-08-261-4/+11
* Add more infnan tests.Jarkko Hietaniemi2014-08-261-3/+9
* More robust inf/nan recognition and generation.Jarkko Hietaniemi2014-08-241-26/+37
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Revert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."Jarkko Hietaniemi2014-08-231-6/+2
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Add inf/nan tests.Jarkko Hietaniemi2014-08-221-0/+101