Age | Commit message (Expand) | Author |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | forward clearing of __THREW__ to asm | Alon Zakai |
2012-12-07 | fix i64 overflow math returns | Alon Zakai |
2012-12-07 | fix _parseInt return value | Alon Zakai |
2012-12-07 | start to legalize structural return values into one direct return plus the re... | Alon Zakai |
2012-12-07 | allocate __tm_* globally/statically | Alon Zakai |
2012-12-07 | allocate impure_ptr globally | Alon Zakai |
2012-12-07 | update environ code to use globals properly | Alon Zakai |
2012-12-07 | allocate timezone info early so they are constants, like normal llvm globals | Alon Zakai |
2012-12-07 | i64Math in asm | Alon Zakai |
2012-12-07 | fix qsort | Alon Zakai |
2012-12-07 | dynCall | Alon Zakai |
2012-12-07 | freelocale stub | Alon Zakai |
2012-12-07 | pthread_cond stuff | Alon Zakai |
2012-12-07 | fix destructor function table | Alon Zakai |
2012-12-07 | pre-allocate stdin, stdout, stderr, so their values remain constant just like... | Alon Zakai |
2012-12-07 | remove text from overly-verbose assertions | Alon Zakai |
2012-12-07 | only use typed function tables in asm_js mode | Alon Zakai |
2012-11-28 | fix sprintf | Alon Zakai |
2012-11-24 | fix snprintf on output size 0 | Alon Zakai |
2012-11-23 | fix fmin | Alon Zakai |
2012-11-23 | fix sscanf n bug, fixes #727 | Alon Zakai |
2012-11-22 | Merge pull request #726 from xxuejie/incoming | Alon Zakai |
2012-11-22 | fix setjmp/longjmp to notice if we actually setjmped in the invocation of the... | Alon Zakai |
2012-11-22 | drand48 | Alon Zakai |
2012-11-21 | a few mono-llvm intrinsics | Alon Zakai |
2012-11-21 | emscripten_run_script_string | Alon Zakai |
2012-11-20 | Add strtof function(use strtod instead) | Xuejie Xiao |
2012-11-20 | Merge pull request #724 from xxuejie/add_erf | Alon Zakai |
2012-11-20 | llvm trap | Alon Zakai |
2012-11-20 | pthread_cleanup_pop | Alon Zakai |
2012-11-20 | pthread_cleanup_push | Alon Zakai |
2012-11-20 | fx fscanf | Alon Zakai |
2012-11-20 | fix sscanf bug and clean up code; fixes #723 | Alon Zakai |
2012-11-19 | Fix a bug in erfc function | Xuejie Xiao |
2012-11-19 | Add erf and erfc implementations | Xuejie Xiao |
2012-11-16 | print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC... | Alon Zakai |
2012-11-08 | rename __label__ => label | Alon Zakai |
2012-11-08 | support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ... | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-11-05 | be more careful about printing out assertion messages, not all metadata is al... | Alon Zakai |
2012-11-05 | fix fread/fwrite returns values on error; fixes #675 | Alon Zakai |
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann |
2012-11-02 | fix s_0_0.test_sscanf | Alon Zakai |
2012-11-01 | send sendmsg chunks all together in one socket send | Alon Zakai |
2012-11-01 | write source of message in recvmsg | Alon Zakai |
2012-10-31 | fix sendmsg return value | Alon Zakai |
2012-10-31 | fix sendmsg and recvmsg handling of iov | Alon Zakai |
2012-10-31 | send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older brow... | Alon Zakai |