Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021年12月09日 | fix mismatched signatures for strtod_l family | Rich Felker | -7/+0 |
2018年09月15日 | fix undefined behavior in strto* via FILE buffer pointer abuse | Rich Felker | -4/+2 |
2018年09月12日 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
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.0 v0.5.0 | Rich Felker | -0/+6 |