aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
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
2013-09-13gethostbyname_r update.Bruce Mitchener
2013-09-13Fix sockaddr struct definitions for musl.Bruce Mitchener
2013-09-13Handle fpclassify and signbit for long double.failsBruce Mitchener
2013-09-13Provide better impl of __assert_fail().Bruce Mitchener
2013-09-13Fix fpclassify with musl libc headers.Bruce Mitchener
2013-09-13Fix time tests.Bruce Mitchener
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-05Merge pull request #1581 from inolen/rwfileAlon Zakai
2013-09-05double simplificationsAlon Zakai
2013-09-06add long double aliases for a lot of things.Bruce Mitchener
2013-09-05Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefineAlon Zakai
2013-09-05Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precisionAlon Zakai
2013-09-05Improve precision of clock_gettime(). Update clock_getres().Bruce Mitchener