aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
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
2013-12-11Merge pull request #1853 from fadams/add-getprotobynameAlon Zakai
2013-12-07fix i64 reads in formatString for fastcompAlon Zakai
2013-12-02report better error in fread on bad streamAlon Zakai
2013-12-02return 0 on fread on invalid streamAlon Zakai
2013-12-02make posix_madvise standloneAlon Zakai
2013-11-29fix memmove return valueAlon Zakai
2013-11-28fix memset return valueAlon Zakai
2013-11-28check error in mkdtemp()Lu Wang
2013-11-28mkdtempLu Wang
2013-11-27add dso_handle to library, for fastcompAlon Zakai
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-26replace PROTOCOL_LIST and PROTOCOL_MAP with a Protocols object containing a l...Fraser Adams
2013-11-26in getprotoent return 0 rather than null if we reach eof in our protocol data...Fraser Adams
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-24add getprotobyname and associated functions from netdb.h. Add test_getprotoby...Fraser Adams
2013-11-22fix pthread_setspecific on values of nullAlon Zakai
2013-11-21add some support for le32=2 mode, where varargs is just 4-byte alignedAlon Zakai
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-11-17fix some leaked globals; fixes #1823Alon Zakai
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai
2013-11-16fix clock_getres for higher-resolution timing we now support; improves #1795Alon Zakai
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-12don't print anything in exit(); fixes #1791Alon Zakai
2013-11-11Merge pull request #1774 from fadams/fix-getaddrinfo-null-hintsAlon Zakai
2013-11-11Replaced loop in gai_strerror with writeAsciiToMemory call and made the comme...Fraser Adams
2013-11-10use writeAsciiToMemory in library.js in more placesAlon Zakai