summaryrefslogtreecommitdiff
path: root/lib/isnan.c
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-3/+3
* Avoid a nearly redundant gcc warning.Bruno Haible2009-10-281-1/+13
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-2/+2
* Guarantee a definition of NAN.Eric Blake2008-03-311-2/+2
* Fix bug introduced on 2008-01-26.Bruno Haible2008-02-071-2/+2
* Fix bug with -0.0L in previous patch.Eric Blake2007-12-111-1/+3
* Detect pseudo-denormals on x86 even when cross-compiling.Eric Blake2007-12-111-1/+13
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Recognize non-IEEE numbers on i386, x86_64, ia64.Bruno Haible2007-06-061-3/+36
* Work around bugs in the system's isnanf on IRIX and Solaris.Bruno Haible2007-05-191-2/+3
* New module 'isnanf-nolibm'.Bruno Haible2007-04-061-1/+13
* Work around DEC C 6.4 compiler bug.Bruno Haible2007-03-251-2/+5
* Correct bitwise comparison of 'long double' numbers.Bruno Haible2007-03-251-2/+6
* Work around bug regarding initializers in SunPRO C and Compaq C compilers.Bruno Haible2007-03-111-11/+22
* Merge isnan and isnanl into a single source file.Bruno Haible2007-02-251-13/+36
* New module 'isnan-nolibm'.Bruno Haible2007-02-241-0/+61