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 (
Collapse
)
Author
2011-10-08
fix newlib stdio init for q1
Alon Zakai
2011-10-07
fix stdio streams and printing of chars; fixes freetype
Alon Zakai
2011-10-06
fix unistd_pathconf
Alon Zakai
2011-10-05
fix test_sysconf
Alon Zakai
2011-10-03
fix test_time
Alon Zakai
2011-10-02
fix test_poll
Alon Zakai
2011-10-02
fix math.h
Alon Zakai
2011-10-02
fix langinfo
Alon Zakai
2011-10-02
fix typo in library; fixes dlfcn tests
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-25
fix stdin/out/err for newlib; fixes files
Alon Zakai
2011-09-25
improve header constant parsing
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-24
errno; fixes test_errar
Alon Zakai
2011-09-24
add __assert_func; assert passes
Alon Zakai
2011-09-17
restore stack in fprintf to prevent memory issues with lots of printing ↵
Alon Zakai
inside a function
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-15
Fixed unbound calling of destructor in exception handler; updated test.
max99x
2011-09-14
intentionally do reSign in printing %d
Alon Zakai
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
Conflicts: src/intertyper.js tests/runner.py
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-10
library aliases and stubs
Alon Zakai
2011-09-07
additional library aliases
Alon Zakai
2011-09-07
Canceling a window.prompt() for the default stdin handler no longer results ↵
max99x
in an EOF.
2011-09-07
Made sure XHRs request typed arrays only if they can handle them.
max99x
2011-09-06
some library aliases
Alon Zakai
2011-09-04
stubs for lifecycle intrinsics, and do not generate calls to stubs
Alon Zakai
2011-09-03
fix expect bug in library, fixes dlmalloc test
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-08-30
Merge pull request #75 from max99x/master
Alon Zakai
Eliminator update, strtox(), Closure compatibility and other fixes
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
[next]