aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-07-24do invoke_* on LLVM invokes using function pointers; fixes #1423Alon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
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 scanString hardcoded HEAP32 referenceAlon 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-23fix Math.imul closuringAlon Zakai
2013-07-23fix structure size when it has a [0 x ..] at the end - that should add nothingAlon Zakai
2013-07-22change error message to assertToadKing
2013-07-22Merge pull request #1424 from sbalko/strftime-implAlon Zakai
2013-07-22Made getMimetype() a public method of the Browser module and used itMichael J. Bishop
2013-07-22Merge pull request #1406 from inolen/printerr_fixesAlon Zakai
2013-07-22no need to closure-guard Math.imul definitions (only used internally anyhow, ...Alon Zakai
2013-07-22fix regression of double-counting varargsAlon Zakai
2013-07-22Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hintMichael J. Bishop
2013-07-21notice varargs when creating library function wrappersAlon Zakai
2013-07-22Formatting changes as requested for pull requestSoeren Balko
2013-07-22Implement strftime (incl. tests)Soeren Balko
2013-07-21Merge branch 'isgraph' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-21Merge pull request #1412 from michaeljbishop/pread-fixAlon Zakai
2013-07-20 - added lchmodAnthony Pesch
2013-07-20fix isgraphToadKing
2013-07-19Formatting cleanup.Michael J. Bishop
2013-07-19Touched up formatting.Michael J. Bishop
2013-07-19fix glGetAttachedShadersToadKing
2013-07-19handle %Nc in sscanf; fixes #1407Alon Zakai
2013-07-19simplify and correct the logic for falling back to the entry ident when an in...Alon Zakai
2013-07-19handle out param in SDL_GetKeyboardState; fixes #1404Alon Zakai
2013-07-19Merge pull request #1402 from imvu/embind-updates-pull-requestAlon Zakai
2013-07-18fix for refcount cleanupAnthony Pesch
2013-07-18Fixes in pread()Michael Bishop