aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2014-02-06Remove constants that are missing in netinet/in.h1.10.2-0amatus1David Barksdale
2014-02-06Remove _-prefix from in6addr_*David Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
2014-02-06use .set on big memcpysAlon Zakai
2014-02-06Add strcoll as well so that library.js does not need to depend on musl libc c...Jukka Jylänki
2014-02-06Add optimized versions of musl libc string and memory comparison functions.Jukka Jylänki
2014-02-03sscanf fix and test fixAlon Zakai
2014-02-01make sure RAND_MAX is a proper valueAlon Zakai
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-30asmify randAlon Zakai
2014-01-30asmify rand_rAlon Zakai
2014-01-30use Math.imul in rand_rAlon Zakai
2014-01-30use all 32 bits in rand_rAlon Zakai
2014-01-30misc cleanupsAlon Zakai
2014-01-30Merge branch 'rand' of github.com:coolwanglu/emscripten into incomingAlon Zakai
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ...Alon Zakai
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-24Improve C++ exception handling.Bruce Mitchener
2014-01-22eliminate llvm_prefetch; fixes #2043Alon Zakai
2014-01-22fastcomp updates and a test for fptosi|ui on floats and doublesAlon Zakai
2014-01-22avoid unresolved symbol warnings on misc funcs in fastcompAlon Zakai
2014-01-20Merge pull request #2037 from waywardmonkeys/updates5Alon Zakai
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-20fix longjmp call by pointer in fastcomp, and enable test_longjmp2Alon Zakai
2014-01-20Remove unused _Unwind_* functions.Bruce Mitchener
2014-01-19remove obsolete assertionAlon Zakai
2014-01-18Implement catopen/catgets/catclose to help libcxx tests pass.Bruce Mitchener
2014-01-18No need for 64 bit aliases for theseBruce Mitchener
2014-01-18Remove unused aliases.Bruce Mitchener
2014-01-17add missing ;Alon Zakai
2014-01-17add missing ;sAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-16Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten into...Alon Zakai
2014-01-16fix strnlen input of size, which should be unsignedAlon Zakai
2014-01-16add __h_errno; fixes #2013Alon Zakai
2014-01-16Remove __01*64_ aliases that don't appear to be necessary.Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8Alon Zakai
2014-01-13Merge pull request #2004 from waywardmonkeys/updatesAlon Zakai
2014-01-13unset precision if set to -1Alon Zakai
2014-01-13handle precision -1 in printf .*Alon Zakai
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13add dependencies so code with exceptions (invoke/landingpad) but without an a...Alon Zakai
2014-01-03do not assume callee.caller always existsAlon Zakai
2013-12-20Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...Jukka Jylänki
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-12-20Also give the ability to print out function parameters in the callstack with ...Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki