aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-05Missed closing parenthesis.Alan Kligman
2013-06-04Merge branch 'master' of github.com:feeley/emscripten into incomingAlon Zakai
2013-06-04Add basic support for nonblocking readMarc Feeley
2013-06-04Merge pull request #1246 from int3/sscanf-capsAlon Zakai
Add test for uppercase format specifiers in sscanf.
2013-06-04Merge pull request #1244 from onnoj/incomingAlon Zakai
Fixed Issue #1241: _scanString not supporting upper case format specifie...
2013-06-04do not skip -s X=Y when EMCONFIGURE_JSAlon Zakai
2013-06-04Add Jez Ng to AUTHORS.Jez Ng
2013-06-04Add test for capitalized sscanf format specifiers.Jez Ng
2013-06-04check more carefully if a stream is a socketAlon Zakai
2013-06-04leave low fds for socketsAlon Zakai
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-06-04Merge pull request #1225 from inolen/errnoAlon Zakai
synced library.js errno codes with sys/errno.h
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-06-04Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incomingAlon Zakai
2013-06-04Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵Onno
A, E, F, G, X.
2013-06-03show stub malloc/free warnings only in ASSERTIONS==2Alon Zakai
2013-06-03Add myself to AUTHORSFrits Talbot
2013-06-03Fix frexp does not accept negative numbersFrits Talbot
Add frexp unit tests
2013-06-03Merge pull request #1224 from michaeljbishop/emscripten-implementationAlon Zakai
Added header guards around emscripten.h
2013-06-03Merge pull request #1235 from juj/fix_test_exported_responseAlon Zakai
Fix test_exported_response and test_asm_pgo on Windows.
2013-06-03Merge pull request #1236 from juj/skip_test_symlinkAlon Zakai
Skip other.test_symlink on Windows, since it doesn't have them.
2013-06-03disable strotoll tests in s_x_xAlon Zakai
2013-06-03make test_statvfs more robustAlon Zakai
2013-06-03disable some test_cases tests in s_x_xAlon Zakai
2013-06-03fix whitespace changes that broke some testsAlon Zakai
2013-06-03Skip other.test_symlink on Windows, since it doesn't have them. NTFS does ↵Jukka Jylänki
have junction points, but it's a rather rarely used feature, and not a common dev aid like it is for linux/osx users.
2013-06-03Fix test_exported_response and test_asm_pgo on Windows.Jukka Jylänki
2013-06-02create /dev/null; issue #1226Alon Zakai
2013-06-02fix typo in glGenVertexArrays__depsAlon Zakai
2013-06-01syncd library.js errno codes with sys/errno.hAnthony Pesch
2013-06-01limit a warning messageAlon Zakai
2013-06-01remove more unneeded break and continue statements in relooper1.4.7Alon Zakai
2013-06-01improve RemoveUnneededFlows to handle flows into loops with a single entry1.4.6Alon Zakai
2013-06-01improve relooper debuggingAlon Zakai
2013-06-01do not leak split blocks1.4.5Alon Zakai
2013-05-31more relooper work towards arbitrary splittingAlon Zakai
2013-05-31remove unneeded Branch info on incoming branches in relooper1.4.4Alon Zakai
2013-05-31point relooper fuzzer to non-absolute pathAlon Zakai
2013-05-31add testcase for annoying relooper pattern that generates many control flow ↵Alon Zakai
overheads
2013-05-31prepare for option to split arbitrary nodes in relooperAlon Zakai
2013-05-31Added header guards around emscripten.hMichael Bishop
2013-05-30License info for webrtc p2p library.Alan Kligman
2013-05-30Fixed formatting.Alan Kligman
2013-05-30fix relooper test, needs bashAlon Zakai
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack ↵Alon Zakai
of a bound buffer between them
2013-05-30add jgilbert to AUTHORSAlon Zakai
2013-05-30remove unnecessary GL.currArrayBufferObjAlon Zakai
2013-05-30indentationAlon Zakai
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30Merge pull request #1220 from inolen/free_surfaceAlon Zakai
SDL_SetVideoMode: Free old surface before creating new one