aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2011-12-30makeSetValue debugging stuff, and fix some missing ;'s for makeSetValueAlon Zakai
2011-12-25fix newly introduced bug with printing i64s in i64 mode 0Alon Zakai
2011-12-24support for %f,%lf in sscanf, and fix a bug with printfAlon Zakai
2011-12-21An implementation of bsearch(3).David Yip
2011-12-19First cut at strtok(3).David Yip
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-16Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15atofAlon Zakai
2011-12-15workaround for js optimizer issueAlon Zakai
2011-12-12ensure the array of values of files is unsignedAlon Zakai
2011-12-09properly implement strtok_r by translating the C source, so it will work with...Alon Zakai
2011-12-08fix bug in localeconvAlon Zakai
2011-12-07switch some 64-bit stat fields to 32-bitAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node is...Alon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-21llvm_uadd_with_overflow_i32Alon Zakai
2011-11-20js optimizer fix, and remove assigns to undefined in libraryAlon Zakai
2011-11-16do not fail on malloc(0)Alon Zakai
2011-11-13library commentAlon Zakai
2011-11-11fix remaining ta2 i64=1 testsAlon Zakai
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