Age | Commit message (Expand) | Author |
2013-01-23 | more library stubs | Alon Zakai |
2013-01-23 | more library stubs | Alon Zakai |
2013-01-23 | utimes stub | Alon Zakai |
2013-01-20 | __asm and __sig in library, separately | Alon Zakai |
2013-01-19 | Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming | Alon Zakai |
2013-01-19 | Remove unnecessary parantheses in sscanf format code | manuels |
2013-01-18 | more library stubs | Alon Zakai |
2013-01-18 | asprintf and some stubs | Alon Zakai |
2013-01-16 | library: Support external libraries that modify Array.prototype | Jasper St. Pierre |
2013-01-16 | missing var in fake malloc | Alon Zakai |
2013-01-16 | allow defining asm library functions, which are then included as if they were... | Alon Zakai |
2013-01-14 | clear message when exception catching is disabled and an exception is thrown | Alon Zakai |
2013-01-14 | Added floating point aliases for sscanf | manuels |
2013-01-11 | more tempDoublePtr refactoring | Alon Zakai |
2013-01-11 | refactor makeGetTempDouble | Alon Zakai |
2013-01-11 | fix connect(); cannot call from js lib code into a lib alias, must call the t... | Alon Zakai |
2013-01-10 | restore basic malloc/free implementation | Alon Zakai |
2013-01-10 | remove unneeded malloc/free/etc. stuff from library.js | Alon Zakai |
2013-01-10 | link in memcpy after opts and lto if it shows up only at that time | Alon Zakai |
2013-01-09 | make stub memcpy more functional, useful in some tests | Alon Zakai |
2013-01-09 | use musl memcpy instead of out handwritten js one | Alon Zakai |
2013-01-08 | uncomment exception stub | Alon Zakai |
2013-01-08 | stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc... | Alon Zakai |
2013-01-08 | refactor networking code to start supporting multiple backends | Alon Zakai |
2013-01-06 | index, rindex | Alon Zakai |
2013-01-05 | fix networking for both stream and dgram | Alon Zakai |
2013-01-04 | handle sending forced messages of non-multiple-of-4 sizes | Alon Zakai |
2013-01-04 | SOCKET_FORCED_MESSAGING option | Alon Zakai |
2013-01-04 | refactor socket code, ensure that each call to recv/recvmsg receives a single... | Alon Zakai |
2013-01-04 | rename socket queue | Alon Zakai |
2013-01-04 | refactor socket code, ensure that we send all a sendmsg's iovs in a single so... | Alon Zakai |
2013-01-02 | assert on socket fd size | Alon Zakai |
2013-01-02 | select() | Alon Zakai |
2013-01-02 | mkstemp | Alon Zakai |
2013-01-01 | sig* functions | Alon Zakai |
2012-12-31 | fix llvm_ctlz_i64 | Alon Zakai |
2012-12-31 | fix llvm_swap_i64 | Alon Zakai |
2012-12-31 | fix parseInt64 | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-30 | fix mmap; fixes #769 | Alon Zakai |
2012-12-30 | fix parseInt of '0' | Alon Zakai |
2012-12-30 | minor i64 parsing fixes | Alon Zakai |
2012-12-30 | parse empty i64 strings properly | Alon Zakai |
2012-12-30 | use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768 | Alon Zakai |
2012-12-29 | add llvm_bswap_i64 for #768 | Alon Zakai |
2012-12-29 | force mmap to return page-aligned addresses, and check for valid input in munmap | Alon Zakai |
2012-12-25 | fix typo | Alon Zakai |
2012-12-24 | fix llvm.expect and add test | Alon Zakai |
2012-12-24 | show js stack in C assertions | Alon Zakai |
2012-12-24 | fix ctlz and add test | Alon Zakai |