summaryrefslogtreecommitdiff
path: root/t/op/hexfp.t
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow with 32-bit ints in hexfp.t.Craig A. Berry2017-12-071-3/+3
* Let 'skip' do the skipping in op/hexfp.tDagfinn Ilmari Mannsåker2017-12-061-78/+76
* Fix skip count for 64-bit NV-specific testsDagfinn Ilmari Mannsåker2017-12-061-1/+1
* limit digits based on radix for oct/bin fpTony Cook2017-12-061-1/+15
* avoid negative shift in scan_num()Zefram2017-12-061-1/+11
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-2/+1
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Follow-up on a149d118.Jarkko Hietaniemi2016-08-141-2/+5
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2016-08-131-1/+11
* [perl #127183] Non-canonical hexadecimal floats are parsed prematurelyJarkko Hietaniemi2016-01-271-1/+21
* perl #126586 hexfp may lose 1-3 low order bits (most often, 1)Jarkko Hietaniemi2015-11-071-2/+32
* perl #126582 hexfp overflow drops hi-order bitsJarkko Hietaniemi2015-11-071-2/+20
* In tests, 'use strict' etc after the @INC manipulation.Jarkko Hietaniemi2014-11-021-4/+4
* Test preamble: explicit @INC, instead of unshift.Jarkko Hietaniemi2014-10-081-1/+1
* Make certain we have the top-level "lib" in @INC.Jarkko Hietaniemi2014-09-181-0/+1
* Avoid useless warning, remove debug code.Jarkko Hietaniemi2014-08-261-8/+7
* Hexadecimal float literals, for perl #122219Jarkko Hietaniemi2014-08-131-0/+180