about summary refs log tree commit diff
path: root/src/stdlib/strtod.c
Commit message (Expand)AuthorAgeFilesLines
* fix mismatched signatures for strtod_l familyRich Felker2021-12-091-7/+0
* fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker2018-09-151-4/+2
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* add _l versions of strtod family functions, purely as aliasesRich Felker2013-07-241-0/+8
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-3/+3
* fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker2012-04-191-5/+3
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-2/+4
* unify strtof/strtod/strtold wrappers and fix initial whitespace issueRich Felker2012-04-101-4/+21
* new floating point parser/converterRich Felker2012-04-101-1/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6