aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8Alon Zakai
2014-01-13Merge pull request #2004 from waywardmonkeys/updatesAlon Zakai
2014-01-13unset precision if set to -1Alon Zakai
2014-01-13handle precision -1 in printf .*Alon Zakai
2014-01-14Fix GL emulation regression with VBO data caused by commit https://github.com...Jukka Jylänki
2014-01-13optimize searching in set of implemented functions in fastcomp toolchain codeAlon Zakai
2014-01-13avoid leaks on multiple calls to relooper MakeOutputBufferAlon Zakai
2014-01-13allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7Alon Zakai
2014-01-14Bump version.Bruce Mitchener
2014-01-14Move scalbn to libc to fix broken functionality. Disable test on x86.Bruce Mitchener
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Another test for negative zero and hex floats.Bruce Mitchener
2014-01-14Make lgamma and friends work, add test.Bruce Mitchener
2014-01-14Add gamma functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13add dependencies so code with exceptions (invoke/landingpad) but without an a...Alon Zakai
2014-01-13clean up some more tests/casesAlon Zakai
2014-01-13fix testcase to validate as llvm irAlon Zakai
2014-01-13remove old test that cannot be done in fastcomp, relies on code miscompilatio...Alon Zakai
2014-01-13Merge pull request #1999 from juj/gl_prepareclientattrAlon Zakai
2014-01-13Reintroduce liveClientAttributes to optimize the case where GL emulation code...Jukka Jylänki
2014-01-13Handle negative zero values correctly.Bruce Mitchener
2014-01-13Missing string.h functionality.Bruce Mitchener
2014-01-13Update libcxx to current version.Bruce Mitchener
2014-01-13Update to current libcxxabi for new exception code.Bruce Mitchener
2014-01-12enable another test_cases case in fastcompAlon Zakai
2014-01-12enable test_async_exit in fastcompAlon Zakai
2014-01-12enable test_typed_exceptions in fastcompAlon Zakai
2014-01-12export named globals from fastcomp to jsAlon Zakai
2014-01-11more i64 switch testsAlon Zakai
2014-01-11fix for nativize toolAlon Zakai
2014-01-10Merge pull request #2000 from ensjo/patch-3Alon Zakai
2014-01-10enable more exceptions tests in fastcompAlon Zakai
2014-01-10enable first exceptions test for fastcompAlon Zakai
2014-01-10Update AUTHORSEmerson José Silveira da Costa
2014-01-10Merge pull request #1987 from AlexPerrot/glut_numpadAlon Zakai
2014-01-10Optimize GL emulation prepareClientAttributes. Fix issues where the slow path...Jukka Jylänki
2014-01-09prevent calling run more than once; fixes #1992Alon Zakai
2014-01-09support exceptions using fastcompAlon Zakai
2014-01-09Merge pull request #1972 from juj/gl__optsAlon Zakai
2014-01-09Merge pull request #1990 from inolen/errnooptAlon Zakai
2014-01-09utilize stack member from base Error classAnthony Pesch
2014-01-09Fix preprocessor ifdef in GL emulation library.Jukka Jylänki
2014-01-09Add var GLctx; declaration to GL init to avoid polluting global namespace. Re...Jukka Jylänki
2014-01-09Rename GLImmediate.matrix.lib to GLImmediate.matrixLib to not alias with GLIm...Jukka Jylänki
2014-01-09Simplify GL emulation matrix stack initialization. Update code after rebase.Jukka Jylänki
2014-01-09Simplify verbose object dereference hierarchy in library_gl.js by storing glo...Jukka Jylänki
2014-01-09Simplify verbose object dereference chains in GL library by consistently usin...Jukka Jylänki
2014-01-09Make caching of last bound GL_ARRAY_BUFFER in FFP emulation mode safe and alw...Jukka Jylänki