Age | Commit message (Expand) | Author |
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 | 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-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 |
2011-12-08 | fix bug in localeconv | Alon Zakai |
2011-12-07 | switch some 64-bit stat fields to 32-bit | Alon Zakai |
2011-12-06 | initial work on memory growth | Alon Zakai |
2011-12-03 | fixes for using node as both compiler engine and code running engine. node is... | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-03 | Modify exit() to throw an object and catch it. | David Claughton |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-21 | llvm_uadd_with_overflow_i32 | Alon Zakai |
2011-11-20 | js optimizer fix, and remove assigns to undefined in library | Alon Zakai |
2011-11-16 | do not fail on malloc(0) | Alon Zakai |
2011-11-13 | library comment | Alon Zakai |
2011-11-11 | fix remaining ta2 i64=1 tests | Alon Zakai |
2011-11-10 | fix for test_parseInt | Alon Zakai |