index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library.js
Age
Commit message (
Expand
)
Author
2011-09-15
Fixed unbound calling of destructor in exception handler; updated test.
max99x
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
2011-09-13
Basic support for typed exceptions.
max99x
2011-09-13
Added stub for mblen().
max99x
2011-09-13
Added stubs for get/setrlimit().
max99x
2011-09-13
Added some stubs for signal.h functions.
max99x
2011-09-13
Added stub implementations of clock_(get|set)time() and clock_getres().
max99x
2011-09-13
Added stpcpy to library.
max99x
2011-09-13
Added a few extra library aliases.
max99x
2011-09-07
Canceling a window.prompt() for the default stdin handler no longer results i...
max99x
2011-09-07
Made sure XHRs request typed arrays only if they can handle them.
max99x
2011-08-30
Merge pull request #75 from max99x/master
Alon Zakai
2011-08-30
Added setjmp/longjmp aliases.
max99x
2011-08-30
Updated $ENV initialization to be Closure-friendly.
max99x
2011-08-30
Added another scanf alias; fixed vsscanf's alias.
max99x
2011-08-29
Added v*scanf aliases.
max99x
2011-08-28
Added a missing alias.
max99x
2011-08-28
Fix for field size in _scanString().
max99x
2011-08-28
Minor Closure Compiler compatibility fixes.
max99x
2011-08-28
Removed old redundant stro[u]l() definitions.
max99x
2011-08-28
misc library additions
Alon Zakai
2011-08-28
Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().
max99x
2011-08-27
tweak strdup
Alon Zakai
2011-08-27
Simplified strdup(); added test for it in test_strings.
max99x
2011-08-27
Returning safe value from setlocale().
max99x
2011-08-27
Fixed strdup() address/value switch.
max99x
2011-08-27
Implemented realpath().
max99x
2011-08-27
Made isatty() always fail. We don't support proper terminal control anyway.
max99x
2011-08-27
Fixed missing path in streams of files created using open().
max99x
2011-08-27
Fixed stdin failure in strict mode.
max99x
2011-08-25
Reverted getc()/putc() buffers to static, but via a postset;
max99x
2011-08-25
Switched getc/putc buffers to be allocated on the stack.
max99x
2011-08-25
Moved errno buffer out of $FS.
max99x
2011-08-25
Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it.
max99x
2011-08-25
Updated uses of varargs in the library to C style.
max99x
2011-08-24
tweak some allocations in library to prevent problems with debug printing ins...
Alon Zakai
2011-08-23
Implemented rand(), rand_r() and srand() using a simple Linear Congruential G...
max99x
2011-08-23
Added strcoll() and strtoul() and improved strtol().
max99x
2011-08-20
Fix for IE9 which has no XMLHttpRequest.overrideMimeType().
max99x
2011-08-18
Added always-failing stubs for str[fp]time() and getdate().
max99x
2011-08-18
Optimized strdup(), which is a CPython bottleneck.
max99x
2011-08-17
Implemented nl_langinfo().
max99x
2011-08-07
filesystem workaround for closure compiler, +closure compiler test
Alon Zakai
2011-08-06
Replaced "new Date.getTime()" with "Date.now()";
max99x
2011-08-05
Clarified empty loop to avoid closure compiler warning.
max99x
2011-08-05
Added support for both "environ" and "__environ" global symbols.
max99x
2011-08-05
Fixed stdin bugging out after its first buffer is empty;
max99x
2011-08-02
Minor filesystem/unistd fixes.
max99x
2011-08-02
Polish for dlfcn.h.
max99x
2011-08-02
Switched file timestamps from Date objects to numbers.
max99x
[next]