summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-09-23clean up reloopers1.6.0Alon Zakai
2013-09-23initialize currLabelFinishedAlon Zakai
2013-09-23simplify function splitterAlon Zakai
2013-09-23remove framework entirelyAlon Zakai
2013-09-23fix inline assemblyAlon Zakai
2013-09-23deframeworkify the rest of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:tokenizerAlon Zakai
2013-09-23move tokenizer out of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:lineSplitterAlon Zakai
2013-09-23remove last substrate code from jsifierAlon Zakai
2013-09-23deframeworkify jsifier:function linesAlon Zakai
2013-09-23deframeworkify jsifier:functionStubAlon Zakai
2013-09-23deframeworkify jsifier:aliasAlon Zakai
2013-09-23deframeworkify jsifier:globalVariableAlon Zakai
2013-09-23remove unused type jsifying codeAlon Zakai
2013-09-23de-frameworkify analyzerAlon Zakai
2013-09-23fix asm coercion in store abortAlon Zakai
2013-09-18generate valid code for segfaulting loads, not assignless abortsAlon Zakai
2013-09-18Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).ngld
2013-09-18Merge pull request #1630 from ngld/fix-resume-exceptionAlon Zakai
Fix EXCEPTION_CATCHING_WHITELIST (#1623)
2013-09-18handle memory initializer when there are deps added during preRunAlon Zakai
2013-09-17Fix #1623: Add missing checks for EXCEPTION_CATCHING_WHITELIST.ngld
2013-09-17Fixes in pread()Michael J. Bishop
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
2013-09-16Merge pull request #1618 from sbalko/incomingAlon Zakai
Incoming
2013-09-14dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9Alon Zakai
2013-09-14Incorporating formatting suggestions from pull requestSoeren Balko
2013-09-13Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgetsAlon Zakai
Remove cxx mangled catgets / catopen / catclose.
2013-09-14Remove C++ mangled catgets / catopen / catclose.Bruce Mitchener
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.
2013-09-13tolerate SDL_Delay in workersAlon Zakai
2013-09-13RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8Alon Zakai
2013-09-13refactor memory initializer code to use run dependenciesfailureAlon Zakai
2013-09-13emscripten_async_load_scriptAlon Zakai
2013-09-13clear dependenciesFulfilled after useAlon Zakai
2013-09-13refactor code to handle when run dependencies reach 0Alon Zakai
2013-09-13remove unneeded varAlon Zakai
2013-09-13add some stubs for libc needed by libc++Alon Zakai
2013-09-13Change various 64 bit typedefs over to 32 bit.Bruce Mitchener
This also removes all of the changes that were needed for those typedefs to be 64 bit.
2013-09-13gethostbyname_r update.Bruce Mitchener
* 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.
2013-09-13Fix sockaddr struct definitions for musl.Bruce Mitchener
2013-09-13Handle fpclassify and signbit for long double.failsBruce Mitchener
2013-09-13Provide better impl of __assert_fail().Bruce Mitchener
2013-09-13Fix fpclassify with musl libc headers.Bruce Mitchener
musl defines __fpclassify, __fpclassifyf, __fpclassifyl while the old headers used __fpclassifyd for double rather than __fpclassify.
2013-09-13Fix time tests.Bruce Mitchener
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-12try to use console.log even in workersAlon Zakai
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-09-12Module.logReadFiles optionAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai