Age | Commit message (Collapse) | Author |
|
writeAsciiToMemory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix EXCEPTION_CATCHING_WHITELIST (#1623)
|
|
|
|
|
|
Cmake link js
|
|
Fixes in pread()
|
|
tests/unistd/io.*
---
Revert "Added to the test_files test to ensure the pread() functionality."
This reverts commit 2ed2fb5df392251a0957543b920272b9b2ae7908.
|
|
|
|
|
|
to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s .
|
|
|
|
The bug occurs when pread() doesn't return 0 when asked to read an
offset beyond its buffer.
This behavior is explicitly documented at:
http://pubs.opengroup.org/onlinepubs/000095399/functions/read.html
> If the starting position is at or after the end-of-file, 0
> shall be returned
|
|
Incoming
|
|
|
|
|
|
Remove cxx mangled catgets / catopen / catclose.
|
|
In the old headers, these were not extern "C", so they would show
up mangled when built for C++. This is no longer the case with
the new libc headers.
|
|
|
|
|
|
|