strtok_r: Avoid triggering bug in AIX 7.1 xlc compiler.
[gnulib.git] / lib / isnan.c
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-10-28 Bruno HaibleAvoid a nearly redundant gcc warning.
2008-04-02 Bruno HaibleUse macros NaNf, NaNd, NaNl instead of NAN.
2008-04-01 Eric BlakeGuarantee a definition of NAN.
2008-02-07 Bruno HaibleFix bug introduced on 2008-01-26.
2007-12-11 Eric BlakeFix bug with -0.0L in previous patch.
2007-12-11 Eric BlakeDetect pseudo-denormals on x86 even when cross-compiling.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-06-06 Bruno HaibleRecognize non-IEEE numbers on i386, x86_64, ia64.
2007-05-19 Bruno HaibleWork around bugs in the system's isnanf on IRIX and...
2007-04-06 Bruno HaibleNew module 'isnanf-nolibm'.
2007-03-25 Bruno HaibleWork around DEC C 6.4 compiler bug.
2007-03-25 Bruno HaibleCorrect bitwise comparison of 'long double' numbers.
2007-03-11 Bruno HaibleWork around bug regarding initializers in SunPRO C...
2007-02-25 Bruno HaibleMerge isnan and isnanl into a single source file.
2007-02-24 Bruno HaibleNew module 'isnan-nolibm'.