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
/
src
/
library.js
Age
Commit message (
Expand
)
Author
2013-09-18
Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).
ngld
2013-09-16
Merge pull request #1618 from sbalko/incoming
Alon Zakai
2013-09-14
Incorporating formatting suggestions from pull request
Soeren Balko
2013-09-14
Remove C++ mangled catgets / catopen / catclose.
Bruce Mitchener
2013-09-13
add some stubs for libc needed by libc++
Alon Zakai
2013-09-13
Change various 64 bit typedefs over to 32 bit.
Bruce Mitchener
2013-09-13
gethostbyname_r update.
Bruce Mitchener
2013-09-13
Fix sockaddr struct definitions for musl.
Bruce Mitchener
2013-09-13
Handle fpclassify and signbit for long double.
fails
Bruce Mitchener
2013-09-13
Provide better impl of __assert_fail().
Bruce Mitchener
2013-09-13
Fix fpclassify with musl libc headers.
Bruce Mitchener
2013-09-13
Fix time tests.
Bruce Mitchener
2013-09-13
Update to work with new libc headers.
Bruce Mitchener
2013-09-13
Enable %[] pattern in scanf
Soeren Balko
2013-09-05
Merge pull request #1581 from inolen/rwfile
Alon Zakai
2013-09-05
double simplifications
Alon Zakai
2013-09-06
add long double aliases for a lot of things.
Bruce Mitchener
2013-09-05
Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefine
Alon Zakai
2013-09-05
Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precision
Alon Zakai
2013-09-05
Improve precision of clock_gettime(). Update clock_getres().
Bruce Mitchener
2013-09-04
restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabi
Alon Zakai
2013-09-04
Merge pull request #1582 from waywardmonkeys/simplify-timezone
Alon Zakai
2013-09-04
remove no longer needed library.js constants for some libcxxabi stuff, which ...
Alon Zakai
2013-09-04
Single quotes for cDefine.
Bruce Mitchener
2013-09-04
Simplify some timezone code.
Bruce Mitchener
2013-09-03
- added readFile and writeFile helpers
Anthony Pesch
2013-09-03
abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORT
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
add some long double libc stubs
Alon Zakai
2013-09-03
do no run cleanups on dlclose of self
Alon Zakai
2013-09-03
clean up shared modules when dlclose()d
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
use addFunction in dlsym, and define F_BASE in side modules so they can run a...
Alon Zakai
2013-09-03
forward parent Module to side module
Alon Zakai
2013-09-03
track maximum function index when using dlopen support
Alon Zakai
2013-09-01
misc in.h and SDL joystick stubs
Anthony Pesch
2013-08-31
Merge pull request #1575 from inolen/accept_fixes
Alon Zakai
2013-08-31
remove temporary enet fix, and define gethostbyname_r in a header, so that we...
Alon Zakai
2013-08-31
- refactored accept code to automatically setup peers for incoming connectio...
Anthony Pesch
2013-08-30
Merge pull request #1557 from inolen/sockfs
Alon Zakai
2013-08-30
- moved hostname resolution functions to DNS object
Anthony Pesch
2013-08-29
- added tests for tcgetattr / tcsetattr
Anthony Pesch
2013-08-29
- added stubs for tcgetattr and tcsetattr
Anthony Pesch
2013-08-29
- created SOCKFS
Anthony Pesch
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
2013-08-29
- minor refactoring to new address translation functions to support better "...
Anthony Pesch
2013-08-16
Bug fixes of the pthread specific and a test added.
Yu Kobayashi
2013-08-15
Merge pull request #1513 from modeswitch/webrtc-tests
Alon Zakai
2013-08-14
Merge pull request #1514 from inolen/default_open_mode
Alon Zakai
2013-08-14
Minor fixes for webrtc test.
Alan Kligman
[next]