Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc ↵ | Jukka Jylänki | |
instead of libcextra to avoid pulling libcextra in on common runs. | |||
2014-05-23 | Migrate to using musl libc sprintf family to gain compiled asm.js ↵ | Jukka Jylänki | |
performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc. | |||
2014-05-23 | Migrate to using musl libc sscanf to improve performance. Keep the existing ↵ | Jukka Jylänki | |
JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf. | |||
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai | |
2014-01-15 | remove musl use of fwritex1.8.13 | Alon Zakai | |
2014-01-14 | fix wprintf-related bug that bit fastcomp1.8.11 | Alon Zakai | |
2014-01-14 | Fix asm2 compilation where __toread was used. | Bruce Mitchener | |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai | |
2014-01-14 | Add 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-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener | |