aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2011-11-10fix for test_parseIntAlon Zakai
2011-11-10i64 fix for printing the very largest valuesAlon Zakai
2011-11-10i64 fixes, first part of test_i64 passesAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-11-07basic support for dynamic_castAlon Zakai
2011-11-02fix atoiAlon Zakai
2011-11-02scanf improvementsAlon Zakai
2011-10-28very partial getrusageAlon Zakai
2011-10-28profiling option from C++Alon Zakai
2011-10-22fix EMSCRIPTEN_COMMENTAlon Zakai
2011-10-20fix for using data files with closure compilerAlon Zakai
2011-10-19fix test_iostreamAlon Zakai
2011-10-18various library fixesAlon Zakai
2011-10-16properly use console.log on the webAlon Zakai
2011-10-16inline specific library functions for speedAlon Zakai
2011-10-15Merge pull request #98 from jterrace/masterAlon Zakai
2011-10-14flush partially-printed lines during shutdownAlon Zakai
2011-10-14Added llvm_ctlz_i32Jeff Terrace
2011-10-08fix newlib stdio init for q1Alon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-10-06fix unistd_pathconfAlon 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-02fix typo in library; fixes dlfcn testsAlon 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-17restore stack in fprintf to prevent memory issues with lots of printing insid...Alon 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-14intentionally do reSign in printing %dAlon Zakai
2011-09-13Merge remote-tracking branch 'upstream/master'max99x
2011-09-13Basic support for typed exceptions.max99x
2011-09-13Added stub for mblen().max99x
2011-09-13Added stubs for get/setrlimit().max99x
2011-09-13Added some stubs for signal.h functions.max99x
2011-09-13Added stub implementations of clock_(get|set)time() and clock_getres().max99x
2011-09-13Added stpcpy to library.max99x
2011-09-13Added a few extra library aliases.max99x
2011-09-10library aliases and stubsAlon Zakai
2011-09-07additional library aliasesAlon Zakai
2011-09-07Canceling a window.prompt() for the default stdin handler no longer results i...max99x
2011-09-07Made sure XHRs request typed arrays only if they can handle them.max99x
2011-09-06some library aliasesAlon Zakai