aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-30fix and test for multiple static linkingAlon Zakai
2013-07-30add asm sending for missing symbolsAlon Zakai
2013-07-30add asm sending for missing symbolsAlon Zakai
2013-07-30Update test_ccall to not use a postrun hookAnthony Pesch
2013-07-30Fix the build, missing comma.Bruce Mitchener
2013-07-29 - remove code that attempts to propogate _main's exit status through ↵Anthony Pesch
returns. we can't rely on that, the status must be signaled through an event to support both sync / async applications. - consolidate exit functionality - moved exitRuntime to callMain
2013-07-29Merge pull request #1445 from waywardmonkeys/c-definesAlon Zakai
C defines
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
This makes it easier to deal with subsequent changes that will be coming.
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai
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