Age | Commit message (Expand) | Author |
2012-03-15 | add file preloading in browsers | Alon Zakai |
2012-03-10 | don't flush terminals, it adds spurious newlines | Alon Zakai |
2012-03-10 | be careful when flushing streams that may have been closed, during shutdown | Alon Zakai |
2012-03-10 | properly implement isatty | Alon Zakai |
2012-03-10 | allow Module.stdin,out,err to provide defaults for streams | Alon Zakai |
2012-03-06 | Merge pull request #301 from richardassar/array-prealloc | Alon Zakai |
2012-03-05 | do not rely on browser timezone info, it is very unpredictable | Alon Zakai |
2012-03-05 | Optimisation of FS.createDataFile | The_Fly |
2012-02-26 | remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there | Alon Zakai |
2012-02-22 | fix typed exceptions for o1 and above | Alon Zakai |
2012-02-22 | misc library fixes for libcxxabi+test_typed_exceptions | Alon Zakai |
2012-02-22 | use libcxxabi for dynamic_cast | Alon Zakai |
2012-02-21 | Merge pull request #265 from adetaylor/polymorphic-exception-handling | Alon Zakai |
2012-02-20 | Polymorphic exception handling. | Adrian Taylor |
2012-02-18 | do not include __inline with full library | Alon Zakai |
2012-02-18 | basic support for setjmp/longjmp | Alon Zakai |
2012-02-14 | Merge pull request #246 from adetaylor/atexit-fix | Alon Zakai |
2012-02-13 | actually return the valid pointer in dynamic cast | Alon Zakai |
2012-02-12 | Fixing order of atexit calls. | Adrian Taylor |
2012-02-11 | only support i64 mode 1 in ta2 | Alon Zakai |
2012-02-11 | fix parseInt | Alon Zakai |
2012-02-10 | Merge pull request #232 from FishingCactus/opengles_wip | Alon Zakai |
2012-02-09 | Implement std::uncaught_exception() in js | Ehsan Akhgari |
2012-02-09 | Fix readdir() | julien.hamaide |
2012-02-05 | fix bug with sscanf on negative floats | Alon Zakai |
2012-02-05 | do ATINIT and ATEXIT in order | Alon Zakai |
2012-02-05 | add preRun and postRun hooks in Module, and tweak FS initialization | Alon Zakai |
2012-02-05 | auto-call FS.init only if not already initialized | Alon Zakai |
2012-02-04 | assert on FS.init being only called once | Alon Zakai |
2012-02-02 | stubs for _l localized versions of strtol* functions | Alon Zakai |
2012-01-31 | fix rusage struct def in library | Alon Zakai |
2012-01-31 | do not rely on debug metadata (which can be lost in llvm unsafe opts) for str... | Alon Zakai |
2012-01-28 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-28 | Merge branch 'master' into glgears | Ehsan Akhgari |
2012-01-27 | Merge branch 'handle_broken_lli' into glgears | Ehsan Akhgari |
2012-01-26 | ntohl etc. | Alon Zakai |
2012-01-25 | Add tests for div() and sincos(), and also implement and test sincosf | Ehsan Akhgari |
2012-01-24 | fix some i64 printing rounding errors | Alon Zakai |
2012-01-24 | fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s | Alon Zakai |
2012-01-23 | Fix the implementation of div() | Ehsan Akhgari |
2012-01-22 | Implement div() | Ehsan Akhgari |
2012-01-22 | Change the signature of sincos to match the GNU libc one | Ehsan Akhgari |
2012-01-22 | Implement sincos | Ehsan Akhgari |
2012-01-18 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-18 | add return value in munmap | Alon Zakai |
2012-01-18 | Optimized mmap implementation to use malloc and memset instead of allocate. | Jeff Terrace |
2012-01-17 | add some library stubs | Alon Zakai |
2012-01-16 | remove iostream from library | Alon Zakai |
2012-01-16 | some libcxx js stubs | Alon Zakai |
2012-01-16 | make root writable by default, removing the need to add root.write = true | Alon Zakai |