aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl
AgeCommit message (Expand)Author
2014-02-06Revert strcmp.c to musl v0.9.13 so that the versions in this pull request mat...Jukka Jylänki
2014-02-06Add strcoll as well so that library.js does not need to depend on musl libc c...Jukka Jylänki
2014-02-06Add optimized versions of musl libc string and memory comparison functions.Jukka Jylänki
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
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-15Fill in undefined math symbols.Bruce Mitchener
2014-01-14fix wprintf-related bug that bit fastcomp1.8.11Alon Zakai
2014-01-14Expand aliases for strto*_l() to short functions.Bruce Mitchener
2014-01-14Replace getopt_long with musl version.Bruce Mitchener
2014-01-14Replace implementation of warn*/err*.Bruce Mitchener
2014-01-14Fix asm2 compilation where __toread was used.Bruce Mitchener
2014-01-14Note change in signgam implementation from upstream.Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Make lgamma and friends work, add test.Bruce Mitchener
2014-01-14Add gamma functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13Missing string.h functionality.Bruce Mitchener
2013-11-02regex implementation from musl.Bruce Mitchener
2013-09-26Add iconv from musl.Bruce Mitchener
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-24Mark __assert_fail as _Noreturn.Bruce Mitchener
2013-09-13Don't define _POSIX_SHARED_MEMORY_OBJECTS.Bruce Mitchener
2013-09-13Update to musl-0.9.13 headers.Bruce Mitchener
2013-09-13Correctly note musl provenance and differences.Bruce Mitchener
2013-08-07Add fcvt, ecvt, gcvt functions.Bruce Mitchener
2013-04-29[libcextra] Add wcwidth, wcswidth.Bruce Mitchener
2013-04-29[libcextra] wctrans and friends.Bruce Mitchener
2013-04-29[libcextra] add isw* classification functions.Bruce Mitchener
2013-04-23Add a readme giving the date / revision of these sources.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Remove unused file.Bruce Mitchener
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai