aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2014-05-06some warnings on libc things we do not support; fixes #2313Alon Zakai
2014-05-02use a case-insensitive regex in strptime; fixes #2324Alon Zakai
2014-04-29support h and hh in sscanf, and fix non-i32 case in hex sscanf; fixes #2322Alon Zakai
2014-04-17Removed superfluous castsSoeren Balko
2014-04-17asm.js-ify some LLVM intrinsicsSoeren Balko
2014-04-09__atomic funcsAlon Zakai
2014-04-09start on c++11 atomics implementation and test; #2273Alon Zakai
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
2014-04-01fix mkdir on a path ending in a slash; fixes #2263 and #2258Alon Zakai
2014-03-28Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strpbrk for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strstr for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strnlen for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 memchr for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strncat for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 stpcpy for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance.Jukka Jylänki
2014-03-28Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ...Jukka Jylänki
2014-03-28Removed old library.js todo comment that has since been fixed and no longer a...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc qsort for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js perf...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.j...Jukka Jylänki
2014-03-18Remove empty std::type_info destructor.Bruce Mitchener
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-03-17Set errno and return -1Charlie Birks
2014-03-17Return error in raiseCharlie Birks
2014-03-15Add stub for raiseCharlie Birks
2014-03-11Implement a IE10+ specific path to emscripten_get_callstack to get the call s...Jukka Jylänki
2014-03-05emscripten_debugger()Alon Zakai
2014-02-27Fix bug that caused emscripten_get_callstack to not truncate the output buffe...Jukka Jylänki
2014-02-26Merge pull request #2157 from rfk/rfk/fileno-error-reportingAlon Zakai
2014-02-26Ensure that fileno() returns -1 when given an invalid file pointer.Ryan Kelly
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...Jukka Jylänki
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-21Fix indentation in localeconvJoel Croteau
2014-02-21Correct some function dependencies to address unresolved symbols in tests.Bruce Mitchener
2014-02-20tolerate negative values of precision in printf, fallback to default precisionAlon Zakai
2014-02-19Formatting fix and add testJoel Croteau
2014-02-19Correct syntax of allocate functionJoel Croteau
2014-02-19Provide better implementation of localeconv and fix logic error in allocateJoel Croteau
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...Alon Zakai
2014-02-10add stub for mkport in non-webrtcAlon Zakai
2014-02-10fix typo in exceptions codeAlon Zakai
2014-02-10fix fake _ZTISt9exceptionAlon Zakai