| Age | Commit message (Expand) | Author |
| 2013-09-25 | Add test case for zero multiplication. | Bruce Mitchener |
| 2013-09-24 | do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 | Alon Zakai |
| 2013-09-23 | do not leak emcc args changes in test_cases | Alon Zakai |
| 2013-09-23 | asm coerce in atomicrmw; fixes #1637 | Alon Zakai |
| 2013-09-18 | generate valid code for segfaulting loads, not assignless aborts | Alon Zakai |
| 2013-09-18 | Add a test and myself to AUTHORS. | ngld |
| 2013-09-16 | Merge pull request #1618 from sbalko/incoming | Alon Zakai |
| 2013-09-13 | Skip test_math unless using ta2 | Bruce Mitchener |
| 2013-09-13 | Enable %[] pattern in scanf | Soeren Balko |
| 2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai |
| 2013-09-11 | Merge pull request #1613 from juj/inline_asm_testcase | Alon Zakai |
| 2013-09-11 | test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake | Alon Zakai |
| 2013-09-11 | build both configure and cmake versions of bullet, so the cache does not mix ... | Alon Zakai |
| 2013-09-11 | Merge pull request #1610 from juj/fix_bullet | Alon Zakai |
| 2013-09-11 | Skip asm2x86.test_utf32 since test_utf32 uses inline asm. | Jukka Jylänki |
| 2013-09-11 | Add new unit test for inline asm syntax passing through input variables to ou... | Jukka Jylänki |
| 2013-09-11 | Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use... | Jukka Jylänki |
| 2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves s... | Alon Zakai |
| 2013-09-10 | Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t... | Jukka Jylänki |
| 2013-09-10 | Skip test_utf32 when on s_0_x since they don't link in libc, and the code rel... | Jukka Jylänki |
| 2013-09-10 | Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)... | Jukka Jylänki |
| 2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
| 2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
| 2013-09-05 | Merge pull request #1581 from inolen/rwfile | Alon Zakai |
| 2013-09-04 | longjmp test across asm modules | Alon Zakai |
| 2013-09-04 | dlopen+exceptions+asm is not supported yet | Alon Zakai |
| 2013-09-04 | do not fail in test_dlfcn_qsort of js engine cannot do asm validation; fixes ... | Alon Zakai |
| 2013-09-03 | updated unistd and fs_base tests to use new FS APIs | Anthony Pesch |
| 2013-09-03 | do not eliminate supposedly stub functions in side modules, as they may be im... | Alon Zakai |
| 2013-09-03 | wip test_dlfcn_mallocs | Alon Zakai |
| 2013-09-03 | add test_dlfcn_funcs | Alon Zakai |
| 2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai |
| 2013-09-03 | rename test | Alon Zakai |
| 2013-09-03 | clean up dlfcn tests | Alon Zakai |
| 2013-09-03 | fix test_dlfcn_unique_sig in non-asm | Alon Zakai |
| 2013-09-03 | fix non-asm dlfcn setup code | Alon Zakai |
| 2013-09-03 | added test_dlfcn_stack_forward | Anthony Pesch |
| 2013-09-03 | added dlopen test to test function pointers with signatures not found in the ... | Anthony Pesch |
| 2013-09-03 | fix asm validation of side modules | Alon Zakai |
| 2013-09-03 | fix test_dlfcn_self | Alon Zakai |
| 2013-09-03 | update test_dlfcn_varargs | Alon Zakai |
| 2013-09-03 | update test_dlfcn_varargs | Alon Zakai |
| 2013-09-03 | update test_dlfcn_alias | Alon Zakai |
| 2013-09-03 | update test_dlfcn_data_and_fptr | Alon Zakai |
| 2013-09-03 | support function pointer calls across asm modules by passing them all through... | Alon Zakai |
| 2013-09-03 | refactor test_dlfcn_qsort | Alon Zakai |
| 2013-09-03 | refactor dlfcn test code | Alon Zakai |
| 2013-09-03 | track maximum function index when using dlopen support | Alon Zakai |
| 2013-09-03 | disable memory init file in test_dlfcn_basic | Alon Zakai |
| 2013-09-03 | enable test_dlfcn_basic for asm modules | Alon Zakai |