Age | Commit message (Collapse) | Author |
|
|
|
specifiers. According to the standard, %255c matches exactly 255 characters, while %255s matches up to 255 characters.
|
|
that triple is now deprecated.
|
|
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.
|
|
Fix issues with source map loading in Firefox
|
|
This fixes a few issues using emscripten-source-map.min.js to load
source map data in Firefox. Firefox by default tries to interpret any file
loaded from an XHR as an XML file, which the source map is not, producing
an error. This tells it to load as a text file instead. This allows a successful
read from a status code of 0, which is needed if reading from a non-HTTP source,
such as a local file.
|
|
|
|
whole test (Settings.CORRECT_SIGNS = 1). The new musl libc isdigit() function depends on that.
|
|
|
|
Upstream from imvu again
|
|
|
|
than ownership semantics. That is, to keep a reference beyond the function call, you must call .clone(). This is necessary to avoid special-casing non-overridden virtual functions. (I don't know if this change will stick. It's possible it will have some problems.)
|
|
|
|
JavaScript object.
|
|
|
|
the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
|
|
|
|
|
|
pointer fixups.
|
|
|
|
pointer that gets returned, then return the JS instance.
|
|
|
|
|
|
|
|
|
|
JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files are played back with <audio> element and which are played back with Web Audio.
|
|
rAF loops.
|
|
|
|
weirdly; fixes #2368
|
|
|