aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
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
2013-09-04restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabiAlon Zakai
2013-09-04Merge pull request #1582 from waywardmonkeys/simplify-timezoneAlon Zakai
2013-09-04remove no longer needed library.js constants for some libcxxabi stuff, which ...Alon Zakai
2013-09-04Single quotes for cDefine.Bruce Mitchener
2013-09-04Simplify some timezone code.Bruce Mitchener
2013-09-03 - added readFile and writeFile helpersAnthony Pesch