summaryrefslogtreecommitdiff
path: root/tests/strtod-test.c
Commit message (Expand)AuthorAgeFilesLines
* Add a testcase for the previous fix.Matthias Clasen2004-11-261-0/+1
* Portability fixes and extra sanity checks. (#157453, Morten Welinder)Matthias Clasen2004-11-051-18/+42
* Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen2004-11-051-4/+21
* Improve error reporting.Matthias Clasen2004-10-261-3/+4
* Fix problems when a locale-specific decimal separator directly follows aMatthias Clasen2004-04-221-9/+14
* Fixed a bad pointer comparison in g_ascii_strtod that came up in fa_IRRoozbeh Pournader2003-11-261-1/+11
* Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi2002-07-041-0/+3
* Add g_strtod & co.Alex Larsson2001-10-241-0/+53