Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes all of the changes that were needed for those
typedefs to be 64 bit.
|
|
* gethostbyname_r is now the 6 arg version.
* Make enet use the right code path (this should be upstreamed).
* Add a compat header to make these declarations visible to all without
extra compilation flags.
|
|
|
|
|
|
|
|
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
|