summaryrefslogtreecommitdiff
path: root/src/stdlib/strtod.c
AgeCommit message (Expand)AuthorLines
2018-09-15fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker-4/+2
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2013-07-24add _l versions of strtod family functions, purely as aliasesRich Felker-0/+8
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-3/+3
2012-04-19fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker-5/+3
2012-04-10add "scan helper getc" and rework strtod, etc. to use itRich Felker-2/+4
2012-04-10unify strtof/strtod/strtold wrappers and fix initial whitespace issueRich Felker-4/+21
2012-04-10new floating point parser/converterRich Felker-1/+10
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+6