aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-01-23more library stubsAlon Zakai
2013-01-23more library stubsAlon Zakai
2013-01-23utimes stubAlon Zakai
2013-01-20__asm and __sig in library, separatelyAlon Zakai
2013-01-19Merge branch 'incoming' of https://github.com/manuels/emscripten into incomingAlon Zakai
2013-01-19Remove unnecessary parantheses in sscanf format codemanuels
2013-01-18more library stubsAlon Zakai
2013-01-18asprintf and some stubsAlon Zakai
2013-01-16library: Support external libraries that modify Array.prototypeJasper St. Pierre
2013-01-16missing var in fake mallocAlon Zakai
2013-01-16allow defining asm library functions, which are then included as if they were...Alon Zakai
2013-01-14clear message when exception catching is disabled and an exception is thrownAlon Zakai
2013-01-14Added floating point aliases for sscanfmanuels
2013-01-11more tempDoublePtr refactoringAlon Zakai
2013-01-11refactor makeGetTempDoubleAlon Zakai
2013-01-11fix connect(); cannot call from js lib code into a lib alias, must call the t...Alon Zakai
2013-01-10restore basic malloc/free implementationAlon Zakai
2013-01-10remove unneeded malloc/free/etc. stuff from library.jsAlon Zakai
2013-01-10link in memcpy after opts and lto if it shows up only at that timeAlon Zakai
2013-01-09make stub memcpy more functional, useful in some testsAlon Zakai
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai
2013-01-08uncomment exception stubAlon Zakai
2013-01-08stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...Alon Zakai
2013-01-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-06index, rindexAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04handle sending forced messages of non-multiple-of-4 sizesAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-04refactor socket code, ensure that each call to recv/recvmsg receives a single...Alon Zakai
2013-01-04rename socket queueAlon Zakai
2013-01-04refactor socket code, ensure that we send all a sendmsg's iovs in a single so...Alon Zakai
2013-01-02assert on socket fd sizeAlon Zakai
2013-01-02select()Alon Zakai
2013-01-02mkstempAlon Zakai
2013-01-01sig* functionsAlon Zakai
2012-12-31fix llvm_ctlz_i64Alon Zakai
2012-12-31fix llvm_swap_i64Alon Zakai
2012-12-31fix parseInt64Alon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-30fix mmap; fixes #769Alon Zakai
2012-12-30fix parseInt of '0'Alon Zakai
2012-12-30minor i64 parsing fixesAlon Zakai
2012-12-30parse empty i64 strings properlyAlon Zakai
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
2012-12-29add llvm_bswap_i64 for #768Alon Zakai
2012-12-29force mmap to return page-aligned addresses, and check for valid input in munmapAlon Zakai
2012-12-25fix typoAlon Zakai
2012-12-24fix llvm.expect and add testAlon Zakai
2012-12-24show js stack in C assertionsAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai