test-strtod: allow compilation without -lm
[gnulib.git] / tests / test-strtod.c
2008-07-30 Eric Blaketest-strtod: allow compilation without -lm
2008-07-12 Ben PfaffRename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
2008-04-14 Jim Meyeringtest-strtod: fix typos: s/abs/fabs/
2008-04-12 Bruno HaibleFix link failure on Solaris 10/x86 with gcc.
2008-04-11 Bruno HaibleFlush the standard error stream before aborting.
2008-04-01 Eric BlakeFix typos.
2008-04-01 Eric BlakeFix typo.
2008-04-01 Eric BlakeFor now, cater to gnulib strtod inaccuracies.
2008-03-31 Bruno HaibleUpdate test results on OSF/1.
2008-03-31 Bruno HaibleConvert from C99 syntax to C89 syntax.
2008-03-31 Bruno HaibleAssume NaNs exist; don't test the NAN macro.
2008-03-31 Jim MeyeringDon't compare actual signbit return values.
2008-03-30 Bruno HaibleAdd info about many more platforms.
2008-03-30 Eric BlakeFix typo in last patch.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Eric BlakeMore strtod touchups.
2008-03-30 Eric BlakeAdd hex float support.
2008-03-30 Eric BlakeDocument various strtod bugs, with some fixes.