aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-20pthread_cleanup_popAlon Zakai
2012-11-20pthread_cleanup_pushAlon Zakai
2012-11-20fx fscanfAlon Zakai
2012-11-20commentAlon Zakai
2012-11-20warn on very large structural types that slow us downAlon Zakai
2012-11-20switch dpring to stderrAlon Zakai
2012-11-20fix sscanf bug and clean up code; fixes #723Alon Zakai
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-19handle empty inline jsAlon Zakai
2012-11-19ignore thread_local linkageAlon Zakai
2012-11-19support/ignore cc11Alon Zakai
2012-11-19socket.h additions and fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19un.h fixesAlon Zakai
2012-11-19un.hAlon Zakai
2012-11-19sa_sigactionAlon Zakai
2012-11-19netdb.h additionsAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19ioctl.h additionsAlon Zakai
2012-11-19resource.h additionsAlon Zakai
2012-11-19statvfs.h additionsAlon Zakai
2012-11-19fcntl additionsAlon Zakai
2012-11-19limits.h additionsAlon Zakai
2012-11-19add dlfcn constantAlon Zakai
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...Alon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
2012-11-16update heap exports when enlarging memory; fixes #713Alon Zakai
2012-11-16remove unneeded assertionAlon Zakai
2012-11-15cache isType callsAlon Zakai
2012-11-15optimize isPossiblyFunctionType and use it moreAlon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-15optimize token closing brace checkAlon Zakai
2012-11-15use test in makeToken as a minor optimizationAlon Zakai
2012-11-15prevent annoying warnings during relooper bootstrappingAlon Zakai
2012-11-15return error code on no input filesAlon Zakai
2012-11-15Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ...Jukka Jylänki
2012-11-14clean up test.llAlon Zakai
2012-11-14adjust emscrip parallelization heuristicsAlon Zakai
2012-11-14Python system command line may come with untrimmed items at least on Windows ...Jukka Jylänki
2012-11-14Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, bu...Jukka Jylänki
2012-11-14Refactor Windows replacement for Popen to allow passing stdin to Popen proces...Jukka Jylänki
2012-11-14Implement missing used functions on MockPopen to pass Windows tests utilizing...Jukka Jylänki
2012-11-13optimize writing in emscripten.pyAlon Zakai
2012-11-13only save temp files in EMCC_DEBUG_SAVE modeAlon Zakai
2012-11-13forward -v to child processesAlon Zakai
2012-11-13Merge pull request #710 from juj/cmakeAlon Zakai
2012-11-13replace unicode with bit pattern in test_strcmp_uni, should fix #708Alon Zakai