aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/stdlib
AgeCommit message (Collapse)Author
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests.
2013-08-07Add fcvt, ecvt, gcvt functions.Bruce Mitchener