aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-strtod6.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan1-1/+1
This patch changes strtod* tests to use strfrom* functions.
2016-05-23Refactor tst-strtod6.cPaul E. Murphy1-65/+34
Use the type-generic macros in tst-strtod.h to simplify this test case and enable extension to future variants of this functions.
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge1-2/+22
2013-04-05More tests for external charater sequences representing NaNs.Thomas Schwinge1-0/+15
2008-03-08[BZ #5774]Ulrich Drepper1-0/+53
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace on NAN(...) sequence. * stdlib/Makefile (tests): Add tst-strtod6. * stdlib/tst-strtod6.c: New file. * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.