Age | Commit message (Collapse) | Author |
|
musl defines __fpclassify, __fpclassifyf, __fpclassifyl while
the old headers used __fpclassifyd for double rather than
__fpclassify.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structs; fixes #1602
|
|
wchar_t strings to JS when building with -fshort-wchar. Closes #1565.
|
|
|
|
string functions .length, .charCodeAt and .fromCharCode do not operate on Unicode code points, but UTF-16-encoded Unicode code units.
|
|
stringToUTF32 following azakai's suggestion on naming convention.
|
|
Unix) strings to and from JS, and add a test.
|
|
|
|
|
|
|
|
|
|
gracefully handle ExitStatus exception in async main loops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pixels
|
|
|
|
optimizations entirely, and mark it as unsupported in non-le32
|
|
Informative oom message
|
|
|
|
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597
|
|
added read/writeFile helpers, updated tests to use new FS APIs
|
|
|
|
__fpclassify and __signbit are handled in another patch on the
libc header replacement branch.
|
|
print out what the current value of TOTAL_MEMORY was the application was built with, to help estimate how much memory might be needed.
|
|
Single quotes for cdefine
|
|
Additional clock_gettime precision
|
|
revert pr #1493
|
|
|
|
|
|
Simplify timezone
|
|
|
|
can confuse INCLUDE_FULL_LIBRARY+exceptions
|