aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-09-18Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).ngld
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
2013-09-03abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORTAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03add some long double libc stubsAlon Zakai
2013-09-03do no run cleanups on dlclose of selfAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03forward parent Module to side moduleAlon Zakai
2013-09-03track maximum function index when using dlopen supportAlon Zakai
2013-09-01misc in.h and SDL joystick stubsAnthony Pesch
2013-08-31Merge pull request #1575 from inolen/accept_fixesAlon Zakai
2013-08-31remove temporary enet fix, and define gethostbyname_r in a header, so that we...Alon Zakai
2013-08-31 - refactored accept code to automatically setup peers for incoming connectio...Anthony Pesch
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
2013-08-30 - moved hostname resolution functions to DNS objectAnthony Pesch
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
2013-08-29 - added stubs for tcgetattr and tcsetattrAnthony Pesch
2013-08-29 - created SOCKFSAnthony Pesch
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
2013-08-29 - minor refactoring to new address translation functions to support better "...Anthony Pesch
2013-08-16Bug fixes of the pthread specific and a test added.Yu Kobayashi
2013-08-15Merge pull request #1513 from modeswitch/webrtc-testsAlon Zakai
2013-08-14Merge pull request #1514 from inolen/default_open_modeAlon Zakai
2013-08-14Minor fixes for webrtc test.Alan Kligman