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