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
2014-04-01
fix mkdir on a path ending in a slash; fixes #2263 and #2258
Alon Zakai
2014-03-18
Remove empty std::type_info destructor.
Bruce Mitchener
2014-03-17
Merge pull request #2020 from fadams/improve-websocket-config-options
Alon Zakai
2014-03-17
Set errno and return -1
Charlie Birks
2014-03-17
Return error in raise
Charlie Birks
2014-03-15
Add stub for raise
Charlie Birks
2014-03-11
Implement a IE10+ specific path to emscripten_get_callstack to get the call s...
Jukka Jylänki
2014-03-05
emscripten_debugger()
Alon Zakai
2014-02-27
Fix bug that caused emscripten_get_callstack to not truncate the output buffe...
Jukka Jylänki
2014-02-26
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-24
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
Alon Zakai
2014-02-25
Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...
Jukka Jylänki
2014-02-21
Merge pull request #2139 from TV4Fun/memfixes
Alon Zakai
2014-02-21
Fix indentation in localeconv
Joel Croteau
2014-02-21
Correct some function dependencies to address unresolved symbols in tests.
Bruce Mitchener
2014-02-20
tolerate negative values of precision in printf, fallback to default precision
Alon Zakai
2014-02-19
Formatting fix and add test
Joel Croteau
2014-02-19
Correct syntax of allocate function
Joel Croteau
2014-02-19
Provide better implementation of localeconv and fix logic error in allocate
Joel Croteau
2014-02-16
support memory growth in (non-validating) asm.js
Alon Zakai
2014-02-16
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...
Alon Zakai
2014-02-10
don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...
Alon Zakai
2014-02-10
add stub for mkport in non-webrtc
Alon Zakai
2014-02-10
fix typo in exceptions code
Alon Zakai
2014-02-10
fix fake _ZTISt9exception
Alon Zakai
2014-02-10
Merge pull request #1408 from rfk/move-std-fds
Alon Zakai
2014-02-09
Merge pull request #2084 from amatus/push-upstream
Alon Zakai
2014-02-09
manually define typeinfo for std::exception
Alon Zakai
2014-02-06
Remove constants that are missing in netinet/in.h
1.10.2-0amatus1
David Barksdale
2014-02-06
Remove _-prefix from in6addr_*
David Barksdale
2014-02-06
Merge pull request #2103 from juj/opt_cmp
1.10.2
Alon Zakai
2014-02-06
use .set on big memcpys
Alon Zakai
2014-02-06
Add strcoll as well so that library.js does not need to depend on musl libc c...
Jukka Jylänki
2014-02-06
Add optimized versions of musl libc string and memory comparison functions.
Jukka Jylänki
2014-02-03
sscanf fix and test fix
Alon Zakai
2014-02-01
make sure RAND_MAX is a proper value
Alon Zakai
2014-02-02
Differentiate between file pointers and file descriptors.
Ryan Kelly
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
2014-01-30
asmify rand
Alon Zakai
2014-01-30
asmify rand_r
Alon Zakai
2014-01-30
use Math.imul in rand_r
Alon Zakai
2014-01-30
use all 32 bits in rand_r
Alon Zakai
2014-01-30
misc cleanups
Alon Zakai
2014-01-30
Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming
Alon Zakai
2014-01-29
fix locale-removing aliases that break because they then have the wrong sig; ...
Alon Zakai
2014-01-27
fix some safeHeap errors with the new exceptions code; fixes #2068
Alon Zakai
2014-01-24
Improve C++ exception handling.
Bruce Mitchener
[next]