aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-08mremapAlon Zakai
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-10-08text fixAlon Zakai
2011-10-08fix newlib stdio init for q1Alon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-10-07handle numbers in getVarImpl (for example, storing to null will end up a 0 th...Alon Zakai
2011-10-07take note of types in getelementptrAlon Zakai
2011-10-07fix bug with analyzing {..}* typesAlon Zakai
2011-10-06consolidate dlmalloc.c files; fixes test_dlmalloc_linkedAlon Zakai
2011-10-06fix unistd_pathconfAlon Zakai
2011-10-06fix for = hidden aliasAlon Zakai
2011-10-06bundle latest cDefinesAlon Zakai
2011-10-05fix test_sysconfAlon Zakai
2011-10-03fix test_timeAlon Zakai
2011-10-02fix test_pollAlon Zakai
2011-10-02fix math.hAlon Zakai
2011-10-02fix langinfoAlon Zakai
2011-10-02move emscripten.h; fixes emscripten_apiAlon Zakai
2011-10-02fix typo in library; fixes dlfcn testsAlon Zakai
2011-09-27debug info parsing fixAlon Zakai
2011-09-27fix for parsing landingpad elementsAlon Zakai
2011-09-26expose some things to ModuleAlon Zakai
2011-09-25add some defines to fcntlAlon Zakai
2011-09-25automatic checks for missing C definesAlon Zakai
2011-09-25fix stdin/out/err for newlib; fixes filesAlon Zakai
2011-09-25improve header constant parsingAlon Zakai
2011-09-24emscripten.py option to expose header #defines to library. fixes fcntlAlon Zakai
2011-09-24errno; fixes test_errarAlon Zakai
2011-09-24add __assert_func; assert passesAlon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-22diff for non-callgraph profiling. not sure if worthwhile usingAlon Zakai
2011-09-18more profiling toolsAlon Zakai
2011-09-18add x86_stdcallccAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17fix ta2 memcpy bug, and enable ta2 in sqlite testAlon Zakai
2011-09-17restore stack in fprintf to prevent memory issues with lots of printing insid...Alon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-16Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svnAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
2011-09-15Fixed unbound calling of destructor in exception handler; updated test.max99x
2011-09-15Fixed support for library-defined globals of non-struct types.max99x
2011-09-14always correct signs in the autodebugger codeAlon Zakai
2011-09-14intentionally do reSign in printing %dAlon Zakai
2011-09-14Comment fix.max99x
2011-09-14Cleaned up library-defined global var jsifier.max99x
2011-09-14Cleaned up minor merge artifact.max99x
2011-09-13faster shortcuts for sign/unsignAlon Zakai
2011-09-13fix bug in autodebugger outputAlon Zakai
2011-09-13do not do some unnecessary signing/unsigningAlon Zakai
2011-09-13Preventing genuine JS errors from being caught by C++ handlers.max99x