aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc
AgeCommit message (Expand)Author
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-06-17fix weak alias for warnAnthony Pesch
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-03-22Don't infinitely recurse in strtof().Bruce Mitchener
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-05Add support for getopt/getopt_longmanuels
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai