aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-17outlining integration in compilerAlon Zakai
2013-07-17Fix a bunch of things that break under closure advanced optimizations. Now, ...Chad Austin
2013-07-17Rename value_tuple to value_array and value_struct to value_objectChad Austin
2013-07-16Expose 'lstat64' as a simple alias for 'lstat'.Ryan Kelly
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
2013-07-15do not use safe heap in strptime loading of tm values - may have never been i...Alon Zakai
2013-07-15fix both number of arguments and return type based on implementation informat...Alon Zakai
2013-07-15fix Functions.getSignature to handle non-legalized dataAlon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
2013-07-15update relooper commentAlon Zakai
2013-07-15Merge pull request #1384 from fhd/ttf-font-heightAlon Zakai
2013-07-16Just zoom the surface if the angle is divisible by 360Felix H. Dahlke
2013-07-15use high-precision llrint in ta2 onlyAlon Zakai
2013-07-15Merge branch 'self-dlopen' of github.com:int3/emscripten into incomingAlon Zakai
2013-07-16Implement TTF_FontHeightFelix H. Dahlke
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-15check for isTerminal on the object of the filesystem entryAlon Zakai
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Implement strptimeSoeren Balko
2013-07-14Merge pull request #1381 from inolen/tty_fixesAlon Zakai
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
2013-07-13open should not set EISDIR when opening an existing directory with O_CREATAnthony Pesch
2013-07-13Merge pull request #1374 from inolen/posix_fallocate_fixAlon Zakai
2013-07-13Merge pull request #1372 from inolen/dirent_fixesAlon Zakai
2013-07-13Merge pull request #1376 from inolen/utime_fixesAlon Zakai
2013-07-13don't check write permissions in utimeAnthony Pesch
2013-07-12check write permission in posix_fallocateAnthony Pesch
2013-07-12Merge pull request #1373 from int3/safari-blobsAlon Zakai
2013-07-12Add bug number to comment.Jez Ng
2013-07-12only push proper canvases to canvas poolAlon Zakai
2013-07-12Simplify ArrayBuffer copy.Jez Ng
2013-07-12Work around Safari image loading bug. Closes #1130.Jez Ng
2013-07-12minor fixes to return codes of closedir, telldirAnthony Pesch
2013-07-11Filter out unnamed_addr globals from symbol table.Jez Ng
2013-07-11Implement self-dlopen.Jez Ng
2013-07-11Merge pull request #1362 from dtc/obj-nameAlon Zakai
2013-07-11Merge pull request #1354 from fhd/fix-gc-pausesAlon Zakai
2013-07-11Add missing bracesFelix H. Dahlke
2013-07-11Document canvasPoolFelix H. Dahlke
2013-07-10Merge pull request #1363 from dtc/sdl-touchAlon Zakai
2013-07-11glGenTextures: correct the setting of the object name.Douglas T. Crosher
2013-07-11Update the AUTHORS file, and address some code style issues.Douglas T. Crosher
2013-07-10Merge pull request #1364 from int3/syobonAlon Zakai
2013-07-10Add comment.Jez Ng