Age | Commit message (Collapse) | Author |
|
should fix #2445
|
|
|
|
|
|
|
|
Musl stdio
|
|
|
|
|
|
instead of libcextra to avoid pulling libcextra in on common runs.
|
|
performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc.
|
|
JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More musl.
|
|
|
|
|
|
|
|
|
|
asm.js performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use musl for better asm.js performance.
|
|
applies.
|
|
|
|
performance.
|
|
asm.js performance in the algorithm.
|
|
This is provided by libcxxabi and there are actually 3 different
destructors, not just this one, so let things pick up libcxxabi correctly.
|
|
Provide compile time and run time options for WebSocket URL and subproto...
|
|
|
|
|
|
|
|
stack information. In IE, callstacks are populated only when an exception object is thrown. Closes #2212.
|
|
|
|
buffer. Add test. Closes #2171.
|
|
Ensure that fileno() returns -1 when given an invalid file pointer.
|
|
|
|
|
|
|
|
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
|
|
Fix errors in locale and allocate, and a few other tweaks
|
|
|