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-06-09
fix environ circularity
Alon Zakai
2014-06-03
allocate in realpath() if necessary
Alon Zakai
2014-06-02
Merge pull request #2364 from juj/musl_stdio
Alon Zakai
2014-05-23
fix bug in setjmp limit testing; helps #2379
Alon Zakai
2014-05-23
Remove leftover scanf and printf stubs from library.js
Jukka Jylänki
2014-05-23
Migrate snprintf to musl. Move the most common sprintf-related code to libc i...
Jukka Jylänki
2014-05-23
Migrate to using musl libc sprintf family to gain compiled asm.js performance...
Jukka Jylänki
2014-05-23
Migrate to using musl libc sscanf to improve performance. Keep the existing J...
Jukka Jylänki
2014-05-21
Migrate is*, to* and stro* to use musl libc.
Jukka Jylänki
2014-05-06
some warnings on libc things we do not support; fixes #2313
Alon Zakai
2014-05-02
use a case-insensitive regex in strptime; fixes #2324
Alon Zakai
2014-04-29
support h and hh in sscanf, and fix non-i32 case in hex sscanf; fixes #2322
Alon Zakai
2014-04-17
Removed superfluous casts
Soeren Balko
2014-04-17
asm.js-ify some LLVM intrinsics
Soeren Balko
2014-04-09
__atomic funcs
Alon Zakai
2014-04-09
start on c++11 atomics implementation and test; #2273
Alon Zakai
2014-04-07
Merge pull request #2256 from juj/more_musl
1.14.1
Alon Zakai
2014-04-01
fix mkdir on a path ending in a slash; fixes #2263 and #2258
Alon Zakai
2014-03-28
Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strpbrk for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm...
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strstr for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strnlen for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 memchr for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strncat for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 stpcpy for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance.
Jukka Jylänki
2014-03-28
Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ...
Jukka Jylänki
2014-03-28
Removed old library.js todo comment that has since been fixed and no longer a...
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 libc qsort for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js perf...
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.j...
Jukka Jylänki
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
[next]