aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2012-12-07i64Math in asmAlon Zakai
2012-12-07fix qsortAlon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07freelocale stubAlon Zakai
2012-12-07pthread_cond stuffAlon Zakai
2012-12-07fix destructor function tableAlon Zakai
2012-12-07pre-allocate stdin, stdout, stderr, so their values remain constant just like...Alon Zakai
2012-12-07remove text from overly-verbose assertionsAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-11-28fix sprintfAlon Zakai
2012-11-24fix snprintf on output size 0Alon Zakai
2012-11-23fix fminAlon Zakai
2012-11-23fix sscanf n bug, fixes #727Alon Zakai
2012-11-22Merge pull request #726 from xxuejie/incomingAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...Alon Zakai
2012-11-22drand48Alon Zakai
2012-11-21a few mono-llvm intrinsicsAlon Zakai
2012-11-21emscripten_run_script_stringAlon Zakai
2012-11-20Add strtof function(use strtod instead)Xuejie Xiao
2012-11-20Merge pull request #724 from xxuejie/add_erfAlon Zakai
2012-11-20llvm trapAlon Zakai
2012-11-20pthread_cleanup_popAlon Zakai
2012-11-20pthread_cleanup_pushAlon Zakai
2012-11-20fx fscanfAlon Zakai
2012-11-20fix sscanf bug and clean up code; fixes #723Alon Zakai
2012-11-19Fix a bug in erfc functionXuejie Xiao
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...Alon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ...Alon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-11-05be more careful about printing out assertion messages, not all metadata is al...Alon Zakai
2012-11-05fix fread/fwrite returns values on error; fixes #675Alon Zakai
2012-11-05Added %lld support to __scanStringManuel Wellmann
2012-11-02fix s_0_0.test_sscanfAlon Zakai
2012-11-01send sendmsg chunks all together in one socket sendAlon Zakai
2012-11-01write source of message in recvmsgAlon Zakai
2012-10-31fix sendmsg return valueAlon Zakai
2012-10-31fix sendmsg and recvmsg handling of iovAlon Zakai
2012-10-31send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older brow...Alon Zakai
2012-10-31Fix sscanf whitespace bugAleksander Guryanov
2012-10-30support growing the socket data buffer, and enable working bigdata socket testAlon Zakai
2012-10-30use binary data in websocketsAlon Zakai
2012-10-26support for %n in sscanfAlon Zakai
2012-10-22fix strtok temp state ; fixes #658Alon Zakai
2012-10-22fix array detection in preadAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
2012-10-19add tests for chunked binary web worker xhrJanus
2012-10-17use base64 as websocket protocolAlon Zakai