Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | Migrate is*, to* and stro* to use musl libc. | Jukka Jylänki | |
2014-03-28 | Migrate to using musl 0.9.13 libc qsort for better asm.js performance. | Jukka Jylänki | |
2014-03-28 | Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js ↵ | Jukka Jylänki | |
performance. | |||
2014-03-28 | Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled ↵ | Jukka Jylänki | |
asm.js performance in the algorithm. | |||
2014-01-14 | Expand aliases for strto*_l() to short functions. | Bruce Mitchener | |
This removes warnings about incompatible pointer types in asm2 mode. | |||
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-08-07 | Add fcvt, ecvt, gcvt functions. | Bruce Mitchener | |