aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/internal
AgeCommit message (Collapse)Author
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
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-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener