summaryrefslogtreecommitdiff
path: root/tests/test-frexp.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* frexp, tests: work around ICC bug with -zeroEric Blake2010-11-041-5/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-14/+1
* tests: add signature checksEric Blake2009-12-241-1/+4
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-8/+8
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-011-1/+5
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-121-1/+1
* Fix compilation failure on AIX with xlc.Bruno Haible2008-04-131-0/+1
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
* Avoid some warnings from "gcc -Wshadow".Jim Meyering2008-04-031-0/+4
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-1/+2
* Guarantee a definition of NAN.Eric Blake2008-03-311-13/+1
* Rename isnan, applicable to 'double' only, to isnand.Bruno Haible2008-01-261-3/+3
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Better ASSERT macro.Bruno Haible2007-04-291-1/+11
* Test also the sign bit of zero results.Bruno Haible2007-04-061-0/+2
* Work around IRIX 6.5 cc compiler bug, which simplifies x != x to false.Bruno Haible2007-03-251-1/+3
* Work around a DEC C compiler bug.Bruno Haible2007-03-251-1/+13
* Tests for module 'frexp'.Bruno Haible2007-03-221-0/+185