aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-22Fix IDBFS for webworkerspush-upstreamDavid Barksdale
2014-07-22make environ work by itself; fixes #2557Alon Zakai
2014-07-22consolidate Module.thisProgramAlon Zakai
2014-07-22update test_envAlon Zakai
2014-07-22Merge pull request #2565 from sunfishcode/incomingAlon Zakai
2014-07-22Update default environment variables and argv[0].Dan Gohman
2014-07-22Implement <sys/unistd.h> compatibility.Dan Gohman
2014-07-22EMCC_ONLY_FORCED_STDLIBS optionAlon Zakai
2014-07-22remove no longer needed bad_exception hack; fixes #2560; 1.21.6Alon Zakai
2014-07-22emscripten_force_exit optionAlon Zakai
2014-07-22Make eglReleaseThread implementation according to spec.Jukka Jylänki
2014-07-22Merge pull request #2540 from gwichman-zynga-com/incomingjuj
2014-07-22Merge pull request #2535 from Daft-Freak/splitALCjuj
2014-07-21disable some exceptions tests in s_x_xAlon Zakai
2014-07-21make test_exceptions_white_list more robustAlon Zakai
2014-07-21Module.memoryInitializerPrefixURL option; #2542Alon Zakai
2014-07-21do not set EMCC_DEBUG=1 when -v; fixes #2538Alon Zakai
2014-07-21fix looking up a file in a non-dir; fixes #2552Alon Zakai
2014-07-21improve warningAlon Zakai
2014-07-21DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace()Alon Zakai
2014-07-21move isxdigit from libcextra to libcAlon Zakai
2014-07-21move new.cpp from libc into libcxxabiAlon Zakai
2014-07-21update sanity.test_emcc_cachingAlon Zakai
2014-07-21do not warn on malloc not present, we do so at runtime if used (+commented co...Alon Zakai
2014-07-21build enough of libcxxabi to support bad_typeid without undefined symbols; 1....Alon Zakai
2014-07-18add missing zconf.h in test suiteAlon Zakai
2014-07-18testcase for #2539Alon Zakai
2014-07-18Merge pull request #2544 from juj/stacktrace_jsAlon Zakai
2014-07-18document --memory-init-file on by default in opt builds in ChangelogAlon Zakai
2014-07-18update csmith driverAlon Zakai
2014-07-18remove zlib headers from system/includeAlon Zakai
2014-07-18Fix stackTrace() in preamble.js to support IE10 and IE11.Jukka Jylänki
2014-07-18Use typedefs in html5.h for referring to callback function pointers instead o...Jukka Jylänki
2014-07-17use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534Alon Zakai
2014-07-17mention that .mem must be alongside .jsAlon Zakai
2014-07-17document -v saving temp files; #2538Alon Zakai
2014-07-17clean up some old commentsAlon Zakai
2014-07-17Merge pull request #2533 from Daft-Freak/eglReleaseThreadAlon Zakai
2014-07-17add self to authorsGlenn Wichman
2014-07-17our one and only context should include a stencil bufferGlenn Wichman
2014-07-17handle errors in rename betterAlon Zakai
2014-07-17Merge pull request #2530 from Daft-Freak/drawBuffersjuj
2014-07-17strsignal; 1.21.4; fixes #2532Alon Zakai
2014-07-17export stackTraceAlon Zakai
2014-07-17split AL/ALC errorsCharlie Birks
2014-07-17add eglReleaseThreadCharlie Birks
2014-07-17support glDrawBuffersCharlie Birks
2014-07-16disable test_emscripten_api in s_x_xAlon Zakai
2014-07-16move deps on malloc/free to deps_info, where they belongAlon Zakai
2014-07-16Improve previous fix to take into account different error numbers.Jukka Jylänki