aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Collapse)Author
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 ↵Alon Zakai
inside a function
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
Conflicts: src/intertyper.js tests/runner.py
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 ↵max99x
in an EOF.
2011-09-07Made sure XHRs request typed arrays only if they can handle them.max99x
2011-09-06some library aliasesAlon Zakai
2011-09-04stubs for lifecycle intrinsics, and do not generate calls to stubsAlon Zakai
2011-09-03fix expect bug in library, fixes dlmalloc testAlon Zakai
2011-09-01fix parsing bugsAlon Zakai
2011-08-30Merge pull request #75 from max99x/masterAlon Zakai
Eliminator update, strtox(), Closure compatibility and other fixes
2011-08-30Added setjmp/longjmp aliases.max99x
2011-08-30Updated $ENV initialization to be Closure-friendly.max99x
2011-08-30Added another scanf alias; fixed vsscanf's alias.max99x
2011-08-29Added v*scanf aliases.max99x
2011-08-28Added a missing alias.max99x
2011-08-28Fix for field size in _scanString().max99x
2011-08-28Minor Closure Compiler compatibility fixes.max99x
2011-08-28Removed old redundant stro[u]l() definitions.max99x
2011-08-28misc library additionsAlon Zakai
2011-08-28Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().max99x
2011-08-27tweak strdupAlon Zakai
2011-08-27Simplified strdup(); added test for it in test_strings.max99x
2011-08-27Returning safe value from setlocale().max99x
2011-08-27Fixed strdup() address/value switch.max99x