Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013-07-24 | add _l versions of strtod family functions, purely as aliases | Rich Felker | -0/+8 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -3/+3 |
2012-04-19 | fix really bad breakage in strtol, etc.: failure to accept leading spaces | Rich Felker | -5/+3 |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | -2/+4 |
2012-04-10 | unify strtof/strtod/strtold wrappers and fix initial whitespace issue | Rich Felker | -4/+21 |
2012-04-10 | new floating point parser/converter | Rich Felker | -1/+10 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+6 |