aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-05Split out createPreloadedFile to FSCOMAnthony Pesch
2013-08-05 - convert to new stream API function namesAnthony Pesch
2013-08-04Modify glDeleteBuffers changes per azakai's comments.James Gregory
2013-08-04mention DISABLE_GL_EMULATION option when initializing gl emulationAlon Zakai
2013-08-04Use single quotes instead of double quotes with cDefine.Bruce Mitchener
2013-08-02Ensure glDeleteBuffers silently processes non-existent names, per spec.James Gregory
2013-08-02accept phi subItems that are parsable LLVM functionsAlon Zakai
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
2013-08-02Merge pull request #1453 from yukoba/flock-mprotect-msyncAlon Zakai
2013-08-02split up FS.initAnthony Pesch
2013-08-01optimize bsearchAlon Zakai
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ...Alon Zakai
2013-08-01Merge pull request #1452 from inolen/onprerunAlon Zakai
2013-08-01Merge pull request #1455 from j4m3z0r/fast_isspaceAlon Zakai
2013-08-01Use switch statement for isspace implementation. Results in huge speed increa...James Gregory
2013-08-01Empty implmentations of flock, mprotect and msyncYu Kobayashi
2013-07-31added addOnPreRun and addOnPostRunAnthony Pesch
2013-07-31add some closure aliasesAlon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-31Reduce call chain of qsortpzhang
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-30Merge pull request #1449 from inolen/postrun_fixesAlon Zakai
2013-07-30Merge pull request #1444 from inolen/async_mainAlon 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-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-30Add bcopy implementationYu Kobayashi
2013-07-29Merge pull request #1440 from yukoba/statvfs_doc_urlAlon Zakai
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-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
2013-07-26Merge pull request #1425 from inolen/module_globalAlon Zakai
2013-07-26tidy up defensive environment initializationAnthony Pesch
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24eliminate default Module globalAnthony Pesch
2013-07-24Merge pull request #1428 from juj/gl_num_compressed_formatsAlon Zakai
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai