aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...Alon Zakai
2014-02-10add stub for mkport in non-webrtcAlon Zakai
2014-02-10fix typo in exceptions codeAlon Zakai
2014-02-10fix fake _ZTISt9exceptionAlon Zakai
2014-02-10add aborting stubs in main modules, and replace them with functions from side...Alon Zakai
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-02-10Merge pull request #1408 from rfk/move-std-fdsAlon Zakai
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai
2014-02-10fix glGetTexParameter; fixes #2112Alon Zakai
2014-02-10comment on test suite debuggingAlon Zakai
2014-02-10validate as asm.js in fastcomp -O1 and above, not -O0 output which is very un...Alon Zakai
2014-02-10make ALL work properly on fastcompAlon Zakai
2014-02-09detect .C as c; fixes #2109Alon Zakai
2014-02-09Merge pull request #2084 from amatus/push-upstreamAlon Zakai
2014-02-09add missing multibyte/internal.c in musl1.10.4Alon Zakai
2014-02-09manually define typeinfo for std::exceptionAlon Zakai
2014-02-09emit aborting stubs for all missing functions, not just in asm modeAlon Zakai
2014-02-09improve gl function copying codeAlon Zakai
2014-02-09override emscripten_ versions of gl funcs when gl emulation kicks inAlon Zakai
2014-02-09deprecate --split option and disable browser tests using it in fastcompAlon Zakai
2014-02-09map gl functions to emscripten_ versions to avoid collisions, and to work in ...Alon Zakai
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-09resolve gl aliases directly, simpler for fastcompAlon Zakai
2014-02-09enable test_sdl_audio_beeps in fastcompAlon Zakai
2014-02-09handle unknown shader compilation bugs a little betterAlon Zakai
2014-02-09add -O1 testing to browser.test_cubegeom_procAlon Zakai
2014-02-09move emscripten_GetProcAddress to a C library, so that it is less hackish and...1.10.3Alon Zakai
2014-02-08system libs fixesAlon Zakai
2014-02-08add test for getProcAddress that requires we allow collisions in the main nam...Alon Zakai
2014-02-08move system libs calculation to its own fileAlon Zakai
2014-02-07test for eglGetProcAddressAlon Zakai
2014-02-07TODOAlon Zakai
2014-02-07move deps info to fileAlon Zakai
2014-02-07make sdl malloc hack nicer, and improve back deps trickAlon Zakai
2014-02-07add mechanism to add a C library dependency from a JS library, in emccAlon Zakai
2014-02-07do not include system libs in shared libsAlon Zakai
2014-02-07do not emit i64 support code in shared libsAlon Zakai
2014-02-07comments on --embed-file being inefficient, and recommending --preload-fileAlon Zakai
2014-02-07use emcc in s_x_x tests, to get libcAlon Zakai
2014-02-07improve safe heap tests in asm modeAlon Zakai
2014-02-06Remove constants that are missing in netinet/in.h1.10.2-0amatus1David Barksdale
2014-02-06Test in6addr_* constantsDavid Barksdale
2014-02-06Remove _-prefix from in6addr_*David Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
2014-02-06Merge pull request #2100 from dreamlayers/prevent_hotkeysAlon Zakai
2014-02-06fix constant generation bug due to 3605f8ccAlon Zakai
2014-02-06warn when rendering without setAnimationFrameAlon Zakai
2014-02-06Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.Jukka Jylänki
2014-02-06use .set on big memcpysAlon Zakai