Age | Commit message (Expand) | Author |
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 |
2012-01-16 | remove hack for ignorePermissions in the filesystem API, which removes the ne... | Alon Zakai |
2012-01-16 | refactor runtime init and exit code | Alon Zakai |
2012-01-12 | Merge pull request #170 from FishingCactus/class_exception | Alon Zakai |
2012-01-12 | Fix library exception function to work with QUANTUM_SIZE=1 | julien.hamaide |
2012-01-10 | Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u... | Jeff Terrace |
2012-01-08 | support alignment in memset and memcpy in ta2 | Alon Zakai |
2012-01-07 | fix safe heap bug with memmove | Alon Zakai |
2012-01-07 | optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA... | Alon Zakai |
2012-01-06 | optimize memmove | Alon Zakai |
2012-01-06 | disable handling of -1 in mmap, fixes breakage of test_dlmalloc | Alon Zakai |
2012-01-06 | fix some spacing | Alon Zakai |
2012-01-06 | Merge pull request #166 from jterrace/pthread_pagesize_pr | Alon Zakai |
2012-01-06 | Allow stream to be -1 in mmap | Jeff Terrace |
2012-01-06 | Merge pull request #164 from FishingCactus/static_variable | Alon Zakai |
2012-01-06 | Added pthread function stubs and added getpagesize() | Jeff Terrace |
2012-01-07 | Fix read/write of variable in __cxa_guard_{acquire|release} | julien.hamaide |
2012-01-06 | Fix handling of static variable inside function | julien.hamaide |
2011-12-30 | makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue | Alon Zakai |
2011-12-25 | fix newly introduced bug with printing i64s in i64 mode 0 | Alon Zakai |
2011-12-24 | support for %f,%lf in sscanf, and fix a bug with printf | Alon Zakai |
2011-12-21 | An implementation of bsearch(3). | David Yip |
2011-12-19 | First cut at strtok(3). | David Yip |
2011-12-17 | support for std::endl and cout << ints | Alon Zakai |
2011-12-16 | fix bug with accessing memory beyond TOTAL_MEMORY through sbrk | Alon Zakai |
2011-12-16 | Merge branch 'master' into emccbydefault | Alon Zakai |
2011-12-15 | atof | Alon Zakai |
2011-12-15 | workaround for js optimizer issue | Alon Zakai |
2011-12-12 | ensure the array of values of files is unsigned | Alon Zakai |
2011-12-09 | properly implement strtok_r by translating the C source, so it will work with... | Alon Zakai |