index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
lib
/
libc.symbols
Age
Commit message (
Expand
)
Author
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 there
1.2.3
Alon Zakai