aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2012-02-02stubs for _l localized versions of strtol* functionsAlon Zakai
2012-01-31fix rusage struct def in libraryAlon Zakai
2012-01-31do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...Alon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
2012-01-26ntohl etc.Alon Zakai
2012-01-25Add tests for div() and sincos(), and also implement and test sincosfEhsan Akhgari
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-23Fix the implementation of div()Ehsan Akhgari
2012-01-22Implement div()Ehsan Akhgari
2012-01-22Change the signature of sincos to match the GNU libc oneEhsan Akhgari
2012-01-22Implement sincosEhsan Akhgari
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add return value in munmapAlon Zakai
2012-01-18Optimized mmap implementation to use malloc and memset instead of allocate.Jeff Terrace
2012-01-17add some library stubsAlon Zakai
2012-01-16remove iostream from libraryAlon Zakai
2012-01-16some libcxx js stubsAlon Zakai
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
2012-01-12Fix library exception function to work with QUANTUM_SIZE=1julien.hamaide
2012-01-10Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u...Jeff Terrace
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-07fix safe heap bug with memmoveAlon Zakai
2012-01-07optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...Alon Zakai
2012-01-06optimize memmoveAlon Zakai
2012-01-06disable handling of -1 in mmap, fixes breakage of test_dlmallocAlon Zakai
2012-01-06fix some spacingAlon Zakai
2012-01-06Merge pull request #166 from jterrace/pthread_pagesize_prAlon Zakai
2012-01-06Allow stream to be -1 in mmapJeff Terrace
2012-01-06Merge pull request #164 from FishingCactus/static_variableAlon Zakai
2012-01-06Added pthread function stubs and added getpagesize()Jeff Terrace
2012-01-07Fix read/write of variable in __cxa_guard_{acquire|release}julien.hamaide
2012-01-06Fix handling of static variable inside functionjulien.hamaide
2011-12-30makeSetValue debugging stuff, and fix some missing ;'s for makeSetValueAlon Zakai
2011-12-25fix newly introduced bug with printing i64s in i64 mode 0Alon Zakai
2011-12-24support for %f,%lf in sscanf, and fix a bug with printfAlon Zakai
2011-12-21An implementation of bsearch(3).David Yip
2011-12-19First cut at strtok(3).David Yip
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-16Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15atofAlon Zakai
2011-12-15workaround for js optimizer issueAlon Zakai
2011-12-12ensure the array of values of files is unsignedAlon Zakai
2011-12-09properly implement strtok_r by translating the C source, so it will work with...Alon Zakai