aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
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
2013-11-10nanosleep - don't write to rmtp if it's NULLToadKing
2013-11-10Changed library.js line 7509 to use hint !== 0 test vice hint != 0Fraser Adams
2013-11-09Provided an implementation for gai_strerror and gave getaddrinfo sensible def...Fraser Adams
2013-11-08Merge branch 'master' of github.com:bobroberts177/emscripten into incomingAlon Zakai
2013-11-08no-op for __builtin_prefetch; fixes #1765Alon Zakai
2013-11-05stub for pthread_rwlock_initAlon Zakai
2013-11-05handle errors in ioctlAlon Zakai
2013-11-05Fix dependencies on DNSbobroberts177
2013-11-04fake dladdrAlon Zakai
2013-11-04pthread_mutexattr_setpshared stubAlon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-10-30make sure the eval in emscripten_run_script_string emits a stringAlon Zakai
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-28small whitespace style fixAlon Zakai
2013-10-26fixed float read performance in _scanStringicetooth
2013-10-12use stackTrace in various placesAlon Zakai
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-10-02fix misc library asm validationsAlon Zakai
2013-10-02optimize Math.x to Math_xAlon Zakai
2013-10-01Break up mkstemp impl to provide mktemp impl.Bruce Mitchener
2013-09-30fix other.test_static_linkAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-27 - made chdir use FS.chdirAnthony Pesch
2013-09-26Merge pull request #1669 from ngld/fix-sscanf-whitespaceAlon Zakai
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Implement locale-ignoring strcoll_l.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-25Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.ngld
2013-09-25Add timeb.h to struct_info.jsonngld
2013-09-25Fix #1668: whiteSpace in _scanString should use only char codes as keys not c...ngld
2013-09-25Simple implementation of newlocale / freelocale.Bruce Mitchener
2013-09-24Merge pull request #1625 from ngld/dprintfAlon Zakai
2013-09-19Implement missing 'space' formatting flagRanger Harke
2013-09-19Fix bug with forced display of sign on negative integersRanger Harke
2013-09-19Fix bug with zero-padded negative integersRanger Harke
2013-09-19Correct typo.ngld
2013-09-18Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).ngld
2013-09-17Implemented dprintf. (Fixes #1250)ngld
2013-09-16Integrate the new tool into emscriptenngld
2013-09-16Merge pull request #1618 from sbalko/incomingAlon Zakai
2013-09-14Incorporating formatting suggestions from pull requestSoeren Balko
2013-09-14Remove C++ mangled catgets / catopen / catclose.Bruce Mitchener
2013-09-13add some stubs for libc needed by libc++Alon Zakai
2013-09-13Change various 64 bit typedefs over to 32 bit.Bruce Mitchener