Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | enable tests/cases/uadd_overflow_ta2 in fastcomp | Alon Zakai | |
2014-02-01 | fix for FS.utime parameters | Anthony Pesch | |
2014-02-01 | move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION ↵ | Anthony Pesch | |
define | |||
2014-02-01 | make sure RAND_MAX is a proper value | Alon Zakai | |
2014-02-02 | Differentiate between file pointers and file descriptors. | Ryan Kelly | |
2014-02-02 | Use standard fds of 0,1,2 rather than 1,2,3 | Ryan Kelly | |
2014-02-02 | Simplify labelled-block handling so it works better with switch statements. | Ryan Kelly | |
2014-02-02 | Handle non-breaking case bodies in switch statement. | Ryan Kelly | |
These don't actually flow through to the next case, but we have to make sure they're properly closed in order to keep our invariants in order. | |||
2014-02-01 | Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the ↵ | Jukka Jylänki | |
test fails due to asm.js execution in SpiderMonkey not being able to retrieve callstacks. Add link to relevant bugzilla entry. Closes #1970. | |||
2014-01-31 | comment | Alon Zakai | |
2014-01-31 | option to allow modifying code before executing it | Alon Zakai | |
2014-02-01 | Fix indentation in the comments added in the previous commit. | Jukka Jylänki | |
2014-02-01 | Restrict touch events to not run deferred fullscreen+pointerlock requests ↵ | Jukka Jylänki | |
due to security implications. Mark down related bugzilla entry. | |||
2014-02-01 | Add support for detecting whether screen orientation lock succeeds or fails. ↵ | Jukka Jylänki | |
Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 . | |||
2014-01-31 | Merge pull request #2079 from inolen/fs_unmount | Alon Zakai | |
fs unmount support | |||
2014-01-31 | make sure rand() returns values only up to RAND_MAX; #18551.10.1 | Alon Zakai | |
2014-01-31 | further fix for #1407 | Alon Zakai | |
2014-01-31 | Fixed test_sockets.py so that it uses temp directory correctly and cleans up ↵ | Fraser Adams | |
automatically. Changed server port ranges to minimise chance of port collisions | |||
2014-01-31 | Add the datagram switch to the client as well as the server | Fraser Adams | |
2014-01-31 | Removed capitals from a comment as requested, reinstated UDP test that was ↵ | Fraser Adams | |
accidentally dropped and updated settings.js comment. | |||
2014-01-31 | Teach buildFlowGraph about functions that are known to always throw. | Ryan Kelly | |
It can treat calls to these functions like a jump to function exit, allowing for more accurate tracking of dead junctions. | |||
2014-01-31 | Don't let buildFlowGraph return to a junction if it's known to be unreachable. | Ryan Kelly | |
2014-01-31 | Add return-type tracking to normalizeAsm/denormlizeAsm | Ryan Kelly | |
2014-01-30 | headless fix | Alon Zakai | |
2014-01-30 | mark new testcase as ta2-only | Alon Zakai | |
2014-01-30 | added basic unmount support | Anthony Pesch | |
don't emit syncfs callback multiple times error when mounting to an existing mountpoint | |||
2014-01-30 | Merge pull request #2080 from inolen/idbfs_updates | Alon Zakai | |
idbfs updates | |||
2014-01-30 | asmify rand | Alon Zakai | |
2014-01-30 | asmify rand_r | Alon Zakai | |
2014-01-30 | use Math.imul in rand_r | Alon Zakai | |
2014-01-30 | use all 32 bits in rand_r | Alon Zakai | |
2014-01-30 | misc cleanups | Alon Zakai | |
2014-01-30 | Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming | Alon Zakai | |
2014-01-30 | fix exceptions whitelist check on invoke using function pointer; fixes #2081 | Alon Zakai | |
2014-01-30 | add fuzz testcase | Alon Zakai | |
2014-01-30 | improve fuzzing setup | Alon Zakai | |
2014-01-30 | don't leak streams in readFile and writeFile | Anthony Pesch | |
don't invoke multiple callbacks when idbfs sync errors added canOwn option to writeFile updated idbfs sync to specify canOwn when writing to the local fs reworked idbfs sync to use an index with openKeyCursor to avoid deserializing all values when getting the set members | |||
2014-01-29 | make emlink.py executable | Alon Zakai | |
2014-01-29 | Merge pull request #2077 from inolen/enable_udp | Alon Zakai | |
enable UDP tests in socket tests | |||
2014-01-29 | enable test_bigswitch in asm | Alon Zakai | |
2014-01-29 | add legalizer_b testcase | Alon Zakai | |
2014-01-29 | improve i96 test | Alon Zakai | |
2014-01-29 | remove obsolete sig param to sign/unSign | Alon Zakai | |
2014-01-29 | add testcase for i96 shifts | Alon Zakai | |
2014-01-29 | better error message on errors in CRUNCH | Alon Zakai | |
2014-01-29 | check correct define for UDP mode | Anthony Pesch | |
minor fixes related to UDP mode | |||
2014-01-29 | Merge pull request #2065 from Daft-Freak/al | Alon Zakai | |
AL improvements | |||
2014-01-29 | fix locale-removing aliases that break because they then have the wrong sig; ↵ | Alon Zakai | |
fixes #2076 | |||
2014-01-29 | enable tests/cases/514 in fastcomp | Alon Zakai | |
2014-01-29 | release 1.10.01.10.0 | Alon Zakai | |