| 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-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 ↵ | Jukka Jylänki | |
| performance. | |||
| 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 ↵ | Jukka Jylänki | |
| code. | |||
| 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 | |
| This removes warnings about incompatible pointer types in asm2 mode. | |||
| 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 | |
| This eliminates a large number of warnings about incompatible function pointer casts when compiling for asm.js. | |||
| 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 | |
| This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests. | |||
| 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 | |
| This makes it match the other malloc symbols. | |||
| 2013-04-22 | Let libc.symbols use same symbol format as libcxx. | Bruce Mitchener | |
| This is just the output of 'llvm-nm -extern-only -defined-only'. | |||
| 2013-03-25 | Get exceptions working as they were before. | Bruce Mitchener | |
| This no longer uses headers from libcxxabi and in fact uses libcxxabi a bit less than before. This no longer lets some new C++11 stuff such as exception_ptr work as the support for that relies upon libcxxabi code. | |||
| 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 | |
| side, this can fix double precision bug in original strtod implementation. | |||
| 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 | |
