This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
better handle freeing of code blocks in /(?{...})/
[perl5.git] / t / op / hexfp.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-08-14 Jarkko HietaniemiFollow-up on a149d118.
2016-08-14 Jarkko Hietaniemi[perl #128919] limited exponent range in hex fp literal...
2016-01-27 Jarkko Hietaniemi[perl #127183] Non-canonical hexadecimal floats are...
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-09-18 Jarkko HietaniemiMake certain we have the top-level "lib" in @INC.
2014-08-26 Jarkko HietaniemiAvoid useless warning, remove debug code.
2014-08-14 Jarkko HietaniemiHexadecimal float literals, for perl #122219