| Age | Commit message (Expand) | Author |
| 2014-05-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc i... | Jukka Jylänki |
| 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 atoi, atol and atoll for better asm.js perf... | Jukka Jylänki |
| 2014-02-06 | Add missing memcmp symbol declaration from previous commit. | Jukka Jylänki |
| 2014-02-06 | Add strcoll as well so that library.js does not need to depend on musl libc c... | Jukka Jylänki |
| 2014-02-06 | Add optimized versions of musl libc string and memory comparison functions. | Jukka Jylänki |
| 2014-01-14 | Expand aliases for strto*_l() to short functions. | Bruce Mitchener |
| 2014-01-14 | Move err/warn/etc from libc to libcextra. | Bruce Mitchener |
| 2014-01-14 | Replace getopt_long with musl version. | Bruce Mitchener |
| 2014-01-14 | Replace implementation of warn*/err*. | Bruce Mitchener |
| 2014-01-14 | Fix asm2 compilation where __toread was used. | Bruce Mitchener |
| 2014-01-14 | Move scalbn to libc to fix broken functionality. Disable test on x86. | Bruce Mitchener |
| 2014-01-14 | Add strtod(), wcstod(), wcstol() and friends. | Bruce Mitchener |
| 2014-01-13 | Update libcxx to current version. | Bruce Mitchener |
| 2013-06-17 | fix weak alias for warn | Anthony Pesch |
| 2013-04-27 | Flag malloc_usable_size as weak. | Bruce Mitchener |
| 2013-04-22 | Let libc.symbols use same symbol format as libcxx. | Bruce Mitchener |
| 2013-03-25 | Get exceptions working as they were before. | Bruce Mitchener |
| 2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener |
| 2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
| 2013-03-05 | Add support for getopt/getopt_long | manuels |
| 2013-02-23 | update libc symbols | Alon Zakai |
| 2013-01-09 | use musl memcpy instead of out handwritten js one | Alon Zakai |
| 2013-01-09 | rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3 | Alon Zakai |