summaryrefslogtreecommitdiff
path: root/tests/test-strtod.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* strtod, strtold tests: Simplify tests.Bruno Haible2019-02-011-8/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-17/+17
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* 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-8/+5
* strtod: work around IRIX 6.5 bugEric Blake2010-09-081-0/+30
* strtod: next round of AIX fixesEric Blake2010-07-301-0/+41
* strtod: fix bug in replacement function on AIXEric Blake2010-07-301-15/+15
* maint: normalize copyright noticesJim Meyering2010-01-271-1/+1
* Fix copyright statement.Simon Josefsson2010-01-271-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-13/+1
* tests: add signature checksEric Blake2009-12-241-0/+3
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-80/+80
* tests: avoid several compiler warningsEric Blake2009-10-221-2/+2
* 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