aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/stdio
AgeCommit message (Expand)Author
2014-05-23Migrate snprintf to musl. Move the most common sprintf-related code to libc i...Jukka Jylänki
2014-05-23Migrate to using musl libc sprintf family to gain compiled asm.js performance...Jukka Jylänki
2014-05-23Migrate to using musl libc sscanf to improve performance. Keep the existing J...Jukka Jylänki
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-15remove musl use of fwritex1.8.13Alon Zakai
2014-01-14fix wprintf-related bug that bit fastcomp1.8.11Alon Zakai
2014-01-14Fix asm2 compilation where __toread was used.Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener