aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2012-12-09merge incomingAlon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07forward clearing of __THREW__ to asmAlon Zakai
2012-12-07fix i64 overflow math returnsAlon Zakai
2012-12-07fix _parseInt return valueAlon Zakai
2012-12-07start to legalize structural return values into one direct return plus the re...Alon Zakai
2012-12-07allocate __tm_* globally/staticallyAlon Zakai
2012-12-07allocate impure_ptr globallyAlon Zakai
2012-12-07update environ code to use globals properlyAlon Zakai
2012-12-07allocate timezone info early so they are constants, like normal llvm globalsAlon Zakai
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