Age | Commit message (Expand) | Author |
2012-04-23 | Fix to strtod_l and add test case for strtold. | Sigmund Vik |
2012-04-23 | Added strtold and strtod_l/strtold_l stubs. | Sigmund Vik |
2012-04-21 | partial support for llvm_umul_with_overflow_i64 | Alon Zakai |
2012-04-21 | support extraction of i64 values in ta2, and partial support for llvm_uadd_wi... | Alon Zakai |
2012-04-20 | optimize strspn and strcspn | Alon Zakai |
2012-04-19 | [src/library.js]: Added llvm_bswap_i16 ; | Pierre Renaux |
2012-04-19 | [src/library.js]: Added llvm_invariant_start/end so that code linking to pre-... | Pierre Renaux |
2012-04-17 | fix closure issues with exception handling, and add test coverage | Alon Zakai |
2012-04-16 | fix sscanf handling of ends of %s | Alon Zakai |
2012-04-12 | More consistent stubs for functions accepting a locale. | Sigmund Vik |
2012-04-11 | Fixed parameters for strptime_l. | Sigmund Vik |
2012-04-11 | Added stub for strptime_l to library.js | Sigmund Vik |
2012-04-11 | Added stub for strftime_l to library.js | Sigmund Vik |
2012-04-09 | init runtime immediately, so that even with noInitialRun we can still call fi... | Alon Zakai |
2012-04-09 | use Array prototype slice in mmap, since contents may not be an Array | Alon Zakai |
2012-04-03 | remove incorrect param in abort | Alon Zakai |
2012-04-03 | auto-add deps in gl and glut | Alon Zakai |
2012-04-02 | only include i64 precise code if it will actually be used | Alon Zakai |
2012-04-01 | work towards unsigned precise i64s: add, subtract and multiply work but divid... | Alon Zakai |
2012-04-01 | support for precise i64 signed math | Alon Zakai |
2012-03-30 | Merge pull request #328 from ehsan/ogre_upstream | Alon Zakai |
2012-03-29 | add deleteFile to FS | Alon Zakai |
2012-03-28 | properly implement llvm_uadd|mul_with_overflow_i32 | Alon Zakai |
2012-03-28 | Implement isdigit_l and isxdigit_l | Ehsan Akhgari |
2012-03-28 | Enable logging of filesystem operations | Ehsan Akhgari |
2012-03-21 | misc SDL stuff | Alon Zakai |
2012-03-21 | use a valid dir in the default HOME env var value | Alon Zakai |
2012-03-19 | Module.read closure fix | Alon Zakai |
2012-03-19 | refactor use of this[..] in shell.js to use Module[..] | Alon Zakai |
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 |