summaryrefslogtreecommitdiff
path: root/tests/test-strtod.c
Commit message (Expand)AuthorAgeFilesLines
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-011-4/+8
* test-strtod: allow compilation without -lmEric Blake2008-07-301-2/+5
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-121-1/+1
* test-strtod: fix typos: s/abs/fabs/Jim Meyering2008-04-141-2/+2
* Fix link failure on Solaris 10/x86 with gcc.Bruno Haible2008-04-121-9/+11
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
* Fix typos.Eric Blake2008-04-011-3/+3
* Fix typo.Eric Blake2008-04-011-2/+2
* For now, cater to gnulib strtod inaccuracies.Eric Blake2008-04-011-2/+8
* Update test results on OSF/1.Bruno Haible2008-04-011-4/+4
* Convert from C99 syntax to C89 syntax.Bruno Haible2008-04-011-131/+196
* Assume NaNs exist; don't test the NAN macro.Bruno Haible2008-04-011-5/+5
* Don't compare actual signbit return values.Jim Meyering2008-03-311-8/+8
* Add info about many more platforms.Bruno Haible2008-03-311-70/+70
* Fix typo in last patch.Eric Blake2008-03-301-2/+2
* More strtod touchups.Eric Blake2008-03-301-6/+24
* Add hex float support.Eric Blake2008-03-291-3/+9
* Document various strtod bugs, with some fixes.Eric Blake2008-03-291-0/+822