aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc.symbols
AgeCommit message (Expand)Author
2014-01-14Expand aliases for strto*_l() to short functions.Bruce Mitchener
2014-01-14Move err/warn/etc from libc to libcextra.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-14Move scalbn to libc to fix broken functionality. Disable test on x86.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13Update libcxx to current version.Bruce Mitchener
2013-06-17fix weak alias for warnAnthony Pesch
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
2013-03-25Get exceptions working as they were before.Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.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-02-23update libc symbolsAlon Zakai
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai
2013-01-09rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3Alon Zakai