aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-31fix test_gmtimeAlon Zakai
2013-07-31add some closure aliasesAlon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-30Merge pull request #1136 from inolen/incomingAlon Zakai
2013-07-30updated test_openal_buffers to use btestAnthony Pesch
2013-07-30 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not rel...Anthony Pesch
2013-07-30- Added debugging infoAnthony Pesch
2013-07-30First pass at buffer queueingAnthony Pesch
2013-07-30show exit status if exit() is called within main(); fixes test_exit_statusAlon Zakai
2013-07-30fix gmtime; closes #1366Alon Zakai
2013-07-30disable asm in embind mode, and add a test for what embind cannot do in asm m...Alon Zakai
2013-07-30add more non-asm embind testingAlon Zakai
2013-07-30Merge pull request #1449 from inolen/postrun_fixesAlon Zakai
2013-07-30Merge pull request #1444 from inolen/async_mainAlon Zakai
2013-07-30Merge pull request #1448 from waywardmonkeys/fix-buildAlon Zakai
2013-07-30fix and test for multiple static linkingAlon 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 returns...Anthony Pesch
2013-07-29Merge pull request #1445 from waywardmonkeys/c-definesAlon Zakai
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai
2013-07-29Merge pull request #1443 from yukoba/isinff_isnanfAlon Zakai
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
2013-07-30Third argument of mincore is unsigned charYu Kobayashi
2013-07-29Merge pull request #1441 from yukoba/bcopyAlon Zakai
2013-07-30Add bcopy implementationYu Kobayashi
2013-07-29Merge pull request #1440 from yukoba/statvfs_doc_urlAlon Zakai
2013-07-30Add Yu Kobayashi to AUTHORSYu Kobayashi
2013-07-29Merge pull request #1439 from michaeljbishop/replace-eval-in-janssonAlon Zakai
2013-07-30Fix statvfs document URLYu Kobayashi
2013-07-29accept [0 x ..] in the middle of structures, odd as it might seem, this is va...Alon Zakai
2013-07-29Replace insecure eval() call with JSON.parse() in theMichael J. Bishop
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
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
2013-07-26flatten if-chains into smaller chains, chunking reduces the overhead of flatt...Alon Zakai
2013-07-26Merge pull request #1425 from inolen/module_globalAlon Zakai
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