Age | Commit message (Collapse) | Author |
|
|
|
|
|
Musl stdio
|
|
|
|
|
|
|
|
specifiers. According to the standard, %255c matches exactly 255 characters, while %255s matches up to 255 characters.
|
|
JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.
|
|
|
|
|
|
|
|
|
|
formatting in test_atomic_cxx. Fixes the test on OSX.
|
|
|
|
|
|
|
|
More musl.
|
|
|
|
passing -1 is equivalent to passing 0xFFFFFFFF, which means the whole string will get duplicated, and the old handwritten implementation had a bug.
|
|
|
|
|
|
|
|
|
|
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
|
|
Add optimized versions of musl libc string and memory comparison functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.
Fixes #1898.
|
|
|
|
|
|
|
|
|
|
|
|
|