aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-29Merge pull request #1443 from yukoba/isinff_isnanfAlon Zakai
Add isinff and isnanf
2013-07-29make i24_mem test ta2 onlyAlon Zakai
2013-07-30Added isinff and isnanfYu Kobayashi
2013-07-29Merge pull request #1442 from yukoba/mincoreAlon Zakai
Third argument of mincore is unsigned char
2013-07-30Third argument of mincore is unsigned charYu Kobayashi
2013-07-29Merge pull request #1441 from yukoba/bcopyAlon Zakai
Add bcopy implementation
2013-07-30Add bcopy implementationYu Kobayashi
2013-07-29Merge pull request #1440 from yukoba/statvfs_doc_urlAlon Zakai
Fix statvfs document URL
2013-07-30Add Yu Kobayashi to AUTHORSYu Kobayashi
2013-07-29Merge pull request #1439 from michaeljbishop/replace-eval-in-janssonAlon Zakai
Replace eval in jansson
2013-07-30Fix statvfs document URLYu Kobayashi
2013-07-29accept [0 x ..] in the middle of structures, odd as it might seem, this is ↵Alon Zakai
valid c
2013-07-29Replace insecure eval() call with JSON.parse() in theMichael J. Bishop
Jansson support.
2013-07-29fix test_scriptaclassAlon Zakai
2013-07-29buffer streams that cannot be rewound in fscanf; fixes #1436Alon Zakai
2013-07-29fix Module acquiringAlon Zakai
2013-07-29fix reftest runner for var Module approachAlon Zakai
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
misc ungetc fixes
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
Implement SDL_Surface refcounting
2013-07-26flatten if-chains into smaller chains, chunking reduces the overhead of ↵Alon Zakai
flattening them out entirely
2013-07-26Merge pull request #1425 from inolen/module_globalAlon Zakai
eliminate default Module global
2013-07-26tidy up defensive environment initializationAnthony Pesch
2013-07-25fix outlining for all debug levels and add testingAlon Zakai
2013-07-25fix bug in aggressive variable elimination and re-enable itAlon Zakai
2013-07-25do not flatten ifs without elsesAlon Zakai
2013-07-25support outlining with minificationAlon Zakai
2013-07-25disable aggressiveVariableElimination for nowAlon Zakai
2013-07-25do not outline sp assignments, because we need sp to perform an outline callAlon Zakai
2013-07-25allow mixing minifier extra info with general extra info in js optimizerAlon Zakai
2013-07-25fix find_bigfuncs.pyAlon Zakai
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24flatten if chains in outliner, and be more careful to avoid outlining ↵Alon Zakai
through an outline call
2013-07-24fix EXPORT_ALL in asm modeAlon Zakai
2013-07-24eliminate default Module globalAnthony Pesch
2013-07-24Merge pull request #1428 from juj/gl_num_compressed_formatsAlon Zakai
Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS).
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai
Add support for `SDL_RWFromConstMem()` for .ogg files.
2013-07-24link to file packaging docsAlon Zakai
2013-07-24do invoke_* on LLVM invokes using function pointers; fixes #1423Alon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
added lchmod, new tests, fixed for mknod return values
2013-07-24properly handle loads of i24s and similar illegal valuesAlon Zakai
2013-07-23properly handle generation of instances of structures ending in [0 x ..]Alon Zakai
2013-07-23better error messageAlon Zakai
2013-07-23fix test_sscanf_6, which was reading uninitialized memoryAlon Zakai
2013-07-23fix scanString hardcoded HEAP32 referenceAlon Zakai
2013-07-23do not outline through an outline callAlon Zakai
2013-07-23fix test_glgetattachedshadersAlon Zakai
2013-07-23Merge branch 'master' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-24Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS).Jukka Jylänki
2013-07-23update testToadKing
2013-07-23use a separate stack location for control variable information for each ↵Alon Zakai
outlined function, to avoid problems when outlining right through the support code for a previous outlining